1 #include "CallbackAddPointsInCurvesGraphs.h"
4 extern const QString AXIS_CURVE_NAME;
14 const QString identifier = point.
identifier ();
16 if (curveName == AXIS_CURVE_NAME) {
void addPointAxisWithSpecifiedIdentifier(const QPointF &posScreen, const QPointF &posGraph, const QString &identifier, double ordinal)
Add a single axis point with the specified point identifier.
QPointF posGraph(ApplyHasCheck applyHasCheck=KEEP_HAS_CHECK) const
Accessor for graph position. Skip check if copying one instance to another.
void addPointGraphWithSpecifiedIdentifier(const QString &curveName, const QPointF &posScreen, const QString &identifier, double ordinal)
Add a single graph point with the specified point identifer. Note that PointStyle is not applied to t...
Class that represents one digitized point. The screen-to-graph coordinate transformation is always ex...
QPointF posScreen() const
Accessor for screen position.
CallbackAddPointsInCurvesGraphs(Document &document)
Single constructor.
CallbackSearchReturn
Return values for search callback methods.
QString identifier() const
Unique identifier for a specific Point.
Continue normal execution of the search.
CallbackSearchReturn callback(const QString &curveName, const Point &point)
Callback method.
Storage of one imported image and the data attached to that image.
double ordinal(ApplyHasCheck applyHasCheck=KEEP_HAS_CHECK) const
Get method for ordinal. Skip check if copying one instance to another.