VR-Forces 5.0.3 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtCigiFontMappingLogic.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 2020 MaK Technologies, Inc.
3 ** All rights reserved.
4 *********************************************************************/
5 
9 
10 #pragma once
11 
13 
14 #include <QtCore/QStringList>
15 
16 namespace makVrv
17 {
18  class DtDe;
19  class DtCigiFontMappingInterface;
20  class DtMapEditorInterface;
21  class DtSharedCigiSettingsManager;
22  class DtPersistenceControlsInterface;
23  class DtSettingsBackup;
24 
29  {
30  public:
33  DtCigiFontMappingInterface* componentMapIf,
34  DtCigiSettingsInterface* settingsIf,
35  DtMapEditorInterface* editorIf,
37 
39  virtual ~DtCigiFontMappingLogic();
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  private:
58 
61 
64  protected:
67  QStringList myPossibleValues;
68  };
69 }
70 
This class provides the logic to handle multiple named CIGI settings, including adding, removing, importing, exporting, renaming, etc. them.
Definition: DtCigiSettingsLogic.h:26
A DtCigiFontMappingInterface provides the interface for a widget that maps font numbers to font strin...
Definition: DtCigiFontMappingInterface.h:20
DtCigiFontMappingInterface & myMapInterface
Definition: DtCigiFontMappingLogic.h:65
A DtCigiSettingsInterface is an abstract interface for a CIGI settings widget. There may be different...
Definition: DtCigiSettingsInterface.h:23
A DtCigiFontMappingLogic object provides the logic for a widget that maps font numbers to Font string...
Definition: DtCigiFontMappingLogic.h:28
QStringList myPossibleValues
Definition: DtCigiFontMappingLogic.h:67
Abstract interface for controlling persistence of state in a dialog.
Definition: DtPersistenceControlsInterface.h:20
#define DT_DLL_VRVCIGIQT
Definition: vrvCigiQt.h:19
Provides a method of doign settings backup.
Definition: DtSettingsBackup.h:23
Interface for a key/value pair editor GUI.
Definition: DtMapEditorInterface.h:19
Contains makVrv::DtCigiSettingsLogic class.
The DtDe is the core component of any VR-Vantage application. It owns a DtRenderer, DtDeCommunicator, as well as a DtDisplay and other things.
Definition: DtDe.h:70
DtMapEditorInterface & myEditorInterface
Definition: DtCigiFontMappingLogic.h:66

Document ID: Generated on Thu Jun 1 17:58:13 EDT 2023 from SVN revision 255404
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)