VR-Forces Development_Version Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
examples
addEntityInfoPage
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
12
#include <
vrfGuiObjectInformationQt/vrfGuiObjectInformationQt.h
>
13
#include <
vrfGuiObjectInformationQt/informationDialogPage.h
>
14
#include <
vrfGuiCore/vrfCurrentTaskManager.h
>
15
16
#include <
vrvUtil/DtSignalConnectionManager.h
>
17
18
#include <QtGui/QTreeWidget>
19
20
class
DtUnitFormatter
;
21
class
QMouseEvent;
22
23
using namespace
makVrf::makVrfGuiObjectInformationQt;
24
25
namespace
exampleInfoPage
26
{
27
30
class
DtExampleInfoPage
:
public
DtInformationDialogPage
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
57
typedef
makVrv::DtPageCreatorTemplate<DtExampleInfoPage>
58
DtExampleInfoPageCreator
;
59
60
62
class
DtExampleInfoPageLogic
:
public
DtInformationDialogPageLogic
63
{
64
public
:
66
DtExampleInfoPageLogic
(
makVrv::DtDe
&,
DtInformationDialogPage
* iface);
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
}
Document ID: Generated on Tue Mar 8 22:13:38 EST 2016 from SVN revision 162938
Copyright © 2005-2015 VT MÄK. All Rights Reserved (
www.mak.com
)