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

System parameter data that specified a integer as a variable type. More...

Inheritance diagram for DtSystemIntParameterData:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 DtSystemIntParameterData (const DtString &name, DtReaderWriterRegistry *parentRegistry=0)
 DtSystemIntParameterData (const DtString &name, const DtSystemIntParameterData &orig, DtReaderWriterRegistry *parentRegistry=0)
DtSystemIntParameterDataoperator= (const DtSystemIntParameterData &orig)
virtual ~DtSystemIntParameterData ()
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 int defaultValue () const
virtual void setDefaultValue (const int &value)

Static Public Member Functions

static DtSystemParameterDatacreate (const DtString &rwName)

Protected Attributes

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

Detailed Description

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


Constructor & Destructor Documentation


Member Function Documentation

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

Implements DtSystemParameterData.

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

Implements DtSystemParameterData.

virtual int DtSystemIntParameterData::defaultValue ( ) const [virtual]
See also:
myDefaultValue
virtual void DtSystemIntParameterData::setDefaultValue ( const int &  value) [virtual]
See also:
myDefaultValue
virtual void DtSystemIntParameterData::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.

static DtSystemParameterData* DtSystemIntParameterData::create ( const DtString rwName) [static]

Member Data Documentation

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


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)