5 #include <QGraphicsView>
44 std::unique_ptr<ImageTaskGraphicsViewImpl>
d;
virtual ~ImageTaskGraphicsView()
Definition: imagetaskgraphicsview.cpp:125
bool viewportEvent(QEvent *event) override
Definition: imagetaskgraphicsview.cpp:129
void keyPressEvent(QKeyEvent *event) override
Definition: imagetaskgraphicsview.cpp:241
ImageTaskGraphicsView(QWidget *parent=nullptr)
Definition: imagetaskgraphicsview.cpp:113
void mouseMoveEvent(QMouseEvent *event) override
Definition: imagetaskgraphicsview.cpp:236
void mousePressEvent(QMouseEvent *event) override
Definition: imagetaskgraphicsview.cpp:226
void populateUi()
Definition: imagetaskgraphicsview.cpp:259
void changeEvent(QEvent *) override
Definition: imagetaskgraphicsview.cpp:251
void keyReleaseEvent(QKeyEvent *event) override
Definition: imagetaskgraphicsview.cpp:246
The ImageTaskGraphicsView class models a graphics view for viewing the images and shapes used and/or ...
Definition: imagetaskgraphicsview.h:21
void wheelEvent(QWheelEvent *event) override
Definition: imagetaskgraphicsview.cpp:180
void mouseReleaseEvent(QMouseEvent *event) override
Definition: imagetaskgraphicsview.cpp:231
Definition: imagetaskgraphicsview.cpp:98
std::unique_ptr< ImageTaskGraphicsViewImpl > d
Definition: imagetaskgraphicsview.h:43