VR-Forces 4.3 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
DtCigiObserverModeMappingPage.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 <vrvCigiQt/vrvCigiQt.h>
13 #include <vrvCoreQt/DtPage.h>
14 #include <vrvUtil/templateUtil.h>
15 
16 namespace makVrv
17 {
18  class DtCigiObserverModeMappingWidget;
19 
24  {
25  Q_OBJECT;
26  public:
28  DtCigiObserverModeMappingPage(DtDe& de,QWidget* parent, Qt::WindowFlags f = 0);
29 
32 
34  virtual QIcon icon();
35 
37  virtual QString title();
38 
40  virtual const std::string& pageClassName() const;
41 
43  static const std::string& thePageClassName();
44 
45  protected:
47  void setupGui();
48 
50  virtual void activate();
51 
53  virtual void deactivate();
54 
55  protected:
58  };
59 
63  DtCigiObserverModeMappingPageCreator)
64 }

Document ID: Generated on Wed Mar 11 21:20:57 EDT 2015 from SVN revision 150940
Copyright © 2005-2014 VT MÄK. All Rights Reserved (www.mak.com)