![]() |
VR-Forces 4.6.1 Class Documentation
|
This class is responsible for managed dockable widgets. More...

Public Member Functions | |
| virtual | ~DtDockableManager () |
| DTOR deletes all dockable widgets. | |
| virtual DtDockable * | findDockableWidget (const std::string &className) |
| Attempt to find a DtDockable. | |
Public Member Functions inherited from makVrv::DtVirtualBaseClass | |
| DtVirtualBaseClass () | |
| Do nothing constructor. | |
| virtual | ~DtVirtualBaseClass () |
| Virtual do nothing destructor. | |
Static Public Member Functions | |
| static DtDockableManager & | instance (DtDe &) |
| Get the instance of the dockable manager. | |
| static void | registerInstance (DtDe &de, DtDockableManager *instance) |
| Register a new instance the dockable manager and replace the default. | |
Protected Types | |
| typedef boost::unordered_map < std::string, DtDockable * > | DockableWidgets |
Protected Member Functions | |
| DtDockableManager (DtDe &) | |
| CTOR. | |
| virtual void | registerDockableWidgetInstance (DtDockable *widget) |
| Register a DtDockable with the dialog manager. | |
| virtual void | unregisterDockableWidgetInstance (DtDockable *widget) |
| Unregister a DtDockable with the dialog manager. | |
Protected Attributes | |
| DtDe & | myDe |
| DockableWidgets | myDockableWidgets |
Friends | |
| class | DtDockable |
This class is responsible for managed dockable widgets.
All DtDockable instances are automatically registered with the dockable manager.
|
protected |
|
virtual |
DTOR deletes all dockable widgets.
|
protected |
CTOR.
|
static |
Get the instance of the dockable manager.
|
static |
Register a new instance the dockable manager and replace the default.
|
virtual |
Attempt to find a DtDockable.
|
protectedvirtual |
Register a DtDockable with the dialog manager.
This is automatically called by the DtDockable CTOR.
|
protectedvirtual |
Unregister a DtDockable with the dialog manager.
This is automatically called by the DtDockable DTOR.
|
friend |
|
protected |
|
protected |