Callback for sanity checking the screen and graph coordinates of an axis point, before it is added to the axes curve. More...
#include <CallbackCheckAddPointAxis.h>
Public Member Functions | |
CallbackCheckAddPointAxis (const DocumentModelCoords &modelCoords, const QPointF &posScreen, const QPointF &posGraph, DocumentAxesPointsRequired documentAxesPointsRequired, bool isXOnly) | |
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, before it is added to the axes curve.
Definition at line 18 of file CallbackCheckAddPointAxis.h.