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
vrvCigiQt
DtCigiComponentMappingWidget.h
Go to the documentation of this file.
1
/*********************************************************************
2
** Copyright (c) 2009 MaK Technologies, Inc.
3
** All rights reserved.
4
*********************************************************************/
5
/*********************************************************************
6
** $RCSfile: DtCigiComponentMappingWidget.h,v $ $Revision: 1.1 $ $State: Exp $
7
*********************************************************************/
8
12
13
#pragma once
14
#include <
vrvCigiQt/vrvCigiQt.h
>
15
#include <
vrvCigiQt/DtCigiComponentMappingInterface.h
>
16
#include <
vrvCigiQt/DtCigiSettingsWidget.h
>
17
#include <
makArchives/DtCigiSettingsRecord.h
>
18
#include <QtGui/QWidget>
19
20
class
QDialogButtonBox;
21
22
namespace
makVrv
23
{
24
class
DtMapEditorWidget;
25
class
DtCigiComponentMappingLogic;
26
30
class
DT_DLL_VRVCIGIQT
DtCigiComponentMappingWidget
:
public
DtCigiSettingsWidget
,
31
public
DtCigiComponentMappingInterface
32
{
33
Q_OBJECT;
34
public
:
36
DtCigiComponentMappingWidget
(
makArchives::DtCigiComponentClass
compClass,
37
DtDe
& de,
QWidget
* parent,
const
QString& pageTitle);
38
40
virtual
~
DtCigiComponentMappingWidget
();
41
43
virtual
void
askUserForComponentMapping();
44
47
virtual
void
warnUserOfDuplicateComponentId();
48
49
protected
:
51
void
setupGui();
52
53
protected
:
54
DtCigiComponentMappingLogic
*
myLogic
;
55
DtMapEditorWidget
*
myMapWidget
;
56
QDialogButtonBox*
myAddButtons
;
57
std::string
myComponentName
;
58
};
59
}
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
)