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
include
vrfGuiObjectInformationQt
entityInformationPage.h
Go to the documentation of this file.
1
/******************************************************************************
2
** Copyright (c) 2015 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
15
namespace
makVrf
16
{
17
namespace
makVrfGuiObjectInformationQt
18
{
19
class
DT_DLL_VRFGUIOBJECTINFORMATIONQT
DtEntityInformationPage
:
public
DtInformationDialogPage
20
{
21
Q_OBJECT
22
public
:
23
25
DtEntityInformationPage
(
makVrv::DtDe
& de,
QWidget
* parent, Qt::WindowFlags f = Qt::SubWindow);
26
28
virtual
~
DtEntityInformationPage
();
29
31
virtual
QIcon icon();
32
34
virtual
QString title();
35
37
virtual
const
std::string& pageClassName()
const
;
38
40
static
const
std::string& thePageClassName();
41
42
virtual
DtInformationDialogPageLogic
* createLogic();
43
44
protected
:
45
virtual
void
activate();
46
47
virtual
void
activate(
makVrv::DtStateView<makVrv::DtVrlinkSimulatedBaseState>
* state);
48
};
49
50
typedef
makVrv::DtPageCreatorTemplate<DtEntityInformationPage>
51
DtEntityInformationPageCreator
;
52
53
class
DT_DLL_VRFGUIOBJECTINFORMATIONQT
DtEntityInformationSelectedStatusPage
:
public
DtEntityInformationPage
54
{
55
public
:
57
DtEntityInformationSelectedStatusPage
(
makVrv::DtDe
& de,
QWidget
* parent, Qt::WindowFlags f = Qt::SubWindow);
58
60
virtual
~
DtEntityInformationSelectedStatusPage
();
61
};
62
63
typedef
makVrv::DtPageCreatorTemplate<DtEntityInformationSelectedStatusPage>
64
DtEntityInformationSelectedStatusPageCreator
;
65
}
66
}
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
)