VR-Forces 4.0.4 Class Documentation
Public Types | Public Member Functions | Static Public Member Functions | Protected Attributes
makVrv::DtVisualizerAttributeStringVector Class Reference

String vector type visualizer attribute. More...

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

List of all members.

Public Types

typedef std::vector< DtUnicodeStringVector

Public Member Functions

 DtVisualizerAttributeStringVector (const StringVector &value=StringVector())
 CTOR.
 DtVisualizerAttributeStringVector (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 const StringVectorvalue () const
 Get the attribute's value.
bool findAndReplace (const DtUnicode &orig, const DtUnicode newValue)
virtual void setValue (const StringVector &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.

Static Public Member Functions

static const TypeInfotheTypeInfo ()
 Get type info for this attribute class.

Protected Attributes

StringVector myValue

Detailed Description

String vector type visualizer attribute.


Member Typedef Documentation


Constructor & Destructor Documentation

CTOR.

CTOR from string representation.


Member Function Documentation

Get type info for this attribute class.

Implements makVrv::DtVisualizerAttribute.

Get type info for this attribute class.

Get the value as a string String format intentionally undocumented.

Implements makVrv::DtVisualizerAttribute.

virtual void makVrv::DtVisualizerAttributeStringVector::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 const StringVector& makVrv::DtVisualizerAttributeStringVector::value ( ) const [inline, virtual]

Get the attribute's value.

bool makVrv::DtVisualizerAttributeStringVector::findAndReplace ( const DtUnicode orig,
const DtUnicode  newValue 
) [inline]
virtual void makVrv::DtVisualizerAttributeStringVector::setValue ( const StringVector value) [virtual]

Set the attribute's value.

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


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

Document ID: Generated on Fri Jun 29 16:33:32 EDT 2012 from SVN revision 116588
Copyright © 2005-2012 VT MÄK Inc. All Rights Reserved (www.mak.com)