VR-Forces 4.0.4 Class Documentation
Public Member Functions | Static Public Member Functions | Protected Types | Protected Member Functions | Protected Attributes | Friends
makVrv::DtDockableManager Class Reference

This class is responsible for managed dockable widgets. More...

Inheritance diagram for makVrv::DtDockableManager:
Inheritance graph
[legend]

List of all members.

Public Member Functions

virtual ~DtDockableManager ()
 DTOR deletes all dockable widgets.
virtual DtDockablefindDockableWidget (const std::string &className)
 Attempt to find a DtDockable.

Static Public Member Functions

static DtDockableManagerinstance (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

DtDemyDe
DockableWidgets myDockableWidgets

Friends

class DtDockable

Detailed Description

This class is responsible for managed dockable widgets.

All DtDockable instances are automatically registered with the dockable manager.


Member Typedef Documentation

typedef boost::unordered_map<std::string,DtDockable*> makVrv::DtDockableManager::DockableWidgets [protected]

Constructor & Destructor Documentation

DTOR deletes all dockable widgets.

CTOR.


Member Function Documentation

Get the instance of the dockable manager.

static void makVrv::DtDockableManager::registerInstance ( DtDe de,
DtDockableManager instance 
) [static]

Register a new instance the dockable manager and replace the default.

virtual DtDockable* makVrv::DtDockableManager::findDockableWidget ( const std::string &  className) [virtual]

Attempt to find a DtDockable.

virtual void makVrv::DtDockableManager::registerDockableWidgetInstance ( DtDockable widget) [protected, virtual]

Register a DtDockable with the dialog manager.

This is automatically called by the DtDockable CTOR.

virtual void makVrv::DtDockableManager::unregisterDockableWidgetInstance ( DtDockable widget) [protected, virtual]

Unregister a DtDockable with the dialog manager.

This is automatically called by the DtDockable DTOR.


Friends And Related Function Documentation

friend class DtDockable [friend]

Member Data Documentation


The documentation for this class was generated from the following file:

Document ID: Generated on Fri Jun 29 16:33:32 EDT 2012 from SVN revision 116588
Copyright © 2005-2012 VT MÄK Inc. All Rights Reserved (www.mak.com)