![]() |
VR-Forces 4.1 Class Documentation
|
Symbol Selector visual attribute. More...

Public Types | |
| typedef std::map< int, DtUnicode > | ImageSymbolMap |
Public Member Functions | |
| DtVisualAttributeSymbolSelector (ImageSymbolMap value=ImageSymbolMap()) | |
| CTOR. | |
| virtual const TypeInfo & | typeInfo () const |
| Get type info for this attribute class. | |
| virtual DtUnicode | getString () const |
| Get the value as a string String format intentionally undocumented. | |
| virtual void | setString (const DtUnicode &value) |
| Set the value from a string String format intentionally undocumented; the only safe values to pass in are those generated by this class's getString() method. | |
| virtual const ImageSymbolMap & | value () const |
| Get the attribute's value. | |
| virtual void | setValue (ImageSymbolMap value) |
| Set the attribute's value. | |
| virtual DtVisualizerAttribute * | clone () const |
| Return a clone of this object MUST be reimplemented by any class deriving from this class, directly or indirectly. | |
Public Member Functions inherited from makVrv::DtVisualizerAttribute | |
| virtual | ~DtVisualizerAttribute () |
| Virtual Destructor. | |
Static Public Member Functions | |
| static const TypeInfo & | theTypeInfo () |
| Get type info for this attribute class. | |
Protected Attributes | |
| ImageSymbolMap | myValue |
Symbol Selector visual attribute.
| typedef std::map<int, DtUnicode> makVrv::DtVisualAttributeSymbolSelector::ImageSymbolMap |
| makVrv::DtVisualAttributeSymbolSelector::DtVisualAttributeSymbolSelector | ( | ImageSymbolMap | value = ImageSymbolMap() | ) |
CTOR.
|
virtual |
Get type info for this attribute class.
Implements makVrv::DtVisualizerAttribute.
|
static |
Get type info for this attribute class.
|
virtual |
Get the value as a string String format intentionally undocumented.
Implements makVrv::DtVisualizerAttribute.
|
virtual |
Set the value from a string String format intentionally undocumented; the only safe values to pass in are those generated by this class's getString() method.
Implements makVrv::DtVisualizerAttribute.
|
virtual |
Get the attribute's value.
|
virtual |
Set the attribute's value.
|
virtual |
Return a clone of this object MUST be reimplemented by any class deriving from this class, directly or indirectly.
Implements makVrv::DtVisualizerAttribute.
|
protected |