VR-Forces 4.10 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtCigiSystemComponentMappingPage.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
11 #include <vrvCigiQt/vrvCigiQt.h>
12 #include <vrvCoreQt/DtPage.h>
13 
14 namespace makVrv
15 {
16  class DtCigiComponentMappingWidget;
17 
22  {
23  Q_OBJECT;
24  public:
26  DtCigiSystemComponentMappingPage(DtDe& de,QWidget* parent,
27  Qt::WindowFlags f = 0);
28 
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 
55  protected:
57  };
58 
63 }
Contains makVrv::DtPage class.
Definition: DtPage.h:143
#define DT_DLL_VRVCIGIQT
Definition: vrvCigiQt.h:19
A DtCigiSystemComponentMappingPage is the dialog page that contains the component ID to component map...
Definition: DtCigiSystemComponentMappingPage.h:21
DtCigiComponentMappingWidget * myMapWidget
Definition: DtCigiSystemComponentMappingPage.h:56
The page is a single widget component which is viewed in a page collection.
Definition: DtPage.h:27
Contains DLL export macros.
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69
A DtCigiComponentMappingWidget provides the widget that maps component ID&#39;s to components for a parti...
Definition: DtCigiComponentMappingWidget.h:25
DtPageCreatorTemplate< DtCigiSystemComponentMappingPage > DtCigiSystemComponentMappingPageCreator
Creator class for makVrv::DtCigiSystemComponentMappingPage.
Definition: DtCigiSystemComponentMappingPage.h:62

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)