![]() |
VR-Forces 4.6 Class Documentation
|
Single model definition. More...

Public Member Functions | |
| DtVisualizerAttributeModelDefinition (const DtUnicode &value=DtUnicode()) | |
| CTOR. | |
| virtual const TypeInfo & | typeInfo () const |
| Get type info for this attribute class. | |
Public Member Functions inherited from makVrv::DtVisualizerAttributeString | |
| DtVisualizerAttributeString (const DtUnicode &value=DtUnicode()) | |
| CTOR. | |
| 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 DtUnicode | value () const |
| Get the attribute's value. | |
| virtual void | setValue (const DtUnicode &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. | |
| bool | operator== (const DtVisualizerAttribute &) const |
| Equal operator. | |
| bool | operator!= (const DtVisualizerAttribute &) const |
| Inequal operator. | |
Static Public Member Functions | |
| static const TypeInfo & | theTypeInfo () |
| Get type info for this attribute class. | |
Additional Inherited Members | |
Protected Attributes inherited from makVrv::DtVisualizerAttributeString | |
| DtUnicode | myValue |
Single model definition.
| makVrv::DtVisualizerAttributeModelDefinition::DtVisualizerAttributeModelDefinition | ( | const DtUnicode & | value = DtUnicode() | ) |
CTOR.
|
virtual |
Get type info for this attribute class.
Reimplemented from makVrv::DtVisualizerAttributeString.
|
static |
Get type info for this attribute class.
Reimplemented from makVrv::DtVisualizerAttributeString.