VR-Forces 4.1.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrvVrlQt
DtAggregateMappingPage.h
Go to the documentation of this file.
1
/******************************************************************************
2
** Copyright (c) 2010 MAK Technologies, Inc.
3
** All rights reserved.
4
******************************************************************************/
5
/******************************************************************************
6
** $RCSfile: DtAggregateMappingPage.h,v $ $Revision: 1.1 $ $State: Exp $
7
******************************************************************************/
8
12
13
#pragma once
14
#include <
vrvVrlQt/vrvVrlQt.h
>
15
#include <
vrvCoreQt/DtPage.h
>
16
17
namespace
makVrv
18
{
20
class
DtAggregateMappingEditorWidget;
21
24
class
DT_DLL_VRVVRLQT
DtAggregateMappingPage
:
public
DtPage
25
{
26
Q_OBJECT
27
28
public
:
30
DtAggregateMappingPage
(
DtDe
& de,
QWidget
* parent, Qt::WindowFlags f = 0);
31
33
virtual
~
DtAggregateMappingPage
();
34
36
virtual
QIcon icon();
37
39
virtual
QString title();
40
42
virtual
const
std::string& pageClassName()
const
;
43
45
static
const
std::string& thePageClassName();
46
47
protected
:
48
49
void
setupGui();
50
52
virtual
void
activate();
53
55
virtual
void
deactivate();
56
57
protected
:
58
59
DtDe
&
myDe
;
60
DtAggregateMappingEditorWidget
*
myMapWidget
;
61
};
62
65
typedef
DtPageCreatorTemplate<DtAggregateMappingPage>
66
DtAggregateMappingPageCreator
;
67
}
Document ID: Generated on Mon Apr 8 19:24:01 EDT 2013 from SVN revision 125877
Copyright © 2005-2013 VT MÄK. All Rights Reserved (
www.mak.com
)