Go to the documentation of this file.
14 #include <QPainterPath>
48 unsigned int m_coordSystemIndexToBeRestored;
50 QList<GhostEllipse> m_ellipses;
51 QList<GhostPath> m_paths;
52 QList<GhostPolygon> m_polygons;
Class for showing points and lines for all coordinate systems simultaneously, even though the code no...
void destroyGhosts(QGraphicsScene &scene)
Destory ghosts. Called at end of algorithm.
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.
void captureGraphicsItems(QGraphicsScene &scene)
Take a snapshot of the graphics items.