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

Descriptor for a DtComponentSystem. More...

Inheritance diagram for DtComponentSystemDescriptor:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 DtComponentSystemDescriptor (const DtString &name, DtReaderWriterRegistry *parentRegistry=NULL)
 real constructor
 DtComponentSystemDescriptor (const DtSymbolString &name, DtReaderWriterRegistry *parentRegistry=NULL)
 DtComponentSystemDescriptor (const DtComponentSystemDescriptor &orig, DtReaderWriterRegistry *parentRegistry=NULL)
 copy constructor
DtComponentSystemDescriptoroperator= (const DtComponentSystemDescriptor &orig)
 assignment
virtual ~DtComponentSystemDescriptor ()
virtual void addVariableBindingsFromMetaData ()
 Adds variable bindings that might be found in the meta data to the variable bindings of this descriptor.
virtual
DtComponentSystemDescriptor
clone () const
virtual const
DtComponentSystemDefinition
systemDefinition () const
 The definition of the system itself.
virtual
DtComponentSystemDefinition
systemDefinition ()
 The definition of the system itself.
virtual void resetSystemDefinition ()
 The definition of the system itself.
virtual const DtReaderWriterFilesystemDefinitionFile () const
 The definition file.
virtual DtReaderWriterFilesystemDefinitionFile ()
 The definition file.
virtual void setSystemDefinitionFile (const DtFilename &)
 The definition file.
virtual bool isEnabled () const
 Should the system be enabled or disabled upon creation.
virtual void setIsEnabled (bool yesNo)
 Should the system be enabled or disabled upon creation.

Protected Attributes

DtReaderWriterFileExtensible mySystemDefinitionFileName
DtRwBoolean myIsEnabled
DtComponentSystemDefinitionmySystemDefinition

Detailed Description

Descriptor for a DtComponentSystem.

Specified a system being added to an entity. This does not actually define what is in the system. For that, see DtComponentSystemDefinition.


Constructor & Destructor Documentation

real constructor

copy constructor


Member Function Documentation

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

assignment

The definition of the system itself.

The definition of the system itself.

The definition of the system itself.

The definition file.

The definition file.

virtual void DtComponentSystemDescriptor::setSystemDefinitionFile ( const DtFilename &  ) [virtual]

The definition file.

Adds variable bindings that might be found in the meta data to the variable bindings of this descriptor.

This must be called if the variable bindings are to be added as this is not called as a function of loading the system definition file

virtual bool DtComponentSystemDescriptor::isEnabled ( ) const [virtual]

Should the system be enabled or disabled upon creation.

virtual void DtComponentSystemDescriptor::setIsEnabled ( bool  yesNo) [virtual]

Should the system be enabled or disabled upon creation.


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)