47 virtual void resetSystemDefinition();
54 virtual void setSystemDefinitionFile(
const DtFilename&);
60 virtual void addVariableBindingsFromMetaData();
64 virtual bool isEnabled()
const;
65 virtual void setIsEnabled(
bool yesNo);
70 virtual bool canBeDisabled()
const;
71 virtual void setCanBeDisabled(
bool yesNo);
76 virtual bool isTemplate()
const;
77 virtual void setIsTemplate(
bool yesNo);
83 virtual bool partOfRollUp()
const;
84 virtual void setPartOfRollUp(
bool yesNo);
89 virtual void setUseParentSystemResourceManager(
bool);
90 virtual bool useParentSystemResourceManager()
const;
99 virtual void setCompareSystemDefinition(
bool);
100 bool compareSystemDefinition()
const;
bool operator==(const DtReaderWriter &) const
Equivalence operator.
Definition: symbolString.h:20
#define DT_DLL_vrfobjparam
This file is used to determine how to build.
Definition: vrfobjparamDefines.h:28
virtual void postGetSelf()
Called after either version of getSelf (mtl or environment). Default is no-op.
Definition: readerWriter.h:85
Definition: readerWriterRegistry.h:39
DtRwBoolean myIsEnabled
Definition: componentSystemDescriptor.h:110
DtComponentSystemDefinition.
Definition: componentSystemDefinition.h:25
bool myCompareSystemDefinition
Whether or not to walk the chain and compare included system definitions. Default is true...
Definition: componentSystemDescriptor.h:123
DtReaderWriterFileExtensible mySystemDefinitionFileName
Definition: componentSystemDescriptor.h:109
DtRwBoolean myUseParentSystemResourceManager
If this is true uses the paren system's resource manager. By default is false. This is done such that...
Definition: componentSystemDescriptor.h:120
virtual void preGetSelf()
Called before either version of get self (file or environment). Default is no-op. ...
Descriptor for a DtComponentSystem. Specified a system being added to an entity. This does not actual...
Definition: componentSystemDescriptor.h:23
Description: Readable, Writable bool.
Definition: rwBoolean.h:26
DtComponentSystemDefinition * mySystemDefinition
Definition: componentSystemDescriptor.h:112
DtRwBoolean myPartOfRollUp
Definition: componentSystemDescriptor.h:111
const DtReaderWriter & operator=(const DtReaderWriter &orig)
assignment operator
Using a DtReaderWriterFile allows a DtReaderWriter object to be read in from an MTL stream contained ...
Definition: readerWriterFile.h:35
DtReaderWriterFileExtensible is a ReaderWriteFile who's exact name is determined at runtime as define...
Definition: readerWriterFileExtensible.h:18