|
SHAPER
9.15.0
|
A class of dialog to chose a deflection value. More...

Public Member Functions | |
| XGUI_DeflectionDialog (QWidget *theParent) | |
| Constructor. More... | |
| void | setDeflection (const double &theDeflection) |
| Initializes the dialog with the given value. More... | |
| double | getDeflection () const |
| Returns the current deflection value. More... | |
A class of dialog to chose a deflection value.
The deflection value is in range [0, 1]
| XGUI_DeflectionDialog::XGUI_DeflectionDialog | ( | QWidget * | theParent | ) |
Constructor.
| theParent | a parent widget for the dialog |
| void XGUI_DeflectionDialog::setDeflection | ( | const double & | theDeflection | ) |
Initializes the dialog with the given value.
| theValue | the deflection value |
| double XGUI_DeflectionDialog::getDeflection | ( | ) | const |
Returns the current deflection value.