32 ProctorId_DtDeProctor = 32,
33 ProctorId_DtSceneProctor = 33,
34 ProctorId_DtWindowProctor = 34,
35 ProctorID_DtChanneProctor = 35,
36 ProctorID_DtDisplayEngineProctor = 36,
37 ProctorID_DtDeSharedStateProctor = 37,
40 ProctorId_UserStart = 0x8000,
43 end_ProctorId = 0x10000
63 void registerFunction(
unsigned int functionId,MessageFunction func);
ProctorId
Ids used for proctors. Each proctor class must have a unique id.
Definition: DtProctor.h:29
The IGI Message.
Definition: DtMessage.h:33
Base class for Proctor classes.
Definition: DtProctor.h:24
DtDe & myDe
Definition: DtProctor.h:67
FunctionMap myFunctions
Definition: DtProctor.h:66
unsigned short myClassId
Definition: DtProctor.h:68
#define DT_DLL_VRVCORE
Definition: vrvCore.h:20
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69
std::map< int, MessageFunction > FunctionMap
Definition: DtProctor.h:65
Contains DLL export macros.