|
SHAPER
9.15.0
|

Public Member Functions | |
| PartSet_WidgetSketchCircularGrid (QWidget *theParent, PartSet_WidgetSketchLabel *theSketchLabel) | |
| virtual void | reconfigure () |
| Must be called after PartSet_PreviewSketchPlane is configured. More... | |
Protected Slots | |
| virtual void | onResetClicked () |
| virtual void | onOffsetAngleChanged (double theOffset) |
| virtual void | onOffsetXChanged (double theOffset) |
| virtual void | onOffsetYChanged (double theOffset) |
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 |
| PartSet_WidgetSketchCircularGrid::PartSet_WidgetSketchCircularGrid | ( | QWidget * | theParent, |
| PartSet_WidgetSketchLabel * | theSketchLabel | ||
| ) |
| theSketchLabel | must not be nullptr. |
|
virtual |
Must be called after PartSet_PreviewSketchPlane is configured.
Implements PartSet_WidgetSketchGrid.
|
staticprotectedinherited |
|
staticprotectedinherited |
|
staticprotectedinherited |
|
staticprotectedinherited |
Num of digits in fractional part of translational values.
|
staticprotectedinherited |
Num of digits in fractional part of rotational values.