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

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

Inheritance diagram for DtSystemBoolParameterData:
Inheritance graph
[legend]

List of all members.

Public Member Functions

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

Static Public Member Functions

static DtSystemParameterDatacreate (const DtString &rwName)

Protected Attributes

DtRwBoolean 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 boolean as a variable type.


Constructor & Destructor Documentation


Member Function Documentation

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

Implements DtSystemParameterData.

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

Implements DtSystemParameterData.

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


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)