VR-Forces 4.5 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
qtVrfScriptedTaskManager.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2014 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
8 
10 
11 #pragma once
12 
15 
16 class QTranslator;
17 
18 namespace makVrf
19 {
22  {
23  public:
25  virtual ~DtQtVrfScriptedTaskManager();
26 
28  virtual void removeTranslator(const std::string&);
29 
30  protected:
31  virtual void addScriptedTaskMetaData(const DtScriptedTaskMetaData&, bool signal = true);
32  virtual void removeScriptedTaskMetaData(const std::string& scriptedTaskId, bool signal = true);
33  virtual void clear(bool andSettings);
34  virtual std::string language() const;
35 
36  protected:
38  {
39  std::string language;
40  QTranslator* translator;
42  };
43 
44  typedef std::map<std::string, TranslationData> Translations;
45 
47  };
48 }

Document ID: Generated on Thu Mar 23 18:54:12 EDT 2017 from SVN revision 174804
Copyright © 2005-2017 VT MÄK. All Rights Reserved (www.mak.com)