![]() |
VR-Forces 5.0.1 Developer's Guide
|
An object that manages 2D Channel-specific keyword-specified objects.

Public Types | |
| typedef boost::unordered_map < std::string, DtChannelKeywordObject * > | ObjectMap |
| typedef boost::unordered_map < std::string, ObjectMap > | ChannelMap |
Public Member Functions | |
| virtual | ~DtChannelKeywordObjectManager () |
| const ChannelMap & | channelMap () const |
Public Member Functions inherited from makVrv::DtVirtualBaseClass | |
| DtVirtualBaseClass () | |
| virtual | ~DtVirtualBaseClass () |
Static Public Member Functions | |
| static DtChannelKeywordObjectManager & | instance (DtDe &de) |
Protected Types | |
| typedef std::vector< std::string > | ChannelKeyList |
| typedef boost::unordered_map < std::string, ChannelKeyList > | WindowMap |
Protected Member Functions | |
| virtual void | slot_channelCreated (DtChannelManager *, DtChannel *) |
| virtual void | slot_channelToBeDestroyed (const std::string &deName, const std::string &winName, const std::string &channelName) |
| virtual void | slot_channelConfigurationAdded (const std::string &deName, const std::string &winName, const DtChannelConfiguration &config) |
| virtual void | slot_displayConfigurationRealized (const std::string &igName, const std::string &displayName) |
| virtual void | slot_displayToBeDestroyed (const std::string &displayName) |
| virtual void | slot_channelConfigurationModified (const std::string &deName, const std::string &winName, const std::string &oldChannelName, const DtChannelConfiguration &config) |
| virtual void | slot_windowConfigurationModified (const std::string &deName, const std::string &oldWindowName, const DtWindowConfiguration &config) |
| virtual void | processChannelConfiguration (const std::string &deName, const std::string &winName, const DtChannelConfiguration &config) |
| virtual std::string | makeChannelKey (const std::string &deName, const std::string &winName, const std::string &channelName) |
| virtual std::string | makeWindowKey (const std::string &deName, const std::string &winName) |
| virtual void | addChannelKeywordObject (const std::string &channelKey, const std::string &keyword, DtChannelKeywordObject *keywordObject) |
| virtual void | removeChannelKeywordObject (const std::string &channelKey, const std::string &keyword) |
| virtual void | removeAllChannelKeywordObjectsFromChannel (const std::string &channelKey) |
| void | addToWindowMap (const std::string &windowKey, const std::string &channelKey) |
| void | removeFromWindowMap (const std::string &windowKey, const std::string &channelKey) |
| DtChannelKeywordObjectManager (DtDe &de) | |
Static Protected Member Functions | |
| static std::string | getChannelNameFromChannelKey (const std::string &channelKey) |
Protected Attributes | |
| DtDe & | myDe |
| DtSignalConnectionManager | myConnections |
| ChannelMap | myChannelMap |
| WindowMap | myWindowMap |
Friends | |
| class | DtChannelKeywordObjectManagerCreator |
| typedef boost::unordered_map<std::string, DtChannelKeywordObject*> makVrv::DtChannelKeywordObjectManager::ObjectMap |
| typedef boost::unordered_map<std::string, ObjectMap> makVrv::DtChannelKeywordObjectManager::ChannelMap |
|
protected |
|
protected |
|
virtual |
DTOR.
|
protected |
CTOR.
|
static |
Get an instance of the DtChannelKeywordObjectManager. This will be called by DtScene2D when in master mode to ensure the existence of manager.
| const ChannelMap& makVrv::DtChannelKeywordObjectManager::channelMap | ( | ) | const |
Make the channelMap available.
|
protectedvirtual |
|
protectedvirtual |
|
protectedvirtual |
|
protectedvirtual |
|
protectedvirtual |
|
protectedvirtual |
|
protectedvirtual |
|
protectedvirtual |
|
protectedvirtual |
|
protectedvirtual |
|
protectedvirtual |
|
protectedvirtual |
|
protectedvirtual |
|
protected |
|
protected |
|
staticprotected |
|
friend |
Specify the Creator class as a friend.
|
protected |
|
protected |
|
protected |
|
protected |