VR-Forces 4.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrfGuiCoreQt
DtSpotReportDefinitionEditorPage.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2011 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
9
10
#pragma once
11
12
#include <
vrfGuiCoreQt/vrfGuiCoreQt.h
>
13
#include <
vrvCoreQt/DtPage.h
>
14
15
class
QVBoxLayout;
16
17
namespace
makVrv
18
{
19
class
DtDe;
20
class
DtDialogControlsWidget;
21
class
DtElementEditorWidget;
22
class
DtPersistenceToolbarWidget;
23
}
24
25
namespace
makVrf
26
{
27
class
DT_DLL_VRFGUICOREQT
DtSpotReportDefinitionEditorPage
:
28
public
makVrv::DtPage
29
{
30
Q_OBJECT
31
public
:
32
34
DtSpotReportDefinitionEditorPage
(
makVrv::DtDe
& de,
QWidget
* parent, Qt::WindowFlags);
35
37
virtual
~
DtSpotReportDefinitionEditorPage
();
38
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
55
virtual
void
activate();
57
virtual
void
deactivate();
58
59
protected
:
60
makVrv::DtPersistenceToolbarWidget
*
myPersistenceWidget
;
61
makVrv::DtElementEditorWidget
*
myWidget
;
62
};
63
66
typedef
makVrv::DtPageCreatorTemplate<DtSpotReportDefinitionEditorPage>
67
DtSpotReportDefinitionEditorPageCreator
;
68
}
Document ID: Generated on Tue Jan 29 18:21:16 EST 2013 from SVN revision 123193
Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (
www.mak.com
)