![]() |
VR-Forces 4.1.1 Class Documentation
|

Public Member Functions | |
| DtAppearanceManager () | |
| virtual | ~DtAppearanceManager () |
Public Member Functions inherited from makVrf::DtAttributesManager | |
| DtAttributesManager () | |
| virtual | ~DtAttributesManager () |
| virtual bool | init (const std::string &file) |
| virtual void | parseAttribute (const DtlObjPtr &args) |
| Parses out and creates entries for the attribute list. | |
| virtual bool | addAttributeInfo (DtAttributeInfo *info) |
| virtual void | valuesFromMask (const DtEntityMapperKey &type, unsigned int mask, DtAttributeValues &result) const |
| Returns a list of attributes and values (with bit position) given the bit mask. | |
| virtual DtAttributeInfo * | attributeInfo (const DtEntityMapperKey &key) const |
| virtual bool | parseSISOFileForAttributes (const std::string &file) |
| Parses the SISO file and pulls out information relevant to this manager. | |
| virtual void | addSIDOUidToEntityTypeMapping (int, const DtEntityType &) |
| Adds a new mapping of SISO uid to entity type, in case it is needed for this mapping. | |
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 char * | attributeString () const |
| Returns the keyword from the listing file to look for. | |
Protected Member Functions inherited from makVrf::DtAttributesManager | |
| virtual DtAttributeInfo * | createAttributeInfo (const DtEntityMapperKey &key) const |
| Creates an instance of an attribute info item to add to the internal list. | |
| virtual bool | parseAttribute (xmlNodePtr root) |
| Parses the root node and adds the information about the attribute to the map. | |
Additional Inherited Members | |
Protected Types inherited from makVrf::DtAttributesManager | |
| typedef std::map< int, DtEntityType > | UIDToEntityTypeMap |
Protected Attributes inherited from makVrf::DtAttributesManager | |
| DtOrderedKeyList < DtAttributeInfo * > | myAttributeInfo |
| UIDToEntityTypeMap | myUIDToEntityTypeMap |
| makVrf::DtAppearanceManager::DtAppearanceManager | ( | ) |
|
virtual |
|
static |
|
protectedvirtual |
Returns the keyword from the listing file to look for.
Implements makVrf::DtAttributesManager.