![]() |
VR-Forces 4.0.4 Class Documentation
|
Implementation of the makVrv::DtDisplayProctor. More...

Public Member Functions | |
| DtDisplayProctorImpl (DtDe &de, DtDisplay &display) | |
| CTOR. | |
| virtual | ~DtDisplayProctorImpl () |
| DTOR. | |
Protected Member Functions | |
| virtual bool | addWindow (const std::string &displayName, const DtWindowConfiguration &configuration) |
| Add a window. | |
| virtual void | destroyWindow (const std::string &displayName, const std::string &windowName) |
| Destroy a Window. | |
| virtual void | modifyWindow (const std::string &displayName, const std::string &windowName, const DtWindowConfiguration &configuration) |
| Modify a Window. | |
Protected Attributes | |
| DtDisplay * | myDisplay |
Implementation of the makVrv::DtDisplayProctor.
| makVrv::DtDisplayProctorImpl::DtDisplayProctorImpl | ( | DtDe & | de, |
| DtDisplay & | display | ||
| ) |
CTOR.
| virtual makVrv::DtDisplayProctorImpl::~DtDisplayProctorImpl | ( | ) | [virtual] |
DTOR.
| virtual bool makVrv::DtDisplayProctorImpl::addWindow | ( | const std::string & | displayName, |
| const DtWindowConfiguration & | configuration | ||
| ) | [protected, virtual] |
Add a window.
Implements makVrv::DtDisplayProctor.
| virtual void makVrv::DtDisplayProctorImpl::destroyWindow | ( | const std::string & | displayName, |
| const std::string & | windowName | ||
| ) | [protected, virtual] |
Destroy a Window.
Implements makVrv::DtDisplayProctor.
| virtual void makVrv::DtDisplayProctorImpl::modifyWindow | ( | const std::string & | displayName, |
| const std::string & | windowName, | ||
| const DtWindowConfiguration & | configuration | ||
| ) | [protected, virtual] |
Modify a Window.
Implements makVrv::DtDisplayProctor.
DtDisplay* makVrv::DtDisplayProctorImpl::myDisplay [protected] |