DtMtlParameterDbEntry; record in a DtMtlParameterDb.
More...
Detailed Description
DtMtlParameterDbEntry; record in a DtMtlParameterDb.
Instances of DtMtlParameterDbEntry are the data records used in a DtMtlParameterDb parameter database. It holds a DtVrfObjectParameter* object and the name of a parameter entry file (*.ope) from which a DtVrfObjectParameter object can be loaded.
Constructor & Destructor Documentation
| DtMtlParameterDbEntry::DtMtlParameterDbEntry |
( |
| ) |
|
| virtual DtMtlParameterDbEntry::~DtMtlParameterDbEntry |
( |
| ) |
|
|
virtual |
copy constructor - not implemented
Member Function Documentation
| virtual void DtMtlParameterDbEntry::setFilename |
( |
const DtFilename & |
filename | ) |
|
|
virtual |
Filename of an object parameter entry file (*.ope) from which a DtVrfObjectParameter object can be loaded.
| virtual const DtFilename& DtMtlParameterDbEntry::filename |
( |
| ) |
|
|
virtual |
Filename of an object parameter entry file (*.ope) from which a DtVrfObjectParameter object can be loaded.
Loads entry from disk.
Currently no-op at this level (simply returns myParameters pointer)
Reimplemented from DtVrfParameterDbEntry.
| virtual DtString DtMtlParameterDbEntry::uniqueIdentifier |
( |
| ) |
const |
|
virtual |
Returns a string identifier that uniquely identifies this item.
This item returns the filename
Reimplemented from DtVrfParameterDbEntry.
| virtual void DtMtlParameterDbEntry::setPath |
( |
const DtFilename & |
path | ) |
|
|
virtual |
Set the path to filename (will be concatenated with filename if filename is relative).
| virtual const DtFilename& DtMtlParameterDbEntry::path |
( |
| ) |
const |
|
virtual |
| virtual void DtMtlParameterDbEntry::setVersion |
( |
int |
version | ) |
|
|
virtual |
Set version number of parameter database file so we'll know where to set the search path for legacy parameter database files.
assignment operator - not implemented
Member Data Documentation
| DtFilename DtMtlParameterDbEntry::myFilename |
|
protected |
| DtFilename DtMtlParameterDbEntry::myPath |
|
protected |
| int DtMtlParameterDbEntry::myVersion |
|
protected |
The documentation for this class was generated from the following file:
- /exports/nfedora7-1/nightly/docs/vrforcesDevelopment.tot/include/vrfobjparam/mtlParamDbEntry.h