VR-Forces 4.7 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
disDictionaryInterface.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2016 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
9 #pragma once
10 
11 #include <vrfGuiCore/vrfGuiCore.h>
12 #include <vrvCore/DtDe.h>
13 
14 #include <map>
15 #include <string>
16 
17 class DtEntityType;
18 
19 namespace makVrf
20 {
23  {
24  public:
27 
28  virtual bool loadFromFile(const std::string& file) = 0;
29 
30  virtual bool countryList(std::map<int, std::string>& list) = 0;
31  virtual bool kindList(std::map<int, std::string>& list) = 0;
32  virtual bool domainList(int kind, std::map<int, std::string>& list) = 0;
33  virtual bool categoryList(int kind, int domain, std::map<int, std::string>& list) = 0;
34  virtual bool subcategoryList(int kind, int domain, int country, int cat, std::map<int, std::string>& list) = 0;
35  virtual bool specificList(int kind, int domain, int country, int cat, int subcat, std::map<int, std::string>& list) = 0;
36  virtual bool extraList(int kind, int domain, int country, int cat, int subcat, int specific, std::map<int, std::string>& list) = 0;
37 
39  virtual std::string enumerationStrings(const DtEntityType&) = 0;
40 
42  virtual std::string country(int) const = 0;
43 
45  virtual std::string displayName(const DtEntityType&, bool includeKind = true, int stopAt = 5) = 0;
46 
48  virtual DtString articulatedPart(int) const = 0;
49 
50  protected:
52  };
53 }

Document ID: Generated on Fri Apr 26 21:53:14 EDT 2019 from SVN revision 197883
Copyright © 2005-2019 VT MAK. All Rights Reserved (www.mak.com)