VR-Forces 4.3 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
List of all members | Public Member Functions | Static Public Member Functions | Friends
makVrv::DtWindowProctor Class Reference

This is used to distribute information about a window from the master to slave engines. More...

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

Public Member Functions

 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.

Static Public Member Functions

static DtWindowProctorinstance (DtDe &de)
 Get an instance to the abstract hander.

Friends

class DtWindowProxy
virtual void addChannel (const std::string &displayName, const std::string &windowName, const DtChannelConfiguration &config)=0
 Abstract add channel function.
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.
virtual void destroyChannel (const std::string &displayName, const std::string &windowName, const std::string &channelName)=0
 Abstract Destroy a channel.
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.
virtual void modifyChannel (const std::string &displayName, const std::string &windowName, const std::string &channelName, const DtChannelConfiguration &config)=0
 Abstract modify channel function.
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.

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...
- Protected Types inherited from makVrv::DtProctor
typedef void(* MessageFunction )(DtProctor *, DtMessage &)
typedef std::map< int,
MessageFunction
FunctionMap
- Protected Member Functions inherited from makVrv::DtProctor
void registerFunction (unsigned int functionId, MessageFunction func)
 Register a message function to handle a message.
- Protected Attributes inherited from makVrv::DtProctor
FunctionMap myFunctions
DtDemyDe
unsigned short myClassId

Detailed Description

This is used to distribute information about a window from the master to slave engines.

Constructor & Destructor Documentation

makVrv::DtWindowProctor::DtWindowProctor ( DtDe de)

CTOR.

virtual makVrv::DtWindowProctor::~DtWindowProctor ( )
virtual

DTOR.

Member Function Documentation

static DtWindowProctor& makVrv::DtWindowProctor::instance ( DtDe de)
static

Get an instance to the abstract hander.

Exceptions
DtCorruptedStateif no instance is registered.
virtual void makVrv::DtWindowProctor::addChannel ( const std::string &  displayName,
const std::string &  windowName,
const DtChannelConfiguration config 
)
protectedpure virtual

Abstract add channel function.

Implemented in makVrv::DtWindowProctorImpl.

static void makVrv::DtWindowProctor::decode_addChannel ( DtProctor proctor,
DtMessage msg 
)
staticprotected

Decoder for addChannel.

static void makVrv::DtWindowProctor::serialize_addChannel ( DtMessage msg,
std::string &  displayName,
std::string &  windowName,
DtChannelConfiguration config 
)
staticprotected

Serializer for addChannel.

virtual void makVrv::DtWindowProctor::destroyChannel ( const std::string &  displayName,
const std::string &  windowName,
const std::string &  channelName 
)
protectedpure virtual

Abstract Destroy a channel.

Implemented in makVrv::DtWindowProctorImpl.

static void makVrv::DtWindowProctor::decode_destroyChannel ( DtProctor proctor,
DtMessage msg 
)
staticprotected

Decoder for destroy channel.

static void makVrv::DtWindowProctor::serialize_destroyChannel ( DtMessage msg,
std::string &  displayName,
std::string &  windowName,
std::string &  channelName 
)
staticprotected

Serializer for destroy channel.

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

Abstract modify channel function.

Implemented in makVrv::DtWindowProctorImpl.

static void makVrv::DtWindowProctor::decode_modifyChannel ( DtProctor proctor,
DtMessage msg 
)
staticprotected

Decoder for modifyChannel.

static void makVrv::DtWindowProctor::serialize_modifyChannel ( DtMessage msg,
std::string &  displayName,
std::string &  windowName,
std::string &  channelName,
DtChannelConfiguration config 
)
staticprotected

Serializer for modifyChannel.

Friends And Related Function Documentation

friend class DtWindowProxy
friend

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

Document ID: Generated on Wed Mar 11 21:20:57 EDT 2015 from SVN revision 150940
Copyright © 2005-2014 VT MÄK. All Rights Reserved (www.mak.com)