![]() |
VR-Forces Developer's Guide
|

Public Member Functions | |
| DtAppearanceManager () | |
| virtual | ~DtAppearanceManager () override |
Public Member Functions inherited from makVrf::DtAttributesManager | |
| DtAttributesManager () | |
| virtual | ~DtAttributesManager () |
| virtual bool | init (const std::string &file) |
| virtual void | parseAttribute (const DtlObjPtr &args) |
| virtual bool | addAttributeInfo (DtAttributeInfo *info) |
| virtual void | valuesFromMask (const DtEntityMapperKey &type, unsigned int mask, DtAttributeValues &result) const |
| virtual void | parsePossibleXRefValues (xmlNodePtr) |
| virtual DtAttributeInfo * | attributeInfo (const DtEntityMapperKey &key) const |
| virtual bool | parseSISOFileForAttributes (const std::string &file) |
| virtual void | addSIDOUidToEntityTypeMapping (int, const DtEntityType &) |
Static Public Member Functions | |
| static DtAppearanceManager * | create () |
Static Public Member Functions inherited from makVrf::DtAttributesManager | |
| static DtlObjPtr | parseAttribute (const DtlObjPtr &args, const DtlObjPtr &env) |
Protected Member Functions | |
| virtual const char * | attributeString () const override |
Protected Member Functions inherited from makVrf::DtAttributesManager | |
| virtual DtAttributeInfo * | createAttributeInfo (const DtEntityMapperKey &key) const |
| virtual bool | parseAttribute (xmlNodePtr root) |
Additional Inherited Members | |
Protected Types inherited from makVrf::DtAttributesManager | |
| typedef std::map< int, DtEntityType > | UIDToEntityTypeMap |
| typedef std::map< std::string, DtAttributeValueInfo::AttributeInformation > | XRefValues |
Protected Attributes inherited from makVrf::DtAttributesManager | |
| DtOrderedKeyList < DtAttributeInfo * > | myAttributeInfo |
| UIDToEntityTypeMap | myUIDToEntityTypeMap |
| XRefValues | myXRefValues |
| makVrf::DtAppearanceManager::DtAppearanceManager | ( | ) |
|
overridevirtual |
|
static |
|
overrideprotectedvirtual |
Returns the keyword from the listing file to look for.
Implements makVrf::DtAttributesManager.