Engauge Digitizer 2
|
Normalize the four parameters used to define a grid line for display or removal. More...
#include <GridLineNormalize.h>
Public Member Functions | |
GridLineNormalize (const MainWindowModel &modelMainWindow) | |
Default constructor. | |
virtual | ~GridLineNormalize () |
void | normalize (bool isLinear, GridCoordDisable disable, double &start, double &step, double &stop, unsigned int &num) const |
Normalize the quartet of grid line parameters by adjusting the disabled one to achieve consistency. |
Normalize the four parameters used to define a grid line for display or removal.
Definition at line 15 of file GridLineNormalize.h.
GridLineNormalize::GridLineNormalize | ( | const MainWindowModel & | modelMainWindow | ) |
Default constructor.
Definition at line 11 of file GridLineNormalize.cpp.
|
virtual |
Definition at line 16 of file GridLineNormalize.cpp.
void GridLineNormalize::normalize | ( | bool | isLinear, |
GridCoordDisable | disable, | ||
double & | start, | ||
double & | step, | ||
double & | stop, | ||
unsigned int & | num ) const |
Normalize the quartet of grid line parameters by adjusting the disabled one to achieve consistency.
Definition at line 20 of file GridLineNormalize.cpp.