Public Member Functions |
| | DtQtCsvDisDictionary (makVrv::DtDe &de) |
| virtual | ~DtQtCsvDisDictionary () |
| virtual void | setShowProgress (bool) |
| bool | showProgress () const |
| virtual bool | loadFromFile (const std::string &file) |
| | DtCsvDisDictionary (makVrv::DtDe &) |
| virtual | ~DtCsvDisDictionary () |
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 | enumerationStrings (const DtEntityType &) |
| | Given the entity type, return the | list of strings that represent the test of the full entity type;.
|
| 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.
|
| | DtDisDictionaryInterface (makVrv::DtDe &de) |
| virtual | ~DtDisDictionaryInterface () |