10 #include "GhostEllipse.h" 11 #include "GhostPath.h" 12 #include "GhostPolygon.h" 14 #include <QPainterPath> 48 unsigned int m_coordSystemIndexToBeRestored;
50 QList<GhostEllipse> m_ellipses;
51 QList<GhostPath> m_paths;
52 QList<GhostPolygon> m_polygons;
void createGhosts(QGraphicsScene &scene)
Create ghosts from the path/rect/polygon lists.
unsigned int coordSystemIndexToBeRestored() const
Coordinate system index that was active before the ghosts.
Class for showing points and lines for all coordinate systems simultaneously, even though the code no...
void captureGraphicsItems(QGraphicsScene &scene)
Take a snapshot of the graphics items.
void destroyGhosts(QGraphicsScene &scene)
Destory ghosts. Called at end of algorithm.