VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtCigiSensorComponentMappingPage.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2021 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 DtCigiComponentMappingWidget;
19 
25  {
26  Q_OBJECT;
27  public:
29  DtCigiSensorComponentMappingPage( DtDe& de, QWidget* parent,
30  Qt::WindowFlags f = 0 );
31 
34 
36  virtual QIcon icon();
37 
40  virtual DtQIconConfigurations qIconConfigurations() const;
41 
43  virtual QString title();
44 
46  virtual const std::string& pageClassName() const;
47 
49  static const std::string& thePageClassName();
50 
51  protected:
53  void setupGui();
54 
56  virtual void activate();
57 
59  virtual void deactivate();
60 
61  protected:
63  };
64 
68  DtCigiSensorComponentMappingPageCreator )
69 }
DtCigiComponentMappingWidget * myMapWidget
Definition: DtCigiSensorComponentMappingPage.h:62
Contains makVrv::DtPage class declaration.
Contains utility macros and methods for templates.
Definition: DtPage.h:181
#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:51
A DtCigiSensorComponentMappingPage is the dialog page that is used to specify mappings for sensor com...
Definition: DtCigiSensorComponentMappingPage.h:24
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:76
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
#define EXPORT_TEMPLATE_TYPEDEF(C, TD)
Definition: templateUtil.h:145

Document ID: Generated on Thu Oct 23 22:29:17 EDT 2025 from SVN revision 280951
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)