VR-Forces 4.3 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
exampleInfoPage.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2013 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
9 
10 #pragma once
11 
15 
17 
18 #include <QtGui/QTreeWidget>
19 
20 class DtUnitFormatter;
21 class QMouseEvent;
22 
23 using namespace makVrf::makVrfGuiObjectInformationQt;
24 
25 namespace exampleInfoPage
26 {
27 
31  {
32  public:
33 
35  DtExampleInfoPage(makVrv::DtDe& de, QWidget* parent, Qt::WindowFlags f = Qt::SubWindow);
36 
38  virtual ~DtExampleInfoPage();
39 
41  virtual QIcon icon();
42 
44  virtual QString title();
45 
47  virtual const std::string& pageClassName() const;
48 
50  static const std::string& thePageClassName();
51 
52  protected:
53  virtual void activate();
54  virtual void deactivate();
55  };
56 
59 
60 
63  {
64  public:
67 
69  virtual ~DtExampleInfoPageLogic();
70 
71  protected:
73  virtual void activate(makVrv::DtStateView<makVrv::DtVrlinkSimulatedBaseState>* state);
74 
76  virtual void deactivate();
77 
78 
79  };
80 }

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)