 |
Geometrize
1.0
An application for geometrizing images into geometric primitives
|
Go to the documentation of this file.
5 #include <QGraphicsScene>
36 std::unique_ptr<ImageTaskPixmapSceneImpl>
d;
ImageTaskPixmapScene * q
Definition: imagetaskpixmapscene.cpp:31
ImageTaskPixmapSceneImpl(ImageTaskPixmapScene *pQ)
Definition: imagetaskpixmapscene.cpp:16
~ImageTaskPixmapSceneImpl()=default
virtual ~ImageTaskPixmapScene()
Definition: imagetaskpixmapscene.cpp:39
void setWorkingPixmap(const QPixmap &pixmap)
setWorkingPixmap Sets the pixmap that provides the current/working image visualization.
Definition: imagetaskpixmapscene.cpp:43
std::unique_ptr< ImageTaskPixmapSceneImpl > d
Definition: imagetaskpixmapscene.h:35
Definition: commandlineparser.cpp:73
void setWorkingPixmap(const QPixmap &pixmap)
Definition: imagetaskpixmapscene.cpp:25
ImageTaskPixmapSceneImpl(const ImageTaskPixmapSceneImpl &)=delete
ImageTaskPixmapGraphicsItem m_workingPixmapItem
Definition: imagetaskpixmapscene.cpp:32
The ImageTaskScene class models a graphics scene for viewing the results of image tasks.
Definition: imagetaskscene.h:25
ImageTaskPixmapSceneImpl operator=(const ImageTaskPixmapSceneImpl &)=delete
The ImageTaskPixmapGraphicsItem class models a pixmap graphic item that goes into the scene for an im...
Definition: imagetaskpixmapgraphicsitem.h:26
ImageTaskPixmapScene(QObject *parent=nullptr)
Definition: imagetaskpixmapscene.cpp:35
Definition: imagetaskpixmapscene.cpp:14
The ImageTaskPixmapScene class models a graphics scene for viewing the pixmap-based results of image ...
Definition: imagetaskpixmapscene.h:21