![]() |
API Documentation
|
Allows the user to enter in a minimum and maximum value in N dimensions (up to 3). More...
#include <BoundsWidget.h>
Signals | |
| void | edited2 () |
| void | editingFinished () |
| void | surveySettingsRequested () |
Protected Slots | |
| void | onFinishedSlot () |
| void | onUpdatedSlot () |
Protected Attributes | |
| QGridLayout * | m_layout |
| PointWidget * | m_max |
| PointWidget * | m_min |
Allows the user to enter in a minimum and maximum value in N dimensions (up to 3).
| BoundsWidget | ( | QWidget * | parent = nullptr | ) |
|
signal |
|
signal |
| bool isDefault | ( | ) | const |
|
protectedslot |
|
protectedslot |
| void setDecimalCount | ( | uint04 | count | ) |
| void setDimensionCount | ( | uint01 | dim_count | ) |
| void setEditable | ( | bool | editable | ) |
| void setLabel | ( | uint01 | dimension, |
| const TranslatedString & | label ) |
| void setNumberOfLines | ( | uint04 | line_count | ) |
| void setStep | ( | fltp08 | step | ) |
| void setSurveySettings | ( | QWidget * | survey_settings | ) |
| void setUnit | ( | const ConstPointer< Unit > & | unit | ) |
| void setUnitToApplicationAngleUnit | ( | ) |
| void setUnitToApplicationOrientationUnit | ( | ) |
| void setUnitToApplicationSpatialUnit | ( | ) |
| void setUseLabelAbreviation | ( | bool | use_label_abv | ) |
|
signal |
| const ConstPointer< Unit > & unit | ( | ) | const |
|
protected |
|
protected |
|
protected |