|
SHAPER
9.15.0
|
A class which provides interface of activation/deactivate selection modes and using selection filters. More...

Public Member Functions | |
| ModuleBase_ISelectionActivate (ModuleBase_IWorkshop *theWorkshop) | |
| Constructor. More... | |
| virtual | ~ModuleBase_ISelectionActivate () |
| Destructor. More... | |
| virtual void | updateSelectionModes ()=0 |
| Updates active selection modes in the viewer depending on the application state. More... | |
| virtual void | updateSelectionFilters ()=0 |
| Updates active selection filters in the viewer depending on the application state. More... | |
| virtual void | activateSelectionFilters (const SelectMgr_ListOfFilter &theSelectionFilters)=0 |
| Activates parameter filters in the workshop, deactivate active out of the container Please find a possibility to use updateSelectionFilters instead of direct call this method. More... | |
Protected Attributes | |
| ModuleBase_IWorkshop * | myWorkshop |
| active workshop More... | |
A class which provides interface of activation/deactivate selection modes and using selection filters.
|
inline |
Constructor.
|
inlinevirtual |
Destructor.
|
pure virtual |
Updates active selection modes in the viewer depending on the application state.
Implemented in XGUI_SelectionActivate.
|
pure virtual |
Updates active selection filters in the viewer depending on the application state.
Implemented in XGUI_SelectionActivate.
|
pure virtual |
Activates parameter filters in the workshop, deactivate active out of the container Please find a possibility to use updateSelectionFilters instead of direct call this method.
| theSelectionFilters | a filtes |
Implemented in XGUI_SelectionActivate.
|
protected |
active workshop