15#include <QGraphicsItem>
21 m_graphicsLinesForCurves (graphicsLinesForCurves),
23 m_document (document),
24 m_geometryWindow (geometryWindow)
CallbackSearchReturn
Return values for search callback methods.
@ CALLBACK_SEARCH_RETURN_CONTINUE
Continue normal execution of the search.
CallbackSceneUpdateAfterCommand(GraphicsLinesForCurves &graphicsLinesForCurves, GraphicsScene &scene, const Document &document, GeometryWindow *geometryWindow)
Single constructor.
CallbackSearchReturn callback(const QString &, const Point &point)
Callback method.
Storage of one imported image and the data attached to that image.
CurveStyles modelCurveStyles() const
Get method for CurveStyles.
Window that displays the geometry information, as a table, for the current curve.
This class stores the GraphicsLinesForCurves objects, one per Curve.
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 ...
Add point and line handling to generic QGraphicsScene.
Class that represents one digitized point. The screen-to-graph coordinate transformation is always ex...