VR-Forces 4.3.1 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
extendedPropertiesPage.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 <
vrfutil/rwProperties.h
>
15
16
namespace
makVrf
17
{
18
namespace
makVrfGuiObjectInformationQt
19
{
20
class
DT_DLL_VRFGUIOBJECTINFORMATIONQT
DtExtendedPropertiesPage
:
public
DtInformationDialogPage
21
{
22
Q_OBJECT
23
24
public
:
25
27
DtExtendedPropertiesPage
(
makVrv::DtDe
& de,
QWidget
* parent, Qt::WindowFlags f = Qt::SubWindow);
28
30
virtual
~
DtExtendedPropertiesPage
();
31
33
virtual
QIcon icon();
34
36
virtual
QString title();
37
39
virtual
const
std::string& pageClassName()
const
;
40
42
static
const
std::string& thePageClassName();
43
44
virtual
DtInformationDialogPageLogic
* createLogic();
45
47
virtual
ShowStatus
setupGui(
makVrv::DtStateView<makVrv::DtVrlinkSimulatedBaseState>
* s);
48
49
protected
:
50
virtual
void
activate();
51
};
52
53
typedef
makVrv::DtPageCreatorTemplate<DtExtendedPropertiesPage>
54
DtExtendedPropertiesPageCreator
;
55
57
class
DT_DLL_VRFGUIOBJECTINFORMATIONQT
DtExtendedPropertiesPageLogic
:
public
DtInformationDialogPageLogic
58
{
59
public
:
60
DtExtendedPropertiesPageLogic
(
makVrv::DtDe
&,
DtInformationDialogPage
* iface);
61
62
virtual
~
DtExtendedPropertiesPageLogic
();
63
64
virtual
void
activate(
makVrv::DtStateView<makVrv::DtVrlinkSimulatedBaseState>
*);
65
66
virtual
const
DtRwProperties
& stateProperties()
const
67
{
68
return
myStateProperties;
69
}
70
71
protected
:
72
DtRwProperties
myStateProperties
;
73
};
74
}
75
}
76
Document ID: Generated on Wed Jul 29 00:55:00 EDT 2015 from SVN revision 155257
Copyright © 2005-2015 VT MÄK. All Rights Reserved (
www.mak.com
)