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 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). More... | |
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 24 of file DlgEditPointGraph.h.
DlgEditPointGraph::DlgEditPointGraph | ( | MainWindow & | mainWindow, |
const DocumentModelCoords & | modelCoords, | ||
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 27 of file DlgEditPointGraph.cpp.