Simple editor for an exclusive option selection.
More...
#include <CSelectionParamGuiComp.h>
|
| enum | UiMode { UM_COMBOBOX
, UM_RADIOBUTTON_HORIZONTAL
, UM_RADIOBUTTON_VERTICAL
, UM_COMBOBOX_VERTICAL
} |
| | GUI mode for selection representation. More...
|
| |
| enum | LabelPosition { LP_LEFT
, LP_TOP
} |
| | Command label position. More...
|
| |
| enum | LabelAlignment {
LA_LEFT_TOP
, LA_CENTER_TOP
, LA_RIGHT_TOP
, LA_LEFT_CENTER
,
LA_CENTER
, LA_RIGHT_CENTER
, LA_LEFT_BOTTOM
, LA_CENTER_BOTTOM
,
LA_RIGHT_BOTTOM
} |
| |
| typedef iqtgui::TDesignerGuiObserverCompBase< Ui::CSelectionParamGuiComp, iprm::ISelectionParam > | BaseClass |
| |
| typedef ObserverComponent | BaseClass |
| |
Simple editor for an exclusive option selection.
Definition at line 43 of file CSelectionParamGuiComp.h.
◆ BaseClass
◆ LabelAlignment
| Enumerator |
|---|
| LA_LEFT_TOP | |
| LA_CENTER_TOP | |
| LA_RIGHT_TOP | |
| LA_LEFT_CENTER | |
| LA_CENTER | |
| LA_RIGHT_CENTER | |
| LA_LEFT_BOTTOM | |
| LA_CENTER_BOTTOM | |
| LA_RIGHT_BOTTOM | |
Definition at line 96 of file CSelectionParamGuiComp.h.
◆ LabelPosition
Command label position.
| Enumerator |
|---|
| LP_LEFT | Left from the selector.
|
| LP_TOP | On top of the selector.
|
Definition at line 83 of file CSelectionParamGuiComp.h.
◆ UiMode
GUI mode for selection representation.
| Enumerator |
|---|
| UM_COMBOBOX | Horizontal combo box selection.
|
| UM_RADIOBUTTON_HORIZONTAL | Horizontal radio buttons group.
|
| UM_RADIOBUTTON_VERTICAL | Vertical radio buttons group.
|
| UM_COMBOBOX_VERTICAL | Vertical combo box selection.
|
Definition at line 57 of file CSelectionParamGuiComp.h.
◆ CSelectionParamGuiComp()
| iqtprm::CSelectionParamGuiComp::CSelectionParamGuiComp |
( |
| ) |
|
◆ OnFilterTextEdited
| void iqtprm::CSelectionParamGuiComp::OnFilterTextEdited |
( |
const QString & |
text | ) |
|
|
protectedslot |
◆ OnGuiCreated()
| virtual void iqtprm::CSelectionParamGuiComp::OnGuiCreated |
( |
| ) |
|
|
overrideprotectedvirtual |
◆ OnGuiDestroyed()
| virtual void iqtprm::CSelectionParamGuiComp::OnGuiDestroyed |
( |
| ) |
|
|
overrideprotectedvirtual |
◆ OnGuiModelAttached()
| virtual void iqtprm::CSelectionParamGuiComp::OnGuiModelAttached |
( |
| ) |
|
|
overrideprotectedvirtual |
◆ OnGuiModelDetached()
| virtual void iqtprm::CSelectionParamGuiComp::OnGuiModelDetached |
( |
| ) |
|
|
overrideprotectedvirtual |
◆ OnGuiRetranslate()
| virtual void iqtprm::CSelectionParamGuiComp::OnGuiRetranslate |
( |
| ) |
|
|
overrideprotectedvirtual |
◆ OnGuiShown()
| virtual void iqtprm::CSelectionParamGuiComp::OnGuiShown |
( |
| ) |
|
|
overrideprotectedvirtual |
◆ OnModelChanged()
◆ OnRadioButtonSelectionChanged
| void iqtprm::CSelectionParamGuiComp::OnRadioButtonSelectionChanged |
( |
bool |
isSelected | ) |
|
|
protectedslot |
◆ OnResetButtonClicked
| void iqtprm::CSelectionParamGuiComp::OnResetButtonClicked |
( |
| ) |
|
|
protectedslot |
◆ OnSelectionChanged
| void iqtprm::CSelectionParamGuiComp::OnSelectionChanged |
( |
int |
index | ) |
|
|
protectedslot |
◆ UpdateGui()
The documentation for this class was generated from the following file: