VR-Forces 4.7 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtDeSettingsManager.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2018 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
9 
10 #pragma once
11 #include <vrvCore/vrvCore.h>
13 
14 #include <map>
15 #include <string>
16 
17 namespace makVrv
18 {
19 
20  class DtDe;
21  class DtDeSettings;
22 
26  {
27  public:
29  static DtDeSettingsManager& instance(DtDe& de);
30 
32  virtual ~DtDeSettingsManager();
33 
35  virtual void createSettings(const std::string& settingsType, const std::string& settingsExt);
36 
40  virtual DtDeSettings* findSettings(const std::string& settingsType);
41 
46  virtual DtDeSettings* findSettingsByExtension(const std::string& settingsEx);
47 
53  virtual void registerSettings(DtDeSettings* settings);
54 
55  protected:
56 
59 
60  typedef std::map<std::string,DtDeSettings*> SettingsMap;
61  typedef std::map<std::string, std::string> SettingsToFileMap;
62 
65  };
66 }

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)