VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtCigiFontMappingPage.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2021 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
10 
11 #pragma once
12 #include <vrvCigiQt/vrvCigiQt.h>
13 #include <vrvCoreQt/DtPage.h>
14 #include <vrvUtil/templateUtil.h>
15 
16 namespace makVrv
17 {
18  class DtCigiFontMappingWidget;
19 
25  {
26  Q_OBJECT;
27  public:
29  DtCigiFontMappingPage(DtDe& de, QWidget* parent,
30  Qt::WindowFlags f = 0);
31 
33  virtual ~DtCigiFontMappingPage();
34 
36  DtCigiFontMappingPage() = delete;
37 
40 
42  DtCigiFontMappingPage& operator=(const DtCigiFontMappingPage&) = delete;
43 
45  virtual QIcon icon();
46 
49  virtual DtQIconConfigurations qIconConfigurations() const;
50 
52  virtual QString title();
53 
55  virtual const std::string& pageClassName() const;
56 
58  static const std::string& thePageClassName();
59 
60  protected:
62  void setupGui();
63 
65  virtual void activate();
66 
68  virtual void deactivate();
69 
70  protected:
72  };
73 
77  DtCigiFontMappingPageCreator)
78 
79 }
A DtCigiFontMappingWidget provides the actual widget that shows the mapping from font number to strin...
Definition: DtCigiFontMappingWidget.h:25
Contains makVrv::DtPage class.
Contains utility macros and methods for templates.
A DtCigiFontMappingPage is the dialog page that contains the font number to active region string mapp...
Definition: DtCigiFontMappingPage.h:24
Definition: DtPage.h:150
#define DT_DLL_VRVCIGIQT
Definition: vrvCigiQt.h:19
The page is a single widget component which is viewed in a page collection.
Definition: DtPage.h:30
DtCigiFontMappingWidget * myMapWidget
Definition: DtCigiFontMappingPage.h:71
Contains DLL export macros.
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:72
A collection of icon configurations. The collection maintains flags indicating whether to generate ic...
Definition: DtQIconConfiguration.h:131
#define EXPORT_TEMPLATE_TYPEDEF(C, TD)
Definition: templateUtil.h:145

Document ID: Generated on Tue Sep 24 19:28:17 EDT 2024 from SVN revision 269799
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)