VR-Forces 4.3.1 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
DtCigiModelStateMappingPage.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 2009 MaK Technologies, Inc.
3 ** All rights reserved.
4 *********************************************************************/
5 /*********************************************************************
6 ** $RCSfile: DtCigiModelStateMappingPage.h,v $ $Revision: 1.1 $ $State: Exp $
7 *********************************************************************/
8 
12 
13 #pragma once
14 #include <vrvCigiQt/vrvCigiQt.h>
15 #include <vrvCoreQt/DtPage.h>
16 #include <vrvUtil/templateUtil.h>
17 
18 
19 namespace makVrv
20 {
21  class DtCigiModelStateMappingWidget;
22 
28  {
29  Q_OBJECT;
30  public:
33  Qt::WindowFlags f = 0);
34 
36  virtual ~DtCigiModelStateMappingPage();
37 
39  virtual QIcon icon();
40 
42  virtual QString title();
43 
45  virtual const std::string& pageClassName() const;
46 
48  static const std::string& thePageClassName();
49 
50  protected:
51 
53  void setupGui();
54 
56  virtual void activate();
57 
59  virtual void deactivate();
60 
61  protected:
64  };
65 
69  DtCigiModelStateMappingPageCreator)
70 }

Document ID: Generated on Wed Jul 29 00:55:00 EDT 2015 from SVN revision 155257
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)