VR-Forces 4.0.4 Class Documentation
Public Member Functions | Static Public Member Functions | Protected Member Functions
DtGlobalEnvironmentParameters Class Reference
Inheritance diagram for DtGlobalEnvironmentParameters:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 DtGlobalEnvironmentParameters (const DtString &name=DtString::nullString(), DtReaderWriterRegistry *parentRegistry=NULL)
 constructor with parameters to set up read/writability correctly
 DtGlobalEnvironmentParameters (const DtSymbolString &name, DtReaderWriterRegistry *parentRegistry=NULL)
virtual ~DtGlobalEnvironmentParameters ()
 destructor
const
DtGlobalEnvironmentParameters
operator= (const DtGlobalEnvironmentParameters &orig)
 assignment operator
virtual DtVrfObjectParametersclone (const DtString &name=DtString::nullString(), DtReaderWriterRegistry *parentRegistry=NULL) const
virtual DtVrfObjectParametersclone (const DtSymbolString &name, DtReaderWriterRegistry *parentRegistry=NULL) const
virtual DtString type () const
 Should return the type of object this is a parameter block for.

Static Public Member Functions

static DtVrfObjectParameterscreator ()
 

Protected Member Functions

 DtGlobalEnvironmentParameters (const DtGlobalEnvironmentParameters &orig, const DtString &name=DtString::nullString(), DtReaderWriterRegistry *parentRegistry=NULL)
 copy constructor. Use clone instead...
 DtGlobalEnvironmentParameters (const DtGlobalEnvironmentParameters &orig, const DtSymbolString &name, DtReaderWriterRegistry *parentRegistry=NULL)

Constructor & Destructor Documentation

DtGlobalEnvironmentParameters::DtGlobalEnvironmentParameters ( const DtString name = DtString::nullString(),
DtReaderWriterRegistry parentRegistry = NULL 
)

constructor with parameters to set up read/writability correctly

destructor

DtGlobalEnvironmentParameters::DtGlobalEnvironmentParameters ( const DtGlobalEnvironmentParameters orig,
const DtString name = DtString::nullString(),
DtReaderWriterRegistry parentRegistry = NULL 
) [protected]

copy constructor. Use clone instead...


Member Function Documentation

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

assignment operator

virtual DtVrfObjectParameters* DtGlobalEnvironmentParameters::clone ( const DtString name = DtString::nullString(),
DtReaderWriterRegistry parentRegistry = NULL 
) const [virtual]

Reimplemented from DtVrfObjectParameters.

virtual DtVrfObjectParameters* DtGlobalEnvironmentParameters::clone ( const DtSymbolString name,
DtReaderWriterRegistry parentRegistry = NULL 
) const [virtual]

Reimplemented from DtVrfObjectParameters.

virtual DtString DtGlobalEnvironmentParameters::type ( ) const [virtual]

Should return the type of object this is a parameter block for.

Use the strings in vrfParamTypes.h.

Reimplemented from DtVrfObjectParameters.

Returns:
Newly created instance of this class, with an empty DtReaderWriter name. Creation methods are registered with a DtComponentDescriptorFactory, so they can be created on demand as they are read in from a parameter database file.

Reimplemented from DtVrfObjectParameters.


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)