Implementation of the makVrv::DtDisplayProctor.
More...
|
| 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...
|
| |
| static DtDisplayProctor & | instance (DtDe &de) |
| | Get a pointer to the abstract hander. More...
|
| |
| typedef void(* | MessageFunction )(DtProctor *, DtMessage &) |
| |
typedef std::map< int,
MessageFunction > | FunctionMap |
| |
| static void | decode_addWindow (DtProctor *proctor, DtMessage &msg) |
| | Decode function. More...
|
| |
| static void | serialize_addWindow (DtMessage &msg, std::string &displayName, DtWindowConfiguration &configuration) |
| | Serialize function. More...
|
| |
| static void | decode_destroyWindow (DtProctor *proctor, DtMessage &msg) |
| | Decode function. More...
|
| |
| static void | serialize_destroyWindow (DtMessage &msg, std::string &displayName, std::string &windowName) |
| | Serialize function. More...
|
| |
| static void | decode_modifyWindow (DtProctor *proctor, DtMessage &msg) |
| | Decode function. More...
|
| |
| static void | serialize_modifyWindow (DtMessage &msg, std::string &displayName, std::string &windowName, DtWindowConfiguration &configuration) |
| | Serialize function. More...
|
| |
| makVrv::DtDisplayProctorImpl::DtDisplayProctorImpl |
( |
DtDe & |
de, |
|
|
DtDisplay & |
display |
|
) |
| |
| virtual makVrv::DtDisplayProctorImpl::~DtDisplayProctorImpl |
( |
| ) |
|
|
virtual |
| virtual bool makVrv::DtDisplayProctorImpl::addWindow |
( |
const std::string & |
displayName, |
|
|
const DtWindowConfiguration & |
configuration |
|
) |
| |
|
protectedvirtual |
| virtual void makVrv::DtDisplayProctorImpl::destroyWindow |
( |
const std::string & |
displayName, |
|
|
const std::string & |
windowName |
|
) |
| |
|
protectedvirtual |
| virtual void makVrv::DtDisplayProctorImpl::modifyWindow |
( |
const std::string & |
displayName, |
|
|
const std::string & |
windowName, |
|
|
const DtWindowConfiguration & |
configuration |
|
) |
| |
|
protectedvirtual |
| DtDisplay* makVrv::DtDisplayProctorImpl::myDisplay |
|
protected |
The documentation for this class was generated from the following file: