![]() |
VR-Forces Developer's Guide
|
The attribute layout tells DtAttributes where to draw.

Public Member Functions | |
| virtual | ~DtBaseOutlineAttribute () |
| DtBaseOutlineAttribute ()=delete | |
| DtBaseOutlineAttribute (const DtBaseOutlineAttribute &other)=delete | |
| DtBaseOutlineAttribute & | operator= (const DtBaseOutlineAttribute &other)=delete |
| virtual void | setOffset (double x, double y) |
| virtual void | setPosition (float x, float y, float z, float w) |
| virtual void | getMinSize (double &xOut, double &yOut) |
| virtual void | setMinSize (double xIn, double yIn) |
| virtual void | setSize (double x, double y) |
| virtual void | setColor (float r, float g, float b, float a) |
| virtual void | setLineWidth (float width) |
| 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) |
Protected Member Functions | |
| DtBaseOutlineAttribute (DtDe &de) | |
| virtual void | updateOutline () |
Protected Attributes | |
| DtLineSegmentInterface * | myOutline [4] |
| DtDe & | myDe |
| float | myX |
| float | myY |
| float | myZ |
| float | myW |
| double | myOffsetX |
| double | myOffsetY |
| double | mySizeX |
| double | mySizeY |
| double | myMinSizeX |
| double | myMinSizeY |
| float | myLineWidth |
| float | myR |
| float | myG |
| float | myB |
| float | myA |
| bool | myVisible |
| unsigned int | myOverlay |
| unsigned int | myOverlayGroup |
| double | myLodOutAltitude |
| bool | myIsLodOutAltitudeEnabled |
Private Attributes | |
| friend | DtBaseOutlineAttributeCreator |
Additional Inherited Members | |
Public Attributes inherited from makVrv::DtAttribute | |
| boost::signalslib::signal < void(DtAttribute *, double, double)> | signal_sizeChanged |
|
virtual |
DTOR.
|
delete |
Default Constructor not implemented.
|
delete |
Copy Constructor not implemented - Copy not allowed.
|
protected |
CTOR Use DtBaseOutlineAttributeCreator to create an instance of this class.
|
delete |
Assignment Operator not implemented - Assignment not allowed.
Set the position of the attribute (generally the bottom left corner)
Reimplemented from makVrv::DtAttribute.
|
virtual |
Set the position of the attribute in world space, using vrvGraphics float packing.
Implements makVrv::DtAttribute.
Get/set the size of the attribute.
Implements makVrv::DtAttribute.
Set the size of the attribute.
Implements makVrv::DtAttribute.
|
virtual |
Set the color of the bar.
Implements makVrv::DtAttribute.
|
virtual |
Set the width of the lines in pixels.
|
virtual |
Set whether attribute text should have shadows. This function is not supported by this class and does nothing.
Implements makVrv::DtAttribute.
|
virtual |
Set the attribute visible or hidden.
Implements makVrv::DtAttribute.
|
virtual |
Get the attribute's visibility.
Implements makVrv::DtAttribute.
|
overridevirtual |
Set the altitude, in meters, at which this attribute no longer appears.
Implements makVrv::DtAttribute.
|
overridevirtual |
Get the altitude, in meters, at which this attribute no longer appears.
Implements makVrv::DtAttribute.
|
overridevirtual |
Set whether or not this attribute will use the LOD Out Altitude property.
Implements makVrv::DtAttribute.
|
overridevirtual |
Get whether or not this attribute will use the LOD Out Altitude property.
Implements makVrv::DtAttribute.
Set the overlay to draw the attribute on Overlay ids are defined in DtOverlayManager.
Implements makVrv::DtAttribute.
Set the group to draw the atribute on. The group specifies the z order of the attribute on the overlay.
Implements makVrv::DtAttribute.
|
protectedvirtual |
Update the outline with the current settings.
|
private |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |