VR-Forces 5.0.1 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtCigiFontMappingWidget.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
13 #include <QtWidgets/QWidget>
14 
15 class QDialogButtonBox;
16 
17 namespace makVrv
18 {
19  class DtMapEditorWidget;
20  class DtCigiFontMappingLogic;
21 
27  {
28  Q_OBJECT;
29  public:
31  DtCigiFontMappingWidget(DtDe& de, QWidget* parent, const QString& pageTitle);
32 
34  virtual ~DtCigiFontMappingWidget();
35 
37  void askUserForFontMapping();
38 
39  protected:
41  void setupGui();
42  private:
45 
48  protected:
51  QDialogButtonBox* myAddButtons;
52  };
53 }
A DtCigiFontMappingInterface provides the interface for a widget that maps font numbers to font strin...
Definition: DtCigiFontMappingInterface.h:20
A DtCigiFontMappingWidget provides the actual widget that shows the mapping from font number to strin...
Definition: DtCigiFontMappingWidget.h:25
DtMapEditorWidget * myMapWidget
Definition: DtCigiFontMappingWidget.h:50
A DtCigiFontMappingLogic object provides the logic for a widget that maps font numbers to Font string...
Definition: DtCigiFontMappingLogic.h:28
#define DT_DLL_VRVCIGIQT
Definition: vrvCigiQt.h:19
Contains makVrv::DtCigiFontMappingInterface class.
A widget for editing a map.
Definition: DtMapEditorWidget.h:36
The DtCigiSettingsWidget provides the widget that manages named settings. This widget is responsible ...
Definition: DtCigiSettingsWidget.h:19
DtCigiFontMappingLogic * myLogic
Definition: DtCigiFontMappingWidget.h:49
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
QDialogButtonBox * myAddButtons
Definition: DtCigiFontMappingWidget.h:51

Document ID: Generated on Mon Jun 20 00:38:30 EDT 2022 from SVN revision 244029
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)