![]() |
VR-Forces 4.0.4 Class Documentation
|
boolean type visualizer attribute. More...

Public Member Functions | |
| DtVisualizerAttributeBool (bool value=false) | |
| CTOR. | |
| DtVisualizerAttributeBool (const DtUnicode &value) | |
| CTOR from string representation. | |
| 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 bool | value () const |
| Get the attribute's value. | |
| virtual void | setValue (bool 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. | |
Static Public Member Functions | |
| static const TypeInfo & | theTypeInfo () |
| Get type info for this attribute class. | |
Protected Attributes | |
| bool | myValue |
boolean type visualizer attribute.
| makVrv::DtVisualizerAttributeBool::DtVisualizerAttributeBool | ( | bool | value = false | ) |
CTOR.
| makVrv::DtVisualizerAttributeBool::DtVisualizerAttributeBool | ( | const DtUnicode & | value | ) |
CTOR from string representation.
| virtual const TypeInfo& makVrv::DtVisualizerAttributeBool::typeInfo | ( | ) | const [virtual] |
Get type info for this attribute class.
Implements makVrv::DtVisualizerAttribute.
| static const TypeInfo& makVrv::DtVisualizerAttributeBool::theTypeInfo | ( | ) | [static] |
Get type info for this attribute class.
| virtual DtUnicode makVrv::DtVisualizerAttributeBool::getString | ( | ) | const [virtual] |
Get the value as a string String format intentionally undocumented.
Implements makVrv::DtVisualizerAttribute.
| virtual void makVrv::DtVisualizerAttributeBool::setString | ( | const DtUnicode & | value | ) | [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 bool makVrv::DtVisualizerAttributeBool::value | ( | ) | const [virtual] |
Get the attribute's value.
| virtual void makVrv::DtVisualizerAttributeBool::setValue | ( | bool | value | ) | [virtual] |
Set the attribute's value.
| virtual DtVisualizerAttribute* makVrv::DtVisualizerAttributeBool::clone | ( | ) | const [virtual] |
Return a clone of this object MUST be reimplemented by any class deriving from this class, directly or indirectly.
Implements makVrv::DtVisualizerAttribute.
bool makVrv::DtVisualizerAttributeBool::myValue [protected] |