VR-Forces 4.1.1 Class Documentation
List of all members | Public Member Functions | Static Public Member Functions | Protected Attributes
makVrv::DtVisualizerAttributeFloat Class Reference

float type visualizer attribute. More...

Inheritance diagram for makVrv::DtVisualizerAttributeFloat:
Inheritance graph
[legend]

Public Member Functions

 DtVisualizerAttributeFloat (float value=0.0f)
 CTOR.
 DtVisualizerAttributeFloat (const DtUnicode &value)
 CTOR from string representation.
virtual const TypeInfotypeInfo () 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 float value () const
 Get the attribute's value.
virtual void setValue (float value)
 Set the attribute's value.
virtual DtVisualizerAttributeclone () 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 TypeInfotheTypeInfo ()
 Get type info for this attribute class.

Protected Attributes

float myValue

Detailed Description

float type visualizer attribute.

Constructor & Destructor Documentation

makVrv::DtVisualizerAttributeFloat::DtVisualizerAttributeFloat ( float  value = 0.0f)

CTOR.

makVrv::DtVisualizerAttributeFloat::DtVisualizerAttributeFloat ( const DtUnicode value)

CTOR from string representation.

Member Function Documentation

virtual const TypeInfo& makVrv::DtVisualizerAttributeFloat::typeInfo ( ) const
virtual

Get type info for this attribute class.

Implements makVrv::DtVisualizerAttribute.

static const TypeInfo& makVrv::DtVisualizerAttributeFloat::theTypeInfo ( )
static

Get type info for this attribute class.

virtual DtUnicode makVrv::DtVisualizerAttributeFloat::getString ( ) const
virtual

Get the value as a string String format intentionally undocumented.

Implements makVrv::DtVisualizerAttribute.

virtual void makVrv::DtVisualizerAttributeFloat::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 float makVrv::DtVisualizerAttributeFloat::value ( ) const
virtual

Get the attribute's value.

virtual void makVrv::DtVisualizerAttributeFloat::setValue ( float  value)
virtual

Set the attribute's value.

virtual DtVisualizerAttribute* makVrv::DtVisualizerAttributeFloat::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.

Member Data Documentation

float makVrv::DtVisualizerAttributeFloat::myValue
protected

The documentation for this class was generated from the following file:

Document ID: Generated on Mon Apr 8 19:24:01 EDT 2013 from SVN revision 125877
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)