Go to the documentation of this file.
15 #include <QGraphicsItem>
21 m_graphicsLinesForCurves (graphicsLinesForCurves),
23 m_document (document),
24 m_geometryWindow (geometryWindow)
CallbackSearchReturn callback(const QString &, const Point &point)
Callback method.
This class stores the GraphicsLinesForCurves objects, one per Curve.
CallbackSceneUpdateAfterCommand(GraphicsLinesForCurves &graphicsLinesForCurves, GraphicsScene &scene, const Document &document, GeometryWindow *geometryWindow)
Single constructor.
CallbackSearchReturn
Return values for search callback methods.
Storage of one imported image and the data attached to that image.
Add point and line handling to generic QGraphicsScene.
void updateAfterCommand(GraphicsScene &scene, const CurveStyles &curveStyles, const QString &curveName, const Point &point, GeometryWindow *geometryWindow)
Update the GraphicsScene with the specified Point from the Document. If it does not exist yet in the ...
Continue normal execution of the search.
Class that represents one digitized point. The screen-to-graph coordinate transformation is always ex...
Window that displays the geometry information, as a table, for the current curve.
CurveStyles modelCurveStyles() const
Get method for CurveStyles.