|
SHAPER
9.15.0
|

Public Member Functions | |
| PartSet_WidgetSketchGrid (QWidget *theParent, PartSet_WidgetSketchLabel *theSketchLabel) | |
| virtual void | reconfigure ()=0 |
Protected Member Functions | |
| void | retrieveSketchAndPlane () |
Static Protected Member Functions | |
| static double | clampValue (double theValue, double theIntervalWidth) |
| static double | reasonableOffsetIncrement (double theStep) |
| static double | reasonablePitchIncrement (double theStep) |
Protected Attributes | |
| PartSet_WidgetSketchLabel *const | mySketchLabel |
| PartSet_PreviewSketchPlane * | myPreviewPlane |
| QGridLayout * | myLayout |
| QPushButton * | myResetButton |
| QDoubleSpinBox * | myOffsetXSpinBox |
| QDoubleSpinBox * | myOffsetYSpinBox |
| QDoubleSpinBox * | myOffsetAngleSpinBox |
Static Protected Attributes | |
| static const int | NUM_OF_DECIMAL_DIGITS_TRANS = 3 |
| Num of digits in fractional part of translational values. More... | |
| static const int | NUM_OF_DECIMAL_DIGITS_ROTAT = 4 |
| Num of digits in fractional part of rotational values. More... | |
| static const int | SPIN_BOX_MIN_WIDTH = 80 |
Friends | |
| class | PitchSpinBox |
| PartSet_WidgetSketchGrid::PartSet_WidgetSketchGrid | ( | QWidget * | theParent, |
| PartSet_WidgetSketchLabel * | theSketchLabel | ||
| ) |
| theSketchLabel | must not be nullptr. |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |
Num of digits in fractional part of translational values.
|
staticprotected |
Num of digits in fractional part of rotational values.