VR-Forces 5.0.2 Developer's Guide
 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 
45  virtual makVrv::DtQIconConfigurations qIconConfigurations() const;
46 
48  virtual QString title();
49 
51  virtual const std::string& pageClassName() const;
52 
54  static const std::string& thePageClassName();
55 
56  protected:
57  virtual void activate();
58  virtual void deactivate();
59  };
60 
63 
64 
67  {
68  public:
71 
73  virtual ~DtExampleInfoPageLogic();
74 
75  protected:
77  virtual void activate(makVrv::DtStateView<makVrv::DtVrlinkSimulatedBaseState>* state);
78 
80  virtual void deactivate();
81 
82 
83  };
84 }
The logic for this page. Will subscribe/unsubscribe from registering for task messages.
Definition: exampleInfoPage.h:66
Definition: DtPage.h:150
makVrv::DtPageCreatorTemplate< DtExampleInfoPage > DtExampleInfoPageCreator
Definition: exampleInfoPage.h:62
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. It owns a DtRenderer, DtDeCommunicator, as well as a DtDisplay and other things.
Definition: DtDe.h:70
A collection of icon configurations. The collection maintains flags indicating whether to generate ic...
Definition: DtQIconConfiguration.h:75
Definition: unitFormatter.h:24

Document ID: Generated on Sun Dec 4 20:22:03 EST 2022 from SVN revision 249613
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)