![]() |
VR-Forces 4.10 Class Documentation
|

Public Member Functions | |
| DtVrfValueBarAttribute (makVrv::DtDe &) | |
| virtual | ~DtVrfValueBarAttribute () |
| virtual void | getMinSize (double &xOut, double &yOut) |
| Get the minimum size of the attribute. More... | |
| virtual void | setSize (double x, double y) |
| Set the size of the attribute. More... | |
Public Member Functions inherited from makVrv::DtValueBarAttribute | |
| DtValueBarAttribute (DtDe &de) | |
| CTOR. More... | |
| virtual | ~DtValueBarAttribute () |
| DTOR. More... | |
| virtual void | setOffset (double x, double y) |
| Set the position of the attribute (generally the top left corner) More... | |
| virtual void | setPosition (float x, float y, float z, float w) |
| Set the position of the attribute in world space, using vrvGraphics float packing. More... | |
| virtual void | setValue (float val) |
| Set the value of the bar. More... | |
| virtual void | setColor (float r, float g, float b, float a) |
| Set the color of the bar. More... | |
| virtual void | setShadowText (bool enabled) |
| Set whether attribute text should have shadows. More... | |
| virtual void | setVisible (bool visible) |
| Set the attribute visible or hidden. More... | |
| virtual bool | visible () const |
| Get the attribute's visibility. More... | |
| virtual void | setOverlay (unsigned int overlayId) |
| Set the overlay to draw the attribute on Overlay ids are defined in DtOverlayManager. More... | |
| virtual void | setGroup (unsigned int group) |
| Set the group to draw the atribute on. More... | |
Public Member Functions inherited from makVrv::DtAttribute | |
| DtAttribute () | |
| CTOR. More... | |
| virtual | ~DtAttribute () |
| DTOR. More... | |
| virtual void | setForegroundGroup (unsigned int group) |
| Set the group to draw the atribute's foreground on. More... | |
| virtual void | setBackgroundGroup (unsigned int group) |
| Set the group to draw the atribute's background on. More... | |
Additional Inherited Members | |
Public Attributes inherited from makVrv::DtAttribute | |
| boost::signalslib::signal < void(DtAttribute *, double, double)> | signal_sizeChanged |
| Emitted when the attribute's size changes. More... | |
Protected Attributes inherited from makVrv::DtValueBarAttribute | |
| DtBaseQuadAttribute | myQuadAttribute |
| DtBaseOutlineAttribute | myOutlineAttribute |
| DtDe & | myDe |
| double | mySizeX |
| double | mySizeY |
| double | myValue |
| 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.