VR-Forces 4.5 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
vrfEnvironmentConditionsThermoclinesPage.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2013 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
10 
11 #pragma once
12 
14 #include <vrvCore/DtDe.h>
15 #include <vrvCoreQt/DtPage.h>
16 
17 namespace makVrv
18 {
19  class DtPersistenceToolbarWidget;
20 }
21 
22 namespace makVrf
23 {
24  class DtVrfEnvironmentConditionsThermoclinesWidget;
25  class DtVrfEnvironmentConditionsThermoclinesLogic;
26 
30  public makVrv::DtPage
31  {
32  Q_OBJECT;
33 
34  public:
35 
37  Qt::WindowFlags f);
38 
40 
42  virtual QIcon icon();
43 
45  virtual QString title();
46 
48  virtual const std::string& pageClassName() const;
49 
51  static const std::string& thePageClassName();
52 
53  protected:
54 
55  virtual void setupGui();
56 
58  virtual void activate();
59 
61  virtual void deactivate();
62 
63  protected:
65 
66  public:
69  };
70 
73 }

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)