![]() |
VR-Forces 4.0.4 Class Documentation
|
Class MyMtlParameterDbEntry. More...

Public Member Functions | |
| MyMtlParameterDbEntry () | |
| default constructor | |
| virtual | ~MyMtlParameterDbEntry () |
| destructor | |
| void | setCommentMap (const DtReaderWriterCommentMap &) |
| const DtReaderWriterCommentMap & | commentMap () const |
| virtual void | setCommentMapFrom (const DtReaderWriterCommentMap &) |
| Remaps from comments from supplied entry to this one. | |
Static Public Member Functions | |
| static void | postGetSelfCb (DtReaderWriter *readerWriterObject, DtlObjPtr args, void *userData) |
Protected Member Functions | |
| virtual DtVrfObjectParameters * | readParameterEntry (FILE *fp) |
| Override to read and store comments from .ope files. | |
Protected Attributes | |
| DtReaderWriterCommentMap | myCommentMap |
| DtlObjStringMap | myObjectCommentMap |
Private Member Functions | |
| MyMtlParameterDbEntry (const MyMtlParameterDbEntry &orig) | |
| copy constructor - not implemented | |
| MyMtlParameterDbEntry & | operator= (const MyMtlParameterDbEntry &orig) |
| assignment operator - not implemented | |
Class MyMtlParameterDbEntry.
Override to store comment information with each entry, so, when written out, can restore comments
default constructor
| virtual MyMtlParameterDbEntry::~MyMtlParameterDbEntry | ( | ) | [virtual] |
destructor
| MyMtlParameterDbEntry::MyMtlParameterDbEntry | ( | const MyMtlParameterDbEntry & | orig | ) | [private] |
copy constructor - not implemented
| void MyMtlParameterDbEntry::setCommentMap | ( | const DtReaderWriterCommentMap & | a | ) | [inline] |
References myCommentMap.
| const DtReaderWriterCommentMap & MyMtlParameterDbEntry::commentMap | ( | ) | const [inline] |
References myCommentMap.
| MyMtlParameterDbEntry& MyMtlParameterDbEntry::operator= | ( | const MyMtlParameterDbEntry & | orig | ) | [private] |
assignment operator - not implemented
| virtual DtVrfObjectParameters* MyMtlParameterDbEntry::readParameterEntry | ( | FILE * | fp | ) | [protected, virtual] |
Override to read and store comments from .ope files.
Reimplemented from DtMtlParameterDbEntry.
| static void MyMtlParameterDbEntry::postGetSelfCb | ( | DtReaderWriter * | readerWriterObject, |
| DtlObjPtr | args, | ||
| void * | userData | ||
| ) | [static] |
| virtual void MyMtlParameterDbEntry::setCommentMapFrom | ( | const DtReaderWriterCommentMap & | ) | [virtual] |
Remaps from comments from supplied entry to this one.
Referenced by commentMap(), and setCommentMap().