VR-Forces Development_Version 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
vrvVrlQt
DtAggregateMappingEditorWidget.h
Go to the documentation of this file.
1
/******************************************************************************
2
** Copyright (c) 2010 MAK Technologies, Inc.
3
** All rights reserved.
4
******************************************************************************/
5
/******************************************************************************
6
** $RCSfile: DtAggregateMappinEditorWidget.h,v $ $Revision: 1.10 $ $State: Exp $
7
******************************************************************************/
8
12
13
#pragma once
14
15
#include <
vrvUtil/signalslib.h
>
16
17
#include <
vrvVrlQt/DtEntityTypeMapEditorWidget.h
>
18
#include <
vrvVrlQt/DtEntityMappingEditorInterface.h
>
19
20
class
QDialogButtonBox;
21
22
namespace
makVrv
23
{
24
class
DtDe;
25
class
DtEntityTypeToElementDefinitionLogic;
26
class
DtEntityTypeMapEditorWidget;
27
class
DtPersistenceToolbarWidget;
28
31
class
DT_DLL_VRVVRLQT
DtAggregateMappingEditorWidget
:
public
QWidget
,
32
public
DtEntityMappingEditorInterface
33
{
34
Q_OBJECT;
35
public
:
37
DtAggregateMappingEditorWidget
(
DtDe
& de,
QWidget
* parent);
38
40
virtual
~
DtAggregateMappingEditorWidget
();
41
43
virtual
void
warnUserOfExistingEntityType(
const
std::string& entityType);
44
47
virtual
void
askUserForEntityTypeMapping(
const
std::string& defaultMappingn =
""
);
48
49
virtual
void
activate();
50
51
virtual
void
deactivate();
52
53
protected
slots:
54
55
void
on_validate_entityType(QString str);
56
57
protected
:
58
void
setupGui();
59
60
DtDe
&
myDe
;
61
DtEntityTypeToElementDefinitionLogic
*
myLogic
;
62
DtEntityTypeMapEditorWidget
*
myEditor
;
63
DtPersistenceToolbarWidget
*
myToolbar
;
64
65
QDialogButtonBox*
myEntityTypeMappingButtons
;
66
};
67
}
Document ID: Generated on Mon Jul 4 01:00:18 EDT 2016 from SVN revision 166489
Copyright © 2005-2015 VT MÄK. All Rights Reserved (
www.mak.com
)