![]() |
VR-Forces 5.0.3 Developer's Guide
|
Integer vector type visualizer attribute.

Public Member Functions | |
| DtVisualizerAttributeIntegerVector (const std::vector< int > &value=std::vector< int >()) | |
| DtVisualizerAttributeIntegerVector (const DtUnicode &value) | |
| virtual const TypeInfo & | typeInfo () const |
| virtual DtUnicode | getString () const |
| virtual void | setString (const DtUnicode &value) |
| virtual std::vector< int > | value () const |
| virtual void | setValue (std::vector< int > value) |
| virtual DtVisualizerAttribute * | clone () const |
Public Member Functions inherited from makVrv::DtVisualizerAttribute | |
| virtual | ~DtVisualizerAttribute () |
| bool | operator== (const DtVisualizerAttribute &) const |
| bool | operator!= (const DtVisualizerAttribute &) const |
Static Public Member Functions | |
| static const TypeInfo & | theTypeInfo () |
Protected Attributes | |
| std::vector< int > | myValue |
| makVrv::DtVisualizerAttributeIntegerVector::DtVisualizerAttributeIntegerVector | ( | const std::vector< int > & | value = std::vector< int >() | ) |
CTOR.
| makVrv::DtVisualizerAttributeIntegerVector::DtVisualizerAttributeIntegerVector | ( | const DtUnicode & | value | ) |
CTOR from string representation.
|
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 |