7#include "CallbackSceneUpdateAfterCommand.h"
10#include "EngaugeAssert.h"
11#include "GraphicsLinesForCurves.h"
12#include "GraphicsScene.h"
14#include <QGraphicsItem>
19 m_graphicsLinesForCurves (graphicsLinesForCurves),
CallbackSearchReturn
Return values for search callback methods.
@ CALLBACK_SEARCH_RETURN_CONTINUE
Continue normal execution of the search.
CallbackSearchReturn callback(const QString &, const Point &point)
Callback method.
CallbackSceneUpdateAfterCommand(GraphicsLinesForCurves &graphicsLinesForCurves, GraphicsScene &scene, const Document &document)
Single constructor.
Storage of one imported image and the data attached to that image.
CurveStyles modelCurveStyles() const
Get method for CurveStyles.
This class stores the GraphicsLinesForCurves objects, one per Curve.
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 ...
Add point and line handling to generic QGraphicsScene.
Class that represents one digitized point. The screen-to-graph coordinate transformation is always ex...