Callback for sanity checking the screen and graph coordinates of an axis point that is in the axes curve, before changing its graph coordinates. More...
#include <CallbackCheckEditPointAxis.h>
Public Member Functions | |
CallbackCheckEditPointAxis (const DocumentModelCoords &modelCoords, const QString &pointIdentifier, const QPointF &posScreen, const QPointF &posGraph, DocumentAxesPointsRequired documentAxesPointsRequired) | |
Single constructor. | |
bool | isError () const |
True if an error occurred during iteration. | |
QString | errorMessage () const |
Error message that explains the problem indicated by isError. |
Callback for sanity checking the screen and graph coordinates of an axis point that is in the axes curve, before changing its graph coordinates.
Definition at line 18 of file CallbackCheckEditPointAxis.h.