7 #include "CallbackSceneUpdateAfterCommand.h" 10 #include "EngaugeAssert.h" 11 #include "GeometryWindow.h" 12 #include "GraphicsLinesForCurves.h" 13 #include "GraphicsScene.h" 15 #include <QGraphicsItem> 21 m_graphicsLinesForCurves (graphicsLinesForCurves),
23 m_document (document),
24 m_geometryWindow (geometryWindow)
31 CallbackSearchReturn rtn = CALLBACK_SEARCH_RETURN_CONTINUE;
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. ...
CallbackSearchReturn callback(const QString &, const Point &point)
Callback method.
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 ...
This class stores the GraphicsLinesForCurves objects, one per Curve.
Storage of one imported image and the data attached to that image.
CallbackSceneUpdateAfterCommand(GraphicsLinesForCurves &graphicsLinesForCurves, GraphicsScene &scene, const Document &document, GeometryWindow *geometryWindow)
Single constructor.
Add point and line handling to generic QGraphicsScene.
CurveStyles modelCurveStyles() const
Get method for CurveStyles.