![]() |
VR-Forces Development_Version Class Documentation
|
Base class for a graphical object that exists in a window. More...

Public Member Functions | |
| DtWindowObject (DtDe &de, DtUniqueID id) | |
| CTOR. | |
| virtual | ~DtWindowObject () |
| DTOR. | |
| virtual void | setVisible (bool visible)=0 |
| Set the window object visible or not visible in the window. | |
Protected Attributes | |
| DtDe & | myDe |
| DtUniqueID | myUniqueId |
Base class for a graphical object that exists in a window.
| makVrv::DtWindowObject::DtWindowObject | ( | DtDe & | de, |
| DtUniqueID | id | ||
| ) |
CTOR.
|
virtual |
DTOR.
|
pure virtual |
Set the window object visible or not visible in the window.
Implemented in makVrv::DtWindowEllipse, makVrv::DtWindowLine, makVrv::DtWindowPolygon, and makVrv::DtWindowText.
|
protected |
|
protected |