Engauge Digitizer  2
Public Member Functions | List of all members
DlgEditPointGraph Class Reference

Dialog box for editing the information of one or more points. More...

#include <DlgEditPointGraph.h>

Inheritance diagram for DlgEditPointGraph:

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). More...
 
void posGraph (bool &isX, double &x, bool &isY, double &y) const
 Return one or both coordinates. Only applies if dialog was accepted.
 

Detailed Description

Dialog box for editing the information of one or more points.

Definition at line 25 of file DlgEditPointGraph.h.

Constructor & Destructor Documentation

◆ DlgEditPointGraph()

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.


The documentation for this class was generated from the following files: