VR-Forces 4.10 Class Documentation
 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 
34 
36  virtual QIcon icon();
37 
39  virtual QString title();
40 
42  virtual const std::string& pageClassName() const;
43 
45  static const std::string& thePageClassName();
46 
47  virtual DtInformationDialogPageLogic* createLogic();
48 
51 
52  protected:
53  virtual void activate();
54  virtual QWidget* createPageContents(ShowStatus&);
55  };
56 
59  }
60 }
makVrv::DtPageCreatorTemplate< DtAggregateEngagementsHistoryPage > DtAggregateEngagementsHistoryPageCreator
Definition: aggregateEngagementsHistoryPage.h:58
Definition: aggregateEngagementsHistoryPage.h:23
Definition: DtPage.h:143
Contains makVrv::DtInformationDialogPage class.
#define DT_DLL_VRFGUIOBJECTINFORMATIONQT
Contains DLL export macros.
Definition: vrfGuiObjectInformationQt.h:25
ShowStatus
Definition: informationDialogPage.h:265
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69

Document ID: Generated on Tue Sep 21 17:42:52 EDT 2021 from SVN revision 234861
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)