VR-Forces 4.7 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
include
vrfGuiObjectInformationQt
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
11
#include <
vrfGuiObjectInformationQt/vrfGuiObjectInformationQt.h
>
12
#include <
vrfGuiObjectInformationQt/informationDialogPage.h
>
13
#include <QTreeView>
14
#include <QStandardItemModel>
15
#include <QLabel>
16
17
class
QTabWidget
;
18
19
namespace
makVrf
20
{
21
namespace
makVrfGuiObjectInformationQt
22
{
23
class
DT_DLL_VRFGUIOBJECTINFORMATIONQT
DtAggregateEngagementsHistoryPage
:
public
DtInformationDialogPage
24
{
25
Q_OBJECT
26
27
public
:
28
30
DtAggregateEngagementsHistoryPage
(
makVrv::DtDe
& de, QWidget* parent, Qt::WindowFlags f = Qt::SubWindow);
31
33
virtual
~
DtAggregateEngagementsHistoryPage
();
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
50
virtual
ShowStatus
setupGui(
makVrv::DtStateView<makVrv::DtVrlinkSimulatedBaseState>
* s);
51
52
protected
:
53
virtual
void
activate();
54
virtual
QWidget* createPageContents(
ShowStatus
&);
55
};
56
57
typedef
makVrv::DtPageCreatorTemplate<DtAggregateEngagementsHistoryPage>
58
DtAggregateEngagementsHistoryPageCreator
;
59
}
60
}
Document ID: Generated on Fri Apr 26 21:53:14 EDT 2019 from SVN revision 197883
Copyright © 2005-2019 VT MAK. All Rights Reserved (
www.mak.com
)