VR-Forces Development_Version 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::DtDisplayProctor Class Reference

The abstract Window engine handler. More...

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

Public Member Functions

 DtDisplayProctor (DtDe &de)
 CTOR.
virtual ~DtDisplayProctor ()
 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 DtDisplayProctorinstance (DtDe &de)
 Get a pointer to the abstract hander.

Friends

class DtDisplayProxy
virtual bool addWindow (const std::string &displayName, const DtWindowConfiguration &configuration)=0
 Add a window.
static void decode_addWindow (DtProctor *proctor, DtMessage &msg)
 Decode function.
static void serialize_addWindow (DtMessage &msg, std::string &displayName, DtWindowConfiguration &configuration)
 Serialize function.
virtual void destroyWindow (const std::string &displayName, const std::string &windowName)=0
 Destroy a Window.
static void decode_destroyWindow (DtProctor *proctor, DtMessage &msg)
 Decode function.
static void serialize_destroyWindow (DtMessage &msg, std::string &displayName, std::string &windowName)
 Serialize function.
virtual void modifyWindow (const std::string &displayName, const std::string &windowName, const DtWindowConfiguration &configuration)=0
 Modify a Window.
static void decode_modifyWindow (DtProctor *proctor, DtMessage &msg)
 Decode function.
static void serialize_modifyWindow (DtMessage &msg, std::string &displayName, std::string &windowName, DtWindowConfiguration &configuration)
 Serialize function.

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

The abstract Window engine handler.

Constructor & Destructor Documentation

makVrv::DtDisplayProctor::DtDisplayProctor ( DtDe de)

CTOR.

virtual makVrv::DtDisplayProctor::~DtDisplayProctor ( )
virtual

DTOR.

Member Function Documentation

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

Get a pointer to the abstract hander.

Exceptions
DtCorruptedStateif the proctor is not found.
virtual bool makVrv::DtDisplayProctor::addWindow ( const std::string &  displayName,
const DtWindowConfiguration configuration 
)
protectedpure virtual

Add a window.

Implemented in makVrv::DtDisplayProctorImpl.

static void makVrv::DtDisplayProctor::decode_addWindow ( DtProctor proctor,
DtMessage msg 
)
staticprotected

Decode function.

static void makVrv::DtDisplayProctor::serialize_addWindow ( DtMessage msg,
std::string &  displayName,
DtWindowConfiguration configuration 
)
staticprotected

Serialize function.

virtual void makVrv::DtDisplayProctor::destroyWindow ( const std::string &  displayName,
const std::string &  windowName 
)
protectedpure virtual

Destroy a Window.

Implemented in makVrv::DtDisplayProctorImpl.

static void makVrv::DtDisplayProctor::decode_destroyWindow ( DtProctor proctor,
DtMessage msg 
)
staticprotected

Decode function.

static void makVrv::DtDisplayProctor::serialize_destroyWindow ( DtMessage msg,
std::string &  displayName,
std::string &  windowName 
)
staticprotected

Serialize function.

virtual void makVrv::DtDisplayProctor::modifyWindow ( const std::string &  displayName,
const std::string &  windowName,
const DtWindowConfiguration configuration 
)
protectedpure virtual

Modify a Window.

Implemented in makVrv::DtDisplayProctorImpl.

static void makVrv::DtDisplayProctor::decode_modifyWindow ( DtProctor proctor,
DtMessage msg 
)
staticprotected

Decode function.

static void makVrv::DtDisplayProctor::serialize_modifyWindow ( DtMessage msg,
std::string &  displayName,
std::string &  windowName,
DtWindowConfiguration configuration 
)
staticprotected

Serialize function.

Friends And Related Function Documentation

friend class DtDisplayProxy
friend

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

Document ID: Generated on Mon Jul 4 01:00:18 EDT 2016 from SVN revision 166489
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)