 |
Geometrize
1.0
An application for geometrizing images into geometric primitives
|
Go to the documentation of this file.
5 #include <QGraphicsView>
44 std::unique_ptr<ImageTaskGraphicsViewImpl>
d;
ImageTaskGraphicsView(QWidget *parent=nullptr)
Definition: imagetaskgraphicsview.cpp:113
void populateUi()
Definition: imagetaskgraphicsview.cpp:261
ImageTaskGraphicsViewImpl operator=(const ImageTaskGraphicsViewImpl &)=delete
TabletEventPointerType
The TabletEventPointerType enum represents the type of pointer generating the tablet event.
Definition: customtabletevent.h:38
The TabletEventData class represents data produced from a Wacom pen/tablet event (in the context of a...
Definition: customtabletevent.h:56
float yViewPos
Definition: customtabletevent.h:66
float tangentialPressure
Definition: customtabletevent.h:70
void keyReleaseEvent(QKeyEvent *event) override
Definition: imagetaskgraphicsview.cpp:248
float yScenePos
Definition: customtabletevent.h:68
float yTilt
Definition: customtabletevent.h:73
void changeEvent(QEvent *) override
Definition: imagetaskgraphicsview.cpp:253
float xTilt
Definition: customtabletevent.h:72
TabletEventType
The TabletEventType enum represents the ids of tablet events the Wacom pen/tablet generates.
Definition: customtabletevent.h:18
std::unique_ptr< ImageTaskGraphicsViewImpl > d
Definition: imagetaskgraphicsview.h:43
bool viewportEvent(QEvent *event) override
Definition: imagetaskgraphicsview.cpp:131
Definition: imagetaskgraphicsview.cpp:99
The CustomTabletEvent class represents a tablet event (specifically from a Wacom Pro pen) that can be...
Definition: customtabletevent.h:88
float xViewPos
Definition: customtabletevent.h:65
ImageTaskGraphicsViewImpl(const ImageTaskGraphicsViewImpl &)=delete
ImageTaskGraphicsView * q
Definition: imagetaskgraphicsview.cpp:108
The ImageTaskGraphicsView class models a graphics view for viewing the images and shapes used and/or ...
Definition: imagetaskgraphicsview.h:22
Definition: commandlineparser.cpp:73
void mouseReleaseEvent(QMouseEvent *event) override
Definition: imagetaskgraphicsview.cpp:233
void mousePressEvent(QMouseEvent *event) override
Definition: imagetaskgraphicsview.cpp:228
void wheelEvent(QWheelEvent *event) override
Definition: imagetaskgraphicsview.cpp:182
float m_totalScaleFactor
Definition: imagetaskgraphicsview.cpp:110
void keyPressEvent(QKeyEvent *event) override
Definition: imagetaskgraphicsview.cpp:243
The ImageTaskScene class models a graphics scene for viewing the results of image tasks.
Definition: imagetaskscene.h:25
TabletEventPointerType pointerType
Definition: customtabletevent.h:64
void mouseMoveEvent(QMouseEvent *event) override
Definition: imagetaskgraphicsview.cpp:238
float pressure
Definition: customtabletevent.h:69
~ImageTaskGraphicsViewImpl()=default
float xScenePos
Definition: customtabletevent.h:67
TabletEventType eventType
Definition: customtabletevent.h:63
ImageTaskGraphicsViewImpl(ImageTaskGraphicsView *pQ)
Definition: imagetaskgraphicsview.cpp:101
virtual ~ImageTaskGraphicsView()
Definition: imagetaskgraphicsview.cpp:127