Dialog box for editing the information of one axis point. More...
#include <DlgEditPoint.h>
Signals | |
void | signalSetOverrideCursor (QCursor) |
Send a signal to trigger the setting of the override cursor. | |
Public Member Functions | |
DlgEditPoint (MainWindow &mainWindow, DigitizeStateAbstractBase &digitizeState, const DocumentModelCoords &modelCoords, const MainWindowModel &modelMainWindow, const QCursor &cursorShape, const Transformation &transformation, DocumentAxesPointsRequired documentAxesPointsRequired, bool isXOnly=false, const double *xInitialValue=0, const double *yInitialValue=0) | |
Constructor for existing point which already has graph coordinates (which may be changed using this dialog). | |
QPointF | posGraph (bool &isXOnly) const |
Return the graph coordinates position specified by the user. Only applies if dialog was accepted. |
Dialog box for editing the information of one axis point.
Definition at line 30 of file DlgEditPoint.h.
DlgEditPoint::DlgEditPoint | ( | MainWindow & | mainWindow, | |
DigitizeStateAbstractBase & | digitizeState, | |||
const DocumentModelCoords & | modelCoords, | |||
const MainWindowModel & | modelMainWindow, | |||
const QCursor & | cursorShape, | |||
const Transformation & | transformation, | |||
DocumentAxesPointsRequired | documentAxesPointsRequired, | |||
bool | isXOnly = false , |
|||
const double * | xInitialValue = 0 , |
|||
const double * | yInitialValue = 0 | |||
) |
Constructor for existing point which already has graph coordinates (which may be changed using this dialog).
If initial values are unspecified then the value fields will be initially empty
Definition at line 38 of file DlgEditPoint.cpp.