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
DtCigiEntityMappingWidget.h
Go to the documentation of this file.
1
/*********************************************************************
2
** Copyright (c) 2014 MaK Technologies, Inc.
3
** All rights reserved.
4
*********************************************************************/
5
9
10
#pragma once
11
12
#include <
vrvCigiQt/vrvCigiQt.h
>
13
#include <
vrvCigiQt/DtCigiEntityMappingInterface.h
>
14
#include <
vrvCigiQt/DtCigiSettingsWidget.h
>
15
#include <QtWidgets/QWidget>
16
17
class
QDialogButtonBox;
18
19
namespace
makVrv
20
{
21
22
class
DtMapEditorWidget;
23
class
DtCigiEntityMappingLogic;
24
29
class
DT_DLL_VRVCIGIQT
DtCigiEntityMappingWidget
:
public
DtCigiSettingsWidget
,
30
public
DtCigiEntityMappingInterface
31
{
32
Q_OBJECT;
33
public
:
35
DtCigiEntityMappingWidget
(
DtDe
& de,QWidget* parent,
const
QString& pageTitle);
36
38
virtual
~
DtCigiEntityMappingWidget
();
39
41
virtual
void
askUserForEntityTypeMapping();
42
44
virtual
void
askUserForArtPartMapping();
45
47
virtual
void
enableArtPartMapping();
48
50
virtual
void
disableArtPartMapping();
51
53
virtual
void
warnUserOfDuplicateEntityType();
54
56
virtual
void
warnUserOfDuplicateArtPartId();
57
58
protected
:
59
void
setupGui();
60
61
protected
:
62
DtCigiEntityMappingLogic
*
myLogic
;
63
DtMapEditorWidget
*
myEntTypeMapWidget
;
64
DtMapEditorWidget
*
myArtPartMapWidget
;
65
QDialogButtonBox*
myEntityTypeMappingButtons
;
66
};
67
68
}
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
)