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

Public Member Functions | |
| DtVrfImageAttribute (makVrv::DtDe &) | |
| virtual | ~DtVrfImageAttribute () |
| virtual void | setSize (double x, double y) |
| virtual void | setImageFilePath (const std::string &imageFilePath) |
| virtual void | getMinSize (double &xOut, double &yOut) |
| virtual void | setVisible (bool) |
| virtual void | scaleImage (double) |
Public Member Functions inherited from makVrv::DtImageAttribute | |
| virtual | ~DtImageAttribute () |
| DtImageAttribute ()=delete | |
| DtImageAttribute (const DtImageAttribute &other)=delete | |
| DtImageAttribute & | operator= (const DtImageAttribute &other)=delete |
| virtual void | setPosition (float x, float y, float z, float w) |
| virtual void | setOffset (double x, double y) |
| virtual void | setColor (float r, float g, float b, float a) |
| virtual void | setShadowText (bool enabled) |
| 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 | |
| virtual void | updateImageBox () |
Protected Member Functions inherited from makVrv::DtImageAttribute | |
| DtImageAttribute (DtDe &de) | |
| void | updateImageBox () |
Protected Attributes | |
| double | myScale |
Protected Attributes inherited from makVrv::DtImageAttribute | |
| DtBaseQuadAttribute * | myQuadAttribute |
| DtBaseOutlineAttribute * | myOutlineAttribute |
| DtDe & | myDe |
| std::string | myImageFilePath |
| osg::ref_ptr< osg::Texture > | myQuadTexture |
| double | mySizeX |
| double | mySizeY |
| double | myLodOutAltitude |
| bool | myIsLodOutAltitudeEnabled |
Additional Inherited Members | |
Public Attributes inherited from makVrv::DtAttribute | |
| boost::signalslib::signal < void(DtAttribute *, double, double)> | signal_sizeChanged |
| makVrf::DtVrfImageAttribute::DtVrfImageAttribute | ( | makVrv::DtDe & | ) |
|
virtual |
Set the size of the attribute.
Reimplemented from makVrv::DtImageAttribute.
|
virtual |
Set the image to display.
Reimplemented from makVrv::DtImageAttribute.
Get the minimum size of the attribute.
Reimplemented from makVrv::DtImageAttribute.
|
virtual |
Set the attribute visible or hidden.
Reimplemented from makVrv::DtImageAttribute.
|
virtual |
If there is an image scale it.
|
protectedvirtual |
|
protected |