![]() |
VR-Forces Developer's Guide
|
This logic class is responsible for populating the bullseye selection widget with all the names of the currently known bullseye objects in the scene and for informing the bullseye manager of when the user changes the currently selected bullseye.
Public Member Functions | |
| virtual | ~DtGhostedToolbarLogic () |
| DtGhostedToolbarLogic ()=delete | |
| DtGhostedToolbarLogic (DtGhostedToolbarLogic &in)=delete | |
| DtGhostedToolbarLogic & | operator= (const DtGhostedToolbarLogic &)=delete |
Static Public Member Functions | |
| static DtGhostedToolbarLogic * | create (DtDe &de, DtGhostedToolbarWidgetInterface *iFace) |
Protected Member Functions | |
| DtGhostedToolbarLogic (DtDe &de, DtGhostedToolbarWidgetInterface *iFace) | |
| virtual void | slot_onSelectedEchelonChanged (int echelonLevel) |
| virtual void | slot_onShowGhostedChanged (bool showGhosted) |
| virtual void | synchronizeEchelonLevelWithSettings (int echelonLevel) |
Protected Attributes | |
| DtDe & | myDe |
| DtGhostedToolbarWidgetInterface * | myInterface |
| DtSignalConnectionManager | myConnectionManager |
|
virtual |
virtual DTOR
|
delete |
Default Constructor not implemented.
|
delete |
Copy Constructor not implemented - Copy not allowed.
|
protected |
Constructor (protected - use ::create() )
|
static |
Create and initialize the logic.
|
delete |
Assignment Operator not implemented - Assignment not allowed.
|
protectedvirtual |
Slot executed when the user changes the maximum echelon level to display.
|
protectedvirtual |
Slot executed when the user changes whether or not ghosted entities are shown.
|
protectedvirtual |
Slot executed when the user changes the echelon level or whether or not ghosted entities are shown.
|
protected |
|
protected |
|
protected |