VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtCigiViewComponentMappingPage.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2021 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
6 #pragma once
7 #include <vrvCigiQt/vrvCigiQt.h>
8 #include <vrvCoreQt/DtPage.h>
9 
10 namespace makVrv
11 {
12  class DtCigiComponentMappingWidget;
13 
18  {
19  Q_OBJECT;
20  public:
22  DtCigiViewComponentMappingPage(DtDe& de,QWidget* parent,
23  Qt::WindowFlags f = 0);
24 
27 
29  virtual QIcon icon();
30 
33  virtual DtQIconConfigurations qIconConfigurations() const;
34 
36  virtual QString title();
37 
39  virtual const std::string& pageClassName() const;
40 
42  static const std::string& thePageClassName();
43 
44  protected:
45  void setupGui();
46 
48  virtual void activate();
49 
51  virtual void deactivate();
52 
53  protected:
55  };
56 
59 }
Contains makVrv::DtPage class.
A DtCigiViewComponentMappingPage is the dialog page that contains the component ID to component mappi...
Definition: DtCigiViewComponentMappingPage.h:17
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
DtCigiComponentMappingWidget * myMapWidget
Definition: DtCigiViewComponentMappingPage.h:54
DtPageCreatorTemplate< DtCigiViewComponentMappingPage > DtCigiViewComponentMappingPageCreator
Definition: DtCigiViewComponentMappingPage.h:58
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 DtCigiComponentMappingWidget provides the widget that maps component ID&#39;s to components for a parti...
Definition: DtCigiComponentMappingWidget.h:25
A collection of icon configurations. The collection maintains flags indicating whether to generate ic...
Definition: DtQIconConfiguration.h:131

Document ID: Generated on Wed Mar 27 22:49:11 EDT 2024 from SVN revision 264633
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)