VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
aggregateEngagementsHistoryPage.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2013 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
8 
9 #pragma once
10 
13 #include <QTreeView>
14 #include <QStandardItemModel>
15 #include <QLabel>
16 
17 class QTabWidget;
18 
19 namespace makVrf
20 {
21  namespace makVrfGuiObjectInformationQt
22  {
24  {
25  Q_OBJECT
26 
27  public:
28 
30  DtAggregateEngagementsHistoryPage(makVrv::DtDe& de, QWidget* parent, Qt::WindowFlags f = Qt::SubWindow);
31 
33  virtual ~DtAggregateEngagementsHistoryPage() override;
34 
36  virtual QIcon icon() override;
37 
40  virtual makVrv::DtQIconConfigurations qIconConfigurations() const override;
41 
43  virtual QString title() override;
44 
46  virtual const std::string& pageClassName() const override;
47 
49  static const std::string& thePageClassName();
50 
51  virtual DtInformationDialogPageLogic* createLogic() override;
52 
54  virtual ShowStatus setupGui(DtSimObjectReference s) override;
55 
56  protected:
57  virtual void activate() override;
58  virtual QWidget* createPageContents(ShowStatus&) override;
59  };
60 
63  }
64 }
makVrv::DtPageCreatorTemplate< DtAggregateEngagementsHistoryPage > DtAggregateEngagementsHistoryPageCreator
Definition: aggregateEngagementsHistoryPage.h:62
Definition: aggregateEngagementsHistoryPage.h:23
Definition: DtPage.h:181
Contains makVrv::DtInformationDialogPage class.
#define DT_DLL_VRFGUIOBJECTINFORMATIONQT
Contains DLL export macros.
Definition: vrfGuiObjectInformationQt.h:24
ShowStatus
Definition: informationDialogPage.h:264
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:76
A collection of icon configurations. The collection maintains flags indicating whether to generate ic...
Definition: DtQIconConfiguration.h:131

Document ID: Generated on Thu Oct 23 22:29:17 EDT 2025 from SVN revision 280951
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)