|
SHAPER
9.15.0
|
Processing selection by the faces panel. More...

Signals | |
| void | activated () |
| control is activated More... | |
| void | deactivated () |
| control is deactivated More... | |
Public Member Functions | |
| XGUI_FacesPanelSelector (XGUI_FacesPanel *thePanel) | |
| Constructor. More... | |
| virtual | ~XGUI_FacesPanelSelector () |
| Destructor. More... | |
| virtual QString | getType () |
| Returns name of the selector. More... | |
| virtual void | reset () |
| Set empty widget that need to be activated widget if it is not empty. More... | |
| virtual void | setActive (const bool &isActive) |
| Sets control active. More... | |
| virtual void | processSelection () |
| Processes current selection of workshop. Reaction to selection change in workshop. More... | |
| void | setEnable (const bool &theEnabled) |
| Sets enable/disable state of the selector. More... | |
| bool | isEnabled () const |
| Returns whether the selector is enabled or not. More... | |
| virtual bool | needToBeActivated () const |
| Returns whether the selector should be activated as soon as possible (by deactivatate other) More... | |
Static Public Member Functions | |
| static QString | Type () |
| Returns name of the selector. More... | |
Protected Attributes | |
| XGUI_FacesPanel * | myPanel |
| processed panel More... | |
| bool | myIsEnabled |
| enable state of the selector More... | |
Processing selection by the faces panel.
| XGUI_FacesPanelSelector::XGUI_FacesPanelSelector | ( | XGUI_FacesPanel * | thePanel | ) |
Constructor.
| thePanel | the workshop faces panel |
|
inlinevirtual |
Destructor.
|
inlinestatic |
Returns name of the selector.
|
inlinevirtual |
Returns name of the selector.
Implements XGUI_ActiveControlSelector.
|
virtual |
Set empty widget that need to be activated widget if it is not empty.
Reimplemented from XGUI_ActiveControlSelector.
|
virtual |
Sets control active.
It should activates/deactivates selection and selection filters.
| isActive | if true, the control becomes active |
Implements XGUI_ActiveControlSelector.
|
virtual |
Processes current selection of workshop. Reaction to selection change in workshop.
Implements XGUI_ActiveControlSelector.
|
inlineinherited |
Sets enable/disable state of the selector.
If disable, it will not react to selection
| theEnabled | if true, selector is enabled |
|
inlineinherited |
Returns whether the selector is enabled or not.
|
inlinevirtualinherited |
Returns whether the selector should be activated as soon as possible (by deactivatate other)
Reimplemented in XGUI_PropertyPanelSelector.
|
signalinherited |
control is activated
|
signalinherited |
control is deactivated
|
protected |
processed panel
|
protectedinherited |
enable state of the selector