VR-Forces 4.10 Class Documentation
 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) 2020 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 
48  virtual QString title();
49 
51  virtual const std::string& pageClassName() const;
52 
54  static const std::string& thePageClassName();
55 
56  protected:
58  void setupGui();
59 
61  virtual void activate();
62 
64  virtual void deactivate();
65 
66  protected:
68  };
69 
73  DtCigiFontMappingPageCreator)
74 
75 }
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:143
#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:27
DtCigiFontMappingWidget * myMapWidget
Definition: DtCigiFontMappingPage.h:67
Contains DLL export macros.
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69
#define EXPORT_TEMPLATE_TYPEDEF(C, TD)
Definition: templateUtil.h:145

Document ID: Generated on Tue Sep 21 17:42:52 EDT 2021 from SVN revision 234861
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)