Engauge Digitizer 2
|
Dialog box for editing the information of the map scale. More...
#include <DlgEditScale.h>
Public Member Functions | |
DlgEditScale (MainWindow &mainWindow, const DocumentModelCoords &modelCoords, const DocumentModelGeneral &modelGeneral, const MainWindowModel &modelMainWindow, const double *scaleLength=0) | |
Single constructor. | |
~DlgEditScale () | |
double | scaleLength () const |
Return the scale bar length specified by the user. Only applies if dialog was accepted. |
Dialog box for editing the information of the map scale.
Definition at line 22 of file DlgEditScale.h.
DlgEditScale::DlgEditScale | ( | MainWindow & | mainWindow, |
const DocumentModelCoords & | modelCoords, | ||
const DocumentModelGeneral & | modelGeneral, | ||
const MainWindowModel & | modelMainWindow, | ||
const double * | scaleLength = 0 ) |
Single constructor.
Definition at line 34 of file DlgEditScale.cpp.
DlgEditScale::~DlgEditScale | ( | ) |
Definition at line 62 of file DlgEditScale.cpp.
double DlgEditScale::scaleLength | ( | ) | const |
Return the scale bar length specified by the user. Only applies if dialog was accepted.
Definition at line 134 of file DlgEditScale.cpp.