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

Public Member Functions | |
| DtCsvDisDictionary (makVrv::DtDe &) | |
| virtual | ~DtCsvDisDictionary () |
| virtual bool | loadFromFile (const std::string &file) |
| const DtOrderedKeyList < DtDisEntityTypeEntry * > & | enumerationList () const |
| DtOrderedKeyList < DtDisEntityTypeEntry * > & | enumerationList () |
| const DtDisEntry & | disEntries () const |
| DtDisEntry & | disEntries () |
| const DtDisEntityTypeEntry * | findEntry (const DtEntityMapperKey &entKey) const |
| DtDisEntityTypeEntry * | findEntry (const DtEntityMapperKey &entKey) |
| virtual std::string | country (int c) const |
| Returns the string for the country given the country code. | |
| virtual bool | countryList (std::map< int, std::string > &list) |
| virtual bool | kindList (std::map< int, std::string > &list) |
| virtual bool | domainList (int kind, std::map< int, std::string > &list) |
| virtual bool | categoryList (int kind, int domain, std::map< int, std::string > &list) |
| virtual bool | subcategoryList (int kind, int domain, int country, int cat, std::map< int, std::string > &list) |
| virtual bool | specificList (int kind, int domain, int country, int cat, int subcat, std::map< int, std::string > &list) |
| virtual bool | extraList (int kind, int domain, int country, int cat, int subcat, int specific, std::map< int, std::string > &list) |
| virtual void | fillList (DtDisEntry *, std::map< int, std::string > &list) |
| virtual std::string | displayName (const DtEntityType &) |
| Given the entity type, return a name that best represents the type. The last non-wildcarded item will be used as the name. | |
Public Member Functions inherited from makVrf::DtDisDictionaryInterface | |
| DtDisDictionaryInterface (makVrv::DtDe &de) | |
| virtual | ~DtDisDictionaryInterface () |
Static Public Member Functions | |
| static std::map< int, std::string > & | countries () |
Protected Member Functions | |
| virtual void | lineProcessed (int line) |
| virtual int | countLines (const char *) |
Protected Attributes | |
| DtDisEntry | myDisEntries |
| DtOrderedKeyList < DtDisEntityTypeEntry * > | myEntityKeys |
Protected Attributes inherited from makVrf::DtDisDictionaryInterface | |
| makVrv::DtDe & | myDe |
Static Protected Attributes | |
| static std::map< int, std::string > | theCountries |
| makVrf::DtCsvDisDictionary::DtCsvDisDictionary | ( | makVrv::DtDe & | ) |
|
virtual |
|
virtual |
Implements makVrf::DtDisDictionaryInterface.
Reimplemented in makVrf::DtQtCsvDisDictionary.
|
inline |
References myEntityKeys.
|
inline |
References myEntityKeys.
|
inline |
References myDisEntries.
|
inline |
References myDisEntries.
|
inline |
References makVrf::DtOrderedKeyList< T >::find(), and myEntityKeys.
|
inline |
References makVrf::DtOrderedKeyList< T >::find(), and myEntityKeys.
|
inlinevirtual |
Returns the string for the country given the country code.
Implements makVrf::DtDisDictionaryInterface.
References countries().
|
virtual |
Implements makVrf::DtDisDictionaryInterface.
|
virtual |
Implements makVrf::DtDisDictionaryInterface.
|
virtual |
Implements makVrf::DtDisDictionaryInterface.
|
virtual |
Implements makVrf::DtDisDictionaryInterface.
|
virtual |
Implements makVrf::DtDisDictionaryInterface.
|
virtual |
Implements makVrf::DtDisDictionaryInterface.
|
virtual |
Implements makVrf::DtDisDictionaryInterface.
|
virtual |
|
virtual |
Given the entity type, return a name that best represents the type. The last non-wildcarded item will be used as the name.
Implements makVrf::DtDisDictionaryInterface.
|
static |
Referenced by country().
|
protectedvirtual |
Reimplemented in makVrf::DtQtCsvDisDictionary.
|
protectedvirtual |
|
protected |
Referenced by disEntries().
|
protected |
Referenced by enumerationList(), and findEntry().
|
staticprotected |