VR-Forces 4.8 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties 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 <QtWidgets/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 }
The logic for this page. Will subscribe/unsubscribe from registering for task messages.
Definition: exampleInfoPage.h:62
Definition: DtPage.h:146
makVrv::DtPageCreatorTemplate< DtExampleInfoPage > DtExampleInfoPageCreator
Definition: exampleInfoPage.h:58
The DtTaskStatePage class will show information for all currently running tasks and reactive tasks th...
Definition: exampleInfoPage.h:30
Contains makVrv::DtInformationDialogPage class.
Base class to provide boost signal/slot management.
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69
Definition: unitFormatter.h:24

Document ID: Generated on Thu Aug 27 10:56:05 EDT 2020 from SVN revision 217100
Copyright © 2005-2020 MAK Technologies. All Rights Reserved (www.mak.com)