VR-Forces 4.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
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/vrvCigiQt.h
>
17
#include <
vrvCigiQt/DtCigiSettingsLogic.h
>
18
19
#include <
makArchives/DtCigiSettingsRecord.h
>
20
21
#include <QtCore/QStringList>
22
23
namespace
makVrv
24
{
25
class
DtDe;
26
class
DtCigiComponentMappingInterface;
27
class
DtModelSemanticsMapper;
28
class
DtMapEditorInterface;
29
class
DtSharedCigiSettingsManager;
30
class
DtPersistenceControlsInterface;
31
class
DtSettingsBackup;
32
37
class
DT_DLL_VRVCIGIQT
DtCigiComponentMappingLogic
:
public
DtCigiSettingsLogic
38
{
39
public
:
41
DtCigiComponentMappingLogic
(
makArchives::DtCigiComponentClass
compClass,
42
DtDe
& de,
DtCigiComponentMappingInterface
*
43
componentMapIf,
DtCigiSettingsInterface
* settingsIf,
44
DtMapEditorInterface
* editorIf,
45
DtPersistenceControlsInterface
* toolbarIf);
46
48
virtual
~
DtCigiComponentMappingLogic
();
49
50
protected
:
52
virtual
void
updateValues();
53
55
virtual
void
on_valueAdded(
const
std::string& key,
const
std::string& value,
int
index);
56
58
virtual
void
on_valueDeleted(
const
std::string& key);
59
61
virtual
void
on_valueRenamed(
const
std::string& oldName,
const
std::string& newName);
62
virtual
void
cigiMappingsRestored(
const
DtSettingsBackup
* s);
63
64
protected
:
65
DtCigiComponentMappingInterface
&
myMapInterface
;
66
DtMapEditorInterface
&
myEditorInterface
;
67
makArchives::DtCigiComponentClass
myComponentClass
;
68
69
};
70
}
71
72
#endif
Document ID: Generated on Tue Jan 29 18:21:16 EST 2013 from SVN revision 123193
Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (
www.mak.com
)