VR-Forces 4.10 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtCigiLightPointGroupMappingPage.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 2017 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 DtCigiLightPointGroupMappingWidget;
19 
24  {
25  Q_OBJECT;
26  public:
28  DtCigiLightPointGroupMappingPage(DtDe& de, QWidget* parent,
29  Qt::WindowFlags f = 0);
30 
33 
35  virtual QIcon icon();
36 
38  virtual QString title();
39 
41  virtual const std::string& pageClassName() const;
42 
44  static const std::string& thePageClassName();
45 
46  protected:
48  void setupGui();
49 
51  virtual void activate();
52 
54  virtual void deactivate();
55 
56  protected:
58  };
59 
63  DtCigiLightPointGroupMappingPageCreator)
64 
65 }
A DtCigiLightPointGroupMappingWidget provides the actual widget that shows the mapping from light poi...
Definition: DtCigiLightPointGroupMappingWidget.h:25
Contains makVrv::DtPage class.
Contains utility macros and methods for templates.
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
Contains DLL export macros.
DtCigiLightPointGroupMappingWidget * myMapWidget
Definition: DtCigiLightPointGroupMappingPage.h:57
A DtCigiLightPointGroupMappingPage is the dialog page that contains the light point group number to l...
Definition: DtCigiLightPointGroupMappingPage.h:23
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)