![]() |
VR-Forces Developer's Guide
|
Display proxy uses for communicating display settings to slave displays.

Public Member Functions | |
| virtual | ~DtDisplayProxy () |
| bool | addWindow (const DtWindowConfiguration &configuration) |
| void | destroyWindow (DtWindowProxySP window) |
| bool | modifyWindow (DtWindowProxySP window, const DtWindowConfiguration &config) |
| const DtDisplayConfiguration & | configuration () const |
| DtWindowProxySP | findWindow (const std::string &windowName) |
| DtWindowProxySP | findWindowByIndex (int index) |
| int | windowCount () const |
| const std::string & | displayName () const |
Public Member Functions inherited from makVrv::DtProxy | |
| DtProxy () | |
| virtual void | makeInvalid () |
| bool | isValid () const |
| void | validate () const |
Protected Types | |
| typedef std::map< std::string, DtWindowProxyWP > | WindowProxies |
Protected Member Functions | |
| DtDisplayProxy (DtDe &de, DtDisplayConfiguration &configuration) | |
| DtDisplayProctor * | proctor () |
Protected Attributes | |
| DtDe & | myDe |
| DtDisplayConfiguration * | myConfiguration |
| DtDisplayProctor * | myProctorCache |
| WindowProxies | myWindowProxies |
Protected Attributes inherited from makVrv::DtProxy | |
| bool | myValidFlag |
Friends | |
| class | DtDe |
|
protected |
|
virtual |
DTOR.
|
protected |
CTOR.
| bool makVrv::DtDisplayProxy::addWindow | ( | const DtWindowConfiguration & | configuration | ) |
Operators.
| void makVrv::DtDisplayProxy::destroyWindow | ( | DtWindowProxySP | window | ) |
Destroy a window.
| bool makVrv::DtDisplayProxy::modifyWindow | ( | DtWindowProxySP | window, |
| const DtWindowConfiguration & | config | ||
| ) |
Modify a window.
| const DtDisplayConfiguration& makVrv::DtDisplayProxy::configuration | ( | ) | const |
Accessors.
Get the configuration of the display.
| DtCorruptedState | if the proctor is invalid. |
| DtWindowProxySP makVrv::DtDisplayProxy::findWindow | ( | const std::string & | windowName | ) |
Find a window by name.
| DtCorruptedState | if proctor is invalid. |
| DtWindowProxySP makVrv::DtDisplayProxy::findWindowByIndex | ( | int | index | ) |
Get the display by index.
| DtCorruptedState | if proctor is invalid. |
| int makVrv::DtDisplayProxy::windowCount | ( | ) | const |
Get the display count.
| DtCorruptedState | if proctor is invalid. |
| const std::string& makVrv::DtDisplayProxy::displayName | ( | ) | const |
Return the display engine name this proxy represents.
|
protected |
Get the proctor.
|
friend |
Creator object.
|
protected |
|
protected |
|
protected |
|
protected |