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
DtCigiLightPointGroupMappingLogic.h
Go to the documentation of this file.
1
/*********************************************************************
2
** Copyright (c) 2017 MaK Technologies, Inc.
3
** All rights reserved.
4
*********************************************************************/
5
9
10
#pragma once
11
12
#include <
vrvCigiQt/DtCigiSettingsLogic.h
>
13
14
#include <QtCore/QStringList>
15
16
namespace
makVrv
17
{
18
class
DtDe;
19
class
DtCigiLightPointGroupMappingInterface;
20
class
DtMapEditorInterface;
21
class
DtSharedCigiSettingsManager;
22
class
DtPersistenceControlsInterface;
23
class
DtSettingsBackup;
24
29
class
DT_DLL_VRVCIGIQT
DtCigiLightPointGroupMappingLogic
:
public
DtCigiSettingsLogic
30
{
31
public
:
33
DtCigiLightPointGroupMappingLogic
(
DtDe
& de,
DtCigiLightPointGroupMappingInterface
*
34
componentMapIf,
DtCigiSettingsInterface
* settingsIf,
35
DtMapEditorInterface
* editorIf,
36
DtPersistenceControlsInterface
* toolbarIf);
37
39
virtual
~
DtCigiLightPointGroupMappingLogic
();
40
41
protected
:
43
virtual
void
updateValues();
44
46
virtual
void
on_valueAdded(
const
std::string& key,
const
std::string& value,
int
index);
47
49
virtual
void
on_valueDeleted(
const
std::string& key);
50
52
virtual
void
on_valueRenamed(
const
std::string& oldName,
const
std::string& newName);
53
virtual
void
cigiMappingsRestored(
const
DtSettingsBackup
* s);
54
55
protected
:
56
DtCigiLightPointGroupMappingInterface
&
myMapInterface
;
57
DtMapEditorInterface
&
myEditorInterface
;
58
QStringList
myPossibleValues
;
59
};
60
}
61
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
)