Engauge Digitizer 2
|
Dialog box for editing the information of one or more points. More...
#include <DlgEditPointGraph.h>
Public Member Functions | |
DlgEditPointGraph (MainWindow &mainWindow, const DocumentModelCoords &modelCoords, const DocumentModelGeneral &modelGeneral, const MainWindowModel &modelMainWindow, const Transformation &transformation, const double *xInitialValue=0, const double *yInitialValue=0) | |
Constructor for existing point which already has graph coordinates (which may be changed using this dialog). | |
~DlgEditPointGraph () | |
void | posGraph (bool &isX, double &x, bool &isY, double &y) const |
Return one or both coordinates. Only applies if dialog was accepted. |
Dialog box for editing the information of one or more points.
Definition at line 25 of file DlgEditPointGraph.h.
DlgEditPointGraph::DlgEditPointGraph | ( | MainWindow & | mainWindow, |
const DocumentModelCoords & | modelCoords, | ||
const DocumentModelGeneral & | modelGeneral, | ||
const MainWindowModel & | modelMainWindow, | ||
const Transformation & | transformation, | ||
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 28 of file DlgEditPointGraph.cpp.
DlgEditPointGraph::~DlgEditPointGraph | ( | ) |
Definition at line 62 of file DlgEditPointGraph.cpp.
void DlgEditPointGraph::posGraph | ( | bool & | isX, |
double & | x, | ||
bool & | isY, | ||
double & | y ) const |
Return one or both coordinates. Only applies if dialog was accepted.
Definition at line 219 of file DlgEditPointGraph.cpp.