VR-Forces 4.5 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
DtQtObserverSettingsDisplayNameProvider.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2014 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
9 
10 #pragma once
11 
12 #include <vrvCoreQt/vrvCoreQt.h>
15 
16 #include <QtCore/QCoreApplication>
17 
18 #include <QtCore/QCoreApplication>
19 
20 #include <vector>
21 #include <map>
22 
23 namespace makVrv
24 {
25  class DtDe;
26 
32  {
33  Q_DECLARE_TR_FUNCTIONS(DtQtObserverSettingsDisplayNameProvider)
34  public:
40  static void addDisplayName(DtDe& de,
42  const QString& displayName);
43 
49  static void addToolTip(DtDe& de,
51  const QString& toolTip );
52 
55 
58 
59  protected:
60 
61  static DtUnicode qStringToDtUnicode( const QString& qString );
62  };
63 
68  {
69  public:
72 
75 
77  virtual DtObserverSettingsDisplayNameProvider* create();
78  };
79 }
80 

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)