![]() |
VR-Forces 4.0.4 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 makVrv::DtWindowObject::~DtWindowObject | ( | ) | [virtual] |
DTOR.
| virtual void makVrv::DtWindowObject::setVisible | ( | bool | visible | ) | [pure virtual] |
Set the window object visible or not visible in the window.
Implemented in makVrv::DtWindowEllipse, makVrv::DtWindowLine, makVrv::DtWindowPolygon, and makVrv::DtWindowText.
DtDe& makVrv::DtWindowObject::myDe [protected] |
DtUniqueID makVrv::DtWindowObject::myUniqueId [protected] |