Public Member Functions |
| | DtVrfImageAttribute (makVrv::DtDe &) |
| virtual | ~DtVrfImageAttribute () |
| virtual void | setSize (double x, double y) |
| | Set the size of the attribute.
|
| virtual void | setImageFilePath (const std::string &imageFilePath) |
| | Set the image to display.
|
| virtual void | getMinSize (double &xOut, double &yOut) |
| | Get the minimum size of the attribute.
|
| virtual void | setVisible (bool) |
| | Set the attribute visible or hidden.
|
| virtual void | scaleImage (double) |
| | If there is an image scale it.
|
| | DtImageAttribute (DtDe &de) |
| | CTOR.
|
| virtual | ~DtImageAttribute () |
| | DTOR.
|
| virtual void | setPosition (float x, float y, float z, float w) |
| | Set the position of the attribute in world space, using vrvGraphics float packing.
|
| virtual void | setOffset (double x, double y) |
| | Set the offset of the attribute.
|
| virtual void | setColor (float r, float g, float b, float a) |
| | Set the color of the attribute.
|
| virtual void | setShadowText (bool enabled) |
| | Set whether attribute text should have shadows.
|
| virtual bool | visible () const |
| | Get the visibility of the attribute.
|
| virtual void | setOverlay (unsigned int overlayId) |
| | Set the overlay to draw the attribute on Overlay ids are defined in DtOverlayManager.
|
| virtual void | setGroup (unsigned int group) |
| | Set the group to draw the atribute on.
|
| | DtAttribute () |
| | CTOR.
|
| virtual | ~DtAttribute () |
| | DTOR.
|
| virtual void | setForegroundGroup (unsigned int group) |
| | Set the group to draw the atribute's foreground on.
|
| virtual void | setBackgroundGroup (unsigned int group) |
| | Set the group to draw the atribute's background on.
|