14#include <QPainterPath>
48 unsigned int m_coordSystemIndexToBeRestored;
50 QList<GhostEllipse> m_ellipses;
51 QList<GhostPath> m_paths;
52 QList<GhostPolygon> m_polygons;
unsigned int coordSystemIndexToBeRestored() const
Coordinate system index that was active before the ghosts.
void createGhosts(QGraphicsScene &scene)
Create ghosts from the path/rect/polygon lists.
void captureGraphicsItems(QGraphicsScene &scene)
Take a snapshot of the graphics items.
Ghosts(unsigned int coordSystemIndexToBeRestored)
Single constructor.
void destroyGhosts(QGraphicsScene &scene)
Destory ghosts. Called at end of algorithm.