VR-Forces 4.1.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrvCigiQt
DtCigiDatabaseMappingLogic.h
Go to the documentation of this file.
1
/*********************************************************************
2
** Copyright (c) 2009 MaK Technologies, Inc.
3
** All rights reserved.
4
*********************************************************************/
5
/*********************************************************************
6
** $RCSfile: DtCigiDatabaseMappingLogic.h,v $ $Revision: 1.1 $ $State: Exp $
7
*********************************************************************/
8
12
13
#ifndef DtCigiDatabaseMappingLogic_H_
14
#define DtCigiDatabaseMappingLogic_H_
15
16
#include <
vrvCigiQt/vrvCigiQt.h
>
17
#include <
vrvCigiQt/DtCigiSettingsLogic.h
>
18
19
#include <QtCore/QStringList>
20
21
namespace
makVrv
22
{
23
class
DtDe;
24
class
DtCigiDatabaseMappingInterface;
25
class
DtMapEditorInterface;
26
class
DtSharedCigiSettingsManager;
27
class
DtPersistenceControlsInterface;
28
class
DtSettingsBackup;
29
33
class
DT_DLL_VRVCIGIQT
DtCigiDatabaseMappingLogic
:
public
DtCigiSettingsLogic
34
{
35
public
:
37
DtCigiDatabaseMappingLogic
(
DtDe
& de,
DtCigiDatabaseMappingInterface
*
38
componentMapIf,
DtCigiSettingsInterface
* settingsIf,
39
DtMapEditorInterface
* editorIf,
40
DtPersistenceControlsInterface
* toolbarIf);
41
43
virtual
~
DtCigiDatabaseMappingLogic
();
44
45
protected
:
47
virtual
void
updateValues();
48
50
virtual
void
on_valueAdded(
const
std::string& key,
const
std::string& value,
int
index);
51
53
virtual
void
on_valueDeleted(
const
std::string& key);
54
56
virtual
void
on_valueRenamed(
const
std::string& oldName,
const
std::string& newName);
57
virtual
void
cigiMappingsRestored(
const
DtSettingsBackup
* s);
58
59
protected
:
60
DtCigiDatabaseMappingInterface
&
myMapInterface
;
61
DtMapEditorInterface
&
myEditorInterface
;
62
QStringList
myPossibleValues
;
63
};
64
}
65
66
#endif
Document ID: Generated on Mon Apr 8 19:24:01 EDT 2013 from SVN revision 125877
Copyright © 2005-2013 VT MÄK. All Rights Reserved (
www.mak.com
)