VR-Forces 4.7 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
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/DtCigiComponentMappingInterface.h
>
15
#include <
vrvCigiQt/DtCigiSettingsWidget.h
>
16
#include <
makArchives/DtCigiSettingsRecord.h
>
17
18
class
QDialogButtonBox;
19
20
namespace
makVrv
21
{
22
class
DtMapEditorWidget;
23
class
DtCigiComponentMappingLogic;
24
28
class
DT_DLL_VRVCIGIQT
DtCigiComponentMappingWidget
:
public
DtCigiSettingsWidget
,
29
public
DtCigiComponentMappingInterface
30
{
31
Q_OBJECT;
32
public
:
34
DtCigiComponentMappingWidget
(
makArchives::DtCigiComponentClass
compClass,
35
DtDe
& de, QWidget* parent,
const
QString& pageTitle);
36
38
virtual
~
DtCigiComponentMappingWidget
();
39
41
virtual
void
askUserForComponentMapping();
42
45
virtual
void
warnUserOfDuplicateComponentId();
46
47
protected
:
49
void
setupGui();
50
51
protected
:
52
DtCigiComponentMappingLogic
*
myLogic
;
53
DtMapEditorWidget
*
myMapWidget
;
54
QDialogButtonBox*
myAddButtons
;
55
std::string
myComponentName
;
56
};
57
}
Document ID: Generated on Fri Apr 26 21:53:14 EDT 2019 from SVN revision 197883
Copyright © 2005-2019 VT MAK. All Rights Reserved (
www.mak.com
)