1 #include "CallbackSceneUpdateAfterCommand.h"
4 #include "EngaugeAssert.h"
5 #include "GraphicsLinesForCurves.h"
6 #include "GraphicsScene.h"
8 #include <QGraphicsItem>
13 m_graphicsLinesForCurves (graphicsLinesForCurves),
Class that represents one digitized point. The screen-to-graph coordinate transformation is always ex...
CallbackSearchReturn callback(const QString &, const Point &point)
Callback method.
CallbackSearchReturn
Return values for search callback methods.
Continue normal execution of the search.
CurveStyles modelCurveStyles() const
Get method for CurveStyles.
This class stores the GraphicsLinesForCurves objects, one per Curve.
CallbackSceneUpdateAfterCommand(GraphicsLinesForCurves &graphicsLinesForCurves, GraphicsScene &scene, const Document &document)
Single constructor.
void updateAfterCommand(GraphicsScene &scene, const CurveStyles &curveStyles, const QString &curveName, const Point &point)
Update the GraphicsScene with the specified Point from the Document. If it does not exist yet in the ...
Storage of one imported image and the data attached to that image.
Add point and line handling to generic QGraphicsScene.