![]() |
VR-Forces 5.0.3 Developer's Guide
|

Public Member Functions | |
| DtVrfValueBarAttribute (makVrv::DtDe &) | |
| virtual | ~DtVrfValueBarAttribute () |
| virtual void | getMinSize (double &xOut, double &yOut) |
| virtual void | setSize (double x, double y) |
Public Member Functions inherited from makVrv::DtValueBarAttribute | |
| virtual | ~DtValueBarAttribute () |
| DtValueBarAttribute ()=delete | |
| DtValueBarAttribute (const DtValueBarAttribute &other)=delete | |
| DtValueBarAttribute & | operator= (const DtValueBarAttribute &other)=delete |
| virtual void | setOffset (double x, double y) |
| virtual void | setPosition (float x, float y, float z, float w) |
| virtual void | setValue (float val) |
| virtual void | setColor (float r, float g, float b, float a) |
| virtual void | setShadowText (bool enabled) |
| virtual void | setVisible (bool visible) |
| virtual bool | visible () const |
| virtual void | setLodOutAltitude (double lodOutAltitude) override |
| virtual double | lodOutAltitude () const override |
| virtual void | setIsLodOutAltitudeEnabled (bool isEnabled) override |
| virtual bool | isLodOutAltitudeEnabled () const override |
| virtual void | setOverlay (unsigned int overlayId) |
| virtual void | setGroup (unsigned int group) |
Public Member Functions inherited from makVrv::DtAttribute | |
| DtAttribute () | |
| virtual | ~DtAttribute () |
| DtAttribute (const DtAttribute &other)=delete | |
| DtAttribute & | operator= (const DtAttribute &other)=delete |
| virtual void | setForegroundGroup (unsigned int group) |
| virtual void | setBackgroundGroup (unsigned int group) |
Additional Inherited Members | |
Public Attributes inherited from makVrv::DtAttribute | |
| boost::signalslib::signal < void(DtAttribute *, double, double)> | signal_sizeChanged |
Protected Member Functions inherited from makVrv::DtValueBarAttribute | |
| DtValueBarAttribute (DtDe &de) | |
Protected Attributes inherited from makVrv::DtValueBarAttribute | |
| DtBaseQuadAttribute * | myQuadAttribute |
| DtBaseOutlineAttribute * | myOutlineAttribute |
| DtDe & | myDe |
| double | mySizeX |
| double | mySizeY |
| double | myValue |
| double | myLodOutAltitude |
| bool | myIsLodOutAltitudeEnabled |
| makVrf::DtVrfValueBarAttribute::DtVrfValueBarAttribute | ( | makVrv::DtDe & | ) |
|
virtual |
Get the minimum size of the attribute.
Reimplemented from makVrv::DtValueBarAttribute.
Set the size of the attribute.
Reimplemented from makVrv::DtValueBarAttribute.