VR-Forces 5.0.1 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Public Member Functions | Static Public Member Functions | Friends
makVrv::DtWindowProctor Class Referenceabstract

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

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

Public Member Functions

 DtWindowProctor (DtDe &de)
 
virtual ~DtWindowProctor ()
 
- Public Member Functions inherited from makVrv::DtProctor
 DtProctor (DtDe &, unsigned short classId)
 
virtual ~DtProctor ()
 
void executeFunction (DtMessage &msg)
 
DtDede ()
 

Static Public Member Functions

static DtWindowProctorinstance (DtDe &de)
 

Friends

class DtWindowProxy
 
virtual void addChannel (const std::string &displayName, const std::string &windowName, const DtChannelConfiguration &config)=0
 
static void decode_addChannel (DtProctor *proctor, DtMessage &msg)
 
static void serialize_addChannel (DtMessage &msg, std::string &displayName, std::string &windowName, DtChannelConfiguration &config)
 
virtual void destroyChannel (const std::string &displayName, const std::string &windowName, const std::string &channelName)=0
 
static void decode_destroyChannel (DtProctor *proctor, DtMessage &msg)
 
static void serialize_destroyChannel (DtMessage &msg, std::string &displayName, std::string &windowName, std::string &channelName)
 
virtual void modifyChannel (const std::string &displayName, const std::string &windowName, const std::string &channelName, const DtChannelConfiguration &config)=0
 
static void decode_modifyChannel (DtProctor *proctor, DtMessage &msg)
 
static void serialize_modifyChannel (DtMessage &msg, std::string &displayName, std::string &windowName, std::string &channelName, DtChannelConfiguration &config)
 

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
}
 
- 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)
 
- Protected Attributes inherited from makVrv::DtProctor
FunctionMap myFunctions
 
DtDemyDe
 
unsigned short myClassId
 

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 Mon Jun 20 00:38:30 EDT 2022 from SVN revision 244029
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)