VR-Forces 4.1 Class Documentation
List of all members | Public Member Functions | Protected Member Functions | Protected Attributes
makVrv::DtWindowProctorImpl Class Reference

Implementation of the Window Proctor. More...

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

Public Member Functions

 DtWindowProctorImpl (DtDe &de, DtWindowManager &vm)
 CTOR.
virtual ~DtWindowProctorImpl ()
 DTOR.
- Public Member Functions inherited from makVrv::DtWindowProctor
 DtWindowProctor (DtDe &de)
 CTOR.
virtual ~DtWindowProctor ()
 DTOR.
- Public Member Functions inherited from makVrv::DtProctor
 DtProctor (DtDe &, unsigned short classId)
 CTOR.
virtual ~DtProctor ()
 DTOR.
void executeFunction (DtMessage &msg)
 Execute the proper message function for the message.
DtDede ()
 Get the IG for the proctor.

Protected Member Functions

virtual void addChannel (const std::string &displayName, const std::string &windowName, const DtChannelConfiguration &config)
 Add a channel.
virtual void destroyChannel (const std::string &displayName, const std::string &windowName, const std::string &channelName)
 Destroy a channel.
virtual void modifyChannel (const std::string &displayName, const std::string &windowName, const std::string &channelName, const DtChannelConfiguration &config)
 Modify channel function.
- Protected Member Functions inherited from makVrv::DtWindowProctor

Protected Attributes

DtWindowManagermyManager

Additional Inherited Members

- Public Types inherited from makVrv::DtProctor
enum  ProctorId {
  ProctorId_DtDeProctor = 32, ProctorId_DtSceneProctor = 33, ProctorId_DtWindowProctor = 34, ProctorID_DtChanneProctor = 35,
  ProctorID_DtDisplayEngineProctor = 36, ProctorID_DtDeSharedStateProctor = 37, ProctorId_UserStart = 0x8000, end_ProctorId = 0x10000
}
 Ids used for proctors. Each proctor class must have a unique id. More...
- Static Public Member Functions inherited from makVrv::DtWindowProctor
static DtWindowProctorinstance (DtDe &de)
 Get an instance to the abstract hander.
- Protected Types inherited from makVrv::DtProctor
typedef void(* MessageFunction )(DtProctor *, DtMessage &)
typedef std::map< int,
MessageFunction
FunctionMap
- Static Protected Member Functions inherited from makVrv::DtWindowProctor
static void decode_addChannel (DtProctor *proctor, DtMessage &msg)
 Decoder for addChannel.
static void serialize_addChannel (DtMessage &msg, std::string &displayName, std::string &windowName, DtChannelConfiguration &config)
 Serializer for addChannel.
static void decode_destroyChannel (DtProctor *proctor, DtMessage &msg)
 Decoder for destroy channel.
static void serialize_destroyChannel (DtMessage &msg, std::string &displayName, std::string &windowName, std::string &channelName)
 Serializer for destroy channel.
static void decode_modifyChannel (DtProctor *proctor, DtMessage &msg)
 Decoder for modifyChannel.
static void serialize_modifyChannel (DtMessage &msg, std::string &displayName, std::string &windowName, std::string &channelName, DtChannelConfiguration &config)
 Serializer for modifyChannel.

Detailed Description

Implementation of the Window Proctor.

Constructor & Destructor Documentation

makVrv::DtWindowProctorImpl::DtWindowProctorImpl ( DtDe de,
DtWindowManager vm 
)

CTOR.

virtual makVrv::DtWindowProctorImpl::~DtWindowProctorImpl ( )
virtual

DTOR.

Member Function Documentation

virtual void makVrv::DtWindowProctorImpl::addChannel ( const std::string &  displayName,
const std::string &  windowName,
const DtChannelConfiguration config 
)
protectedvirtual

Add a channel.

Implements makVrv::DtWindowProctor.

virtual void makVrv::DtWindowProctorImpl::destroyChannel ( const std::string &  displayName,
const std::string &  windowName,
const std::string &  channelName 
)
protectedvirtual

Destroy a channel.

Implements makVrv::DtWindowProctor.

virtual void makVrv::DtWindowProctorImpl::modifyChannel ( const std::string &  displayName,
const std::string &  windowName,
const std::string &  channelName,
const DtChannelConfiguration config 
)
protectedvirtual

Modify channel function.

Implements makVrv::DtWindowProctor.

Member Data Documentation

DtWindowManager* makVrv::DtWindowProctorImpl::myManager
protected

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

Document ID: Generated on Tue Jan 29 18:21:16 EST 2013 from SVN revision 123193
Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (www.mak.com)