![]() |
VR-Forces 5.0.2 Developer's Guide
|
The implementation of the Channel Proctor.

Public Member Functions | |
| DtChannelProctorImpl (DtDe &de, DtWindowManager &manager) | |
| virtual | ~DtChannelProctorImpl () |
Public Member Functions inherited from makVrv::DtChannelProctor | |
| DtChannelProctor (DtDe &de) | |
| virtual | ~DtChannelProctor () |
Public Member Functions inherited from makVrv::DtProctor | |
| DtProctor (DtDe &, unsigned short classId) | |
| virtual | ~DtProctor () |
| void | executeFunction (DtMessage &msg) |
| DtDe & | de () |
Protected Attributes | |
| DtWindowManager * | myViewManager |
Protected Attributes inherited from makVrv::DtProctor | |
| FunctionMap | myFunctions |
| DtDe & | myDe |
| unsigned short | myClassId |
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 } |
Static Public Member Functions inherited from makVrv::DtChannelProctor | |
| static DtChannelProctor & | instance (DtDe &de) |
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) |
| makVrv::DtChannelProctorImpl::DtChannelProctorImpl | ( | DtDe & | de, |
| DtWindowManager & | manager | ||
| ) |
CTOR.
|
virtual |
DTOR.
|
protected |