VR-Forces 5.0.3 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Public Member Functions | Static Public Member Functions | Protected Attributes
makVrv::DtVisualizerAttributeInteger Class Reference

Integer type visualizer attribute.

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

Public Member Functions

 DtVisualizerAttributeInteger (int value=0)
 
 DtVisualizerAttributeInteger (const DtUnicode &value)
 
virtual const TypeInfotypeInfo () const
 
virtual DtUnicode getString () const
 
virtual void setString (const DtUnicode &value)
 
virtual int value () const
 
virtual void setValue (int value)
 
virtual DtVisualizerAttributeclone () 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 TypeInfotheTypeInfo ()
 

Protected Attributes

int myValue
 

Constructor & Destructor Documentation

makVrv::DtVisualizerAttributeInteger::DtVisualizerAttributeInteger ( int  value = 0)

CTOR.

makVrv::DtVisualizerAttributeInteger::DtVisualizerAttributeInteger ( const DtUnicode value)

CTOR from string representation.

Member Function Documentation

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

Get type info for this attribute class.

Implements makVrv::DtVisualizerAttribute.

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

Get type info for this attribute class.

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

Get the value as a string String format intentionally undocumented.

Implements makVrv::DtVisualizerAttribute.

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

Get the attribute's value.

virtual void makVrv::DtVisualizerAttributeInteger::setValue ( int  value)
virtual

Set the attribute's value.

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

int makVrv::DtVisualizerAttributeInteger::myValue
protected

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

Document ID: Generated on Thu Jun 1 17:58:13 EDT 2023 from SVN revision 255404
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)