5 #include <QGraphicsScene>
36 std::unique_ptr<ImageTaskPixmapSceneImpl>
d;
The ImageTaskPixmapScene class models a graphics scene for viewing the pixmap-based results of image ...
Definition: imagetaskpixmapscene.h:20
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
The ImageTaskScene class models a graphics scene for viewing the results of image tasks...
Definition: imagetaskscene.h:24
Definition: imagetaskpixmapscene.cpp:13
ImageTaskPixmapScene(QObject *parent=nullptr)
Definition: imagetaskpixmapscene.cpp:35