VR-Forces 4.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrvCigiQt
DtCigiModelStateMappingPage.h
Go to the documentation of this file.
1
/*********************************************************************
2
** Copyright (c) 2009 MaK Technologies, Inc.
3
** All rights reserved.
4
*********************************************************************/
5
/*********************************************************************
6
** $RCSfile: DtCigiModelStateMappingPage.h,v $ $Revision: 1.1 $ $State: Exp $
7
*********************************************************************/
8
12
13
#pragma once
14
#include <
vrvCigiQt/vrvCigiQt.h
>
15
#include <
vrvCoreQt/DtPage.h
>
16
#include <
vrvUtil/templateUtil.h
>
17
18
19
namespace
makVrv
20
{
21
class
DtCigiModelStateMappingWidget;
22
27
class
DT_DLL_VRVCIGIQT
DtCigiModelStateMappingPage
:
public
DtPage
28
{
29
Q_OBJECT;
30
public
:
32
DtCigiModelStateMappingPage
(
DtDe
& de,
QWidget
* parent,
33
Qt::WindowFlags f = 0);
34
36
virtual
~
DtCigiModelStateMappingPage
();
37
39
virtual
QIcon icon();
40
42
virtual
QString title();
43
45
virtual
const
std::string& pageClassName()
const
;
46
48
static
const
std::string& thePageClassName();
49
50
protected
:
51
53
void
setupGui();
54
56
virtual
void
activate();
57
59
virtual
void
deactivate();
60
61
protected
:
62
DtDe
&
myDe
;
63
DtCigiModelStateMappingWidget
*
myMapWidget
;
64
};
65
68
EXPORT_TEMPLATE_TYPEDEF
(
DtPageCreatorTemplate<DtCigiModelStateMappingPage>
,
69
DtCigiModelStateMappingPageCreator)
70
}
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
)