Engauge Digitizer
2
|
Dialog box for editing the information of one axis point, in a graph with two axes. More...
#include <DlgEditPointAxis.h>
Public Member Functions | |
DlgEditPointAxis (MainWindow &mainWindow, const DocumentModelCoords &modelCoords, const DocumentModelGeneral &modelGeneral, 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, in a graph with two axes.
Definition at line 24 of file DlgEditPointAxis.h.
DlgEditPointAxis::DlgEditPointAxis | ( | MainWindow & | mainWindow, |
const DocumentModelCoords & | modelCoords, | ||
const DocumentModelGeneral & | modelGeneral, | ||
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 38 of file DlgEditPointAxis.cpp.