VR-Forces 4.3 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
iffPage.h
Go to the documentation of this file.
1
/******************************************************************************
2
** Copyright (c) 2012 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/iffStateData.h
>
15
16
class
QTabWidget
;
17
class
QSpacerItem;
18
19
namespace
makVrf
20
{
21
namespace
makVrfGuiObjectInformationQt
22
{
23
class
DT_DLL_VRFGUIOBJECTINFORMATIONQT
DtIffPage
:
public
DtInformationDialogPage
24
{
25
Q_OBJECT
26
27
public
:
28
30
DtIffPage
(
makVrv::DtDe
& de,
QWidget
* parent, Qt::WindowFlags f = Qt::SubWindow);
31
33
virtual
~
DtIffPage
();
34
35
public
:
36
38
virtual
QIcon icon();
39
41
virtual
QString title();
42
44
virtual
const
std::string& pageClassName()
const
;
45
47
static
const
std::string& thePageClassName();
48
49
virtual
DtInformationDialogPageLogic
* createLogic();
50
52
virtual
void
addPage();
53
55
virtual
void
removePage();
56
58
virtual
void
setPageId(
int
,
makVrv::DtElementID
);
59
61
virtual
int
numPages()
const
;
62
64
virtual
ShowStatus
setupGui(
makVrv::DtStateView<makVrv::DtVrlinkSimulatedBaseState>
* s);
65
virtual
void
signalToAddWhenReady(
bool
,
const
makVrv::DtStateView<makVrv::DtVrlinkSimulatedBaseState>
* s);
66
67
protected
:
68
virtual
QWidget
* createPageContents(
ShowStatus
&);
69
70
virtual
void
activate();
71
virtual
void
deactivate();
72
virtual
void
slot_onStateViewAdded(
const
makVrv::DtStateView<DtIffStateData>
& s);
73
74
public
:
75
QTabWidget
*
myTabWidget
;
76
77
protected
:
78
makVrv::DtUniqueID
myAwaitingId
;
79
};
80
81
typedef
makVrv::DtPageCreatorTemplate<DtIffPage>
82
DtIffPageCreator
;
83
}
84
}
Document ID: Generated on Wed Mar 11 21:20:57 EDT 2015 from SVN revision 150940
Copyright © 2005-2014 VT MÄK. All Rights Reserved (
www.mak.com
)