VR-Forces 4.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrvCigiQt
DtCigiViewComponentMappingPage.h
Go to the documentation of this file.
1
/*********************************************************************
2
** Copyright (c) 2009 MaK Technologies, Inc.
3
** All rights reserved.
4
*********************************************************************/
5
/*********************************************************************
6
** $RCSfile: DtCigiViewComponentMappingPage.h,v $ $Revision: 1.1 $ $State: Exp $
7
*********************************************************************/
8
9
#pragma once
10
#include <
vrvCigiQt/vrvCigiQt.h
>
11
#include <
vrvCoreQt/DtPage.h
>
12
13
namespace
makVrv
14
{
15
class
DtCigiComponentMappingWidget;
16
20
class
DT_DLL_VRVCIGIQT
DtCigiViewComponentMappingPage
:
public
DtPage
21
{
22
Q_OBJECT;
23
public
:
25
DtCigiViewComponentMappingPage
(
DtDe
& de,
QWidget
* parent,
26
Qt::WindowFlags f = 0);
27
29
virtual
~
DtCigiViewComponentMappingPage
();
30
32
virtual
QIcon icon();
33
35
virtual
QString title();
36
38
virtual
const
std::string& pageClassName()
const
;
39
41
static
const
std::string& thePageClassName();
42
43
protected
:
44
void
setupGui();
45
47
virtual
void
activate();
48
50
virtual
void
deactivate();
51
52
protected
:
53
DtDe
&
myDe
;
54
DtCigiComponentMappingWidget
*
myMapWidget
;
55
};
56
57
typedef
DtPageCreatorTemplate<DtCigiViewComponentMappingPage>
58
DtCigiViewComponentMappingPageCreator
;
59
}
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
)