VR-Forces 4.0.4 Class Documentation
Public Member Functions | Static Public Member Functions | Protected Attributes
DtSystemVectorParameterData Class Reference

Basic DtSystemParameterData subclasses. More...

Inheritance diagram for DtSystemVectorParameterData:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 DtSystemVectorParameterData (const DtString &name, DtReaderWriterRegistry *parentRegistry=0)
 DtSystemVectorParameterData (const DtString &name, const DtSystemVectorParameterData &orig, DtReaderWriterRegistry *parentRegistry=0)
DtSystemVectorParameterDataoperator= (const DtSystemVectorParameterData &orig)
virtual ~DtSystemVectorParameterData ()
virtual DtSystemParameterDataclone () const
virtual DtString parameterType () const
virtual void assignDefaultValueToReaderWriter (DtReaderWriter *rwToChange) const
 If this parameter data has a default value, this method will change the value of the supplied reader-writer to that default value.
virtual DtVector defaultValue () const
virtual void setDefaultValue (const DtVector &value)
virtual DtString relativeTo () const
virtual void setRelativeTo (const DtString &value)

Static Public Member Functions

static DtSystemParameterDatacreate (const DtString &rwName)

Protected Attributes

DtRwVector myDefaultValue
 The default value that will be applied to the parameter before the user selects a different one.
DtRwString myRelativeTo
 What this part might be relative to.

Detailed Description

Basic DtSystemParameterData subclasses.

System parameter data that specified a DtVector as a variable type.


Constructor & Destructor Documentation


Member Function Documentation

DtSystemVectorParameterData& DtSystemVectorParameterData::operator= ( const DtSystemVectorParameterData orig)

Implements DtSystemParameterData.

Returns:
The type string for this parameter. Comes from systemParameterDataTypes.h.

Implements DtSystemParameterData.

See also:
myDefaultValue
virtual void DtSystemVectorParameterData::setDefaultValue ( const DtVector value) [virtual]
See also:
myDefaultValue
See also:
myRelativeTo
virtual void DtSystemVectorParameterData::setRelativeTo ( const DtString value) [virtual]
See also:
myRelativeTo
virtual void DtSystemVectorParameterData::assignDefaultValueToReaderWriter ( DtReaderWriter rwToChange) const [virtual]

If this parameter data has a default value, this method will change the value of the supplied reader-writer to that default value.

Must be implemented by subclasses that have a default value.

Reimplemented from DtSystemParameterData.


Member Data Documentation

The default value that will be applied to the parameter before the user selects a different one.

What this part might be relative to.


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)