VR-Forces 4.6 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
DtCigiComponentMappingLogic.h
Go to the documentation of this file.
1
/*********************************************************************
2
** Copyright (c) 2009 MaK Technologies, Inc.
3
** All rights reserved.
4
*********************************************************************/
5
/*********************************************************************
6
** $RCSfile: DtCigiComponentMappingLogic.h,v $ $Revision: 1.1 $ $State: Exp $
7
*********************************************************************/
8
12
13
#ifndef DtCigiComponentMappingLogic_H_
14
#define DtCigiComponentMappingLogic_H_
15
16
#include <
vrvCigiQt/DtCigiSettingsLogic.h
>
17
18
#include <
makArchives/DtCigiSettingsRecord.h
>
19
20
#include <QtCore/QStringList>
21
22
namespace
makVrv
23
{
24
class
DtDe;
25
class
DtCigiComponentMappingInterface;
26
class
DtModelSemanticsMapper;
27
class
DtMapEditorInterface;
28
class
DtSharedCigiSettingsManager;
29
class
DtPersistenceControlsInterface;
30
class
DtSettingsBackup;
31
36
class
DT_DLL_VRVCIGIQT
DtCigiComponentMappingLogic
:
public
DtCigiSettingsLogic
37
{
38
public
:
40
DtCigiComponentMappingLogic
(
makArchives::DtCigiComponentClass
compClass,
41
DtDe
& de,
DtCigiComponentMappingInterface
*
42
componentMapIf,
DtCigiSettingsInterface
* settingsIf,
43
DtMapEditorInterface
* editorIf,
44
DtPersistenceControlsInterface
* toolbarIf);
45
47
virtual
~
DtCigiComponentMappingLogic
();
48
49
protected
:
51
virtual
void
updateValues();
52
54
virtual
void
on_valueAdded(
const
std::string& key,
const
std::string& value,
int
index);
55
57
virtual
void
on_valueDeleted(
const
std::string& key);
58
60
virtual
void
on_valueRenamed(
const
std::string& oldName,
const
std::string& newName);
61
virtual
void
cigiMappingsRestored(
const
DtSettingsBackup
* s);
62
63
protected
:
64
DtCigiComponentMappingInterface
&
myMapInterface
;
65
DtMapEditorInterface
&
myEditorInterface
;
66
makArchives::DtCigiComponentClass
myComponentClass
;
67
68
};
69
}
70
71
#endif
Document ID: Generated on Thu Apr 12 03:15:37 EDT 2018 from SVN revision 187986
Copyright © 2005-2018 VT MÄK. All Rights Reserved (
www.mak.com
)