VR-Forces 4.8 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtCigiEntityMappingPage.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2014 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 DtCigiEntityMappingWidget;
19 
23  {
24  Q_OBJECT;
25  public:
27  DtCigiEntityMappingPage(DtDe& de,QWidget* parent, Qt::WindowFlags f = 0);
28 
30  virtual ~DtCigiEntityMappingPage();
31 
33  virtual QIcon icon();
34 
36  virtual QString title();
37 
39  virtual const std::string& pageClassName() const;
40 
42  static const std::string& thePageClassName();
43 
44  protected:
45 
47  void setupGui();
48 
50  virtual void activate();
51 
53  virtual void deactivate();
54 
56  virtual void onCurrentInstanceChanged(QString definition);
57 
58  protected:
60  };
61 
65  DtCigiEntityMappingPageCreator)
66 }
Contains makVrv::DtPage class.
Contains utility macros and methods for templates.
Definition: DtPage.h:146
#define DT_DLL_VRVCIGIQT
Definition: vrvCigiQt.h:19
A dialog for configuring the entity type mapping.
Definition: DtCigiEntityMappingPage.h:22
The page is a single widget component which is viewed in a page collection.
Definition: DtPage.h:30
Contains DLL export macros.
DtCigiEntityMappingWidget * myMapWidget
Definition: DtCigiEntityMappingPage.h:59
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69
A DtCigiEntityMappingWidget provides the widget that shows the mapping from entity type to model defi...
Definition: DtCigiEntityMappingWidget.h:29
#define EXPORT_TEMPLATE_TYPEDEF(C, TD)
Definition: templateUtil.h:139

Document ID: Generated on Thu Aug 27 10:56:05 EDT 2020 from SVN revision 217100
Copyright © 2005-2020 MAK Technologies. All Rights Reserved (www.mak.com)