Engauge Digitizer
2
|
Dialog box for editing the information of one axis point. More...
#include <DlgEditPointAxis.h>
Public Member Functions | |
DlgEditPointAxis (MainWindow &mainWindow, const DocumentModelCoords &modelCoords, const MainWindowModel &modelMainWindow, 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). More... | |
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 24 of file DlgEditPointAxis.h.
DlgEditPointAxis::DlgEditPointAxis | ( | MainWindow & | mainWindow, |
const DocumentModelCoords & | modelCoords, | ||
const MainWindowModel & | modelMainWindow, | ||
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 37 of file DlgEditPointAxis.cpp.