VR-Forces 5.0.2 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtCigiSensorMappingPage.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 DtCigiSensorMappingWidget;
19 
24  {
25  Q_OBJECT;
26  public:
28  DtCigiSensorMappingPage( DtDe& de, QWidget* parent,
29  Qt::WindowFlags f = 0 );
30 
32  virtual ~DtCigiSensorMappingPage();
33 
35  virtual QIcon icon();
36 
39  virtual DtQIconConfigurations qIconConfigurations() const;
40 
42  virtual QString title();
43 
45  virtual const std::string& pageClassName() const;
46 
48  static const std::string& thePageClassName();
49 
50  protected:
52  void setupGui();
53 
55  virtual void activate();
56 
58  virtual void deactivate();
59 
60  protected:
62  };
63 
67  DtCigiSensorMappingPageCreator )
68 }
Contains makVrv::DtPage class.
DtCigiSensorMappingWidget * myMapWidget
Definition: DtCigiSensorMappingPage.h:61
Contains utility macros and methods for templates.
Definition: DtPage.h:150
#define DT_DLL_VRVCIGIQT
Definition: vrvCigiQt.h:19
A DtCigiSensorMappingPage is the dialog page that contains the the sensor ID numbers for CIGI sensor ...
Definition: DtCigiSensorMappingPage.h:23
The page is a single widget component which is viewed in a page collection.
Definition: DtPage.h:30
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:70
A collection of icon configurations. The collection maintains flags indicating whether to generate ic...
Definition: DtQIconConfiguration.h:75
#define EXPORT_TEMPLATE_TYPEDEF(C, TD)
Definition: templateUtil.h:145
A DtCigiSensorMappingWidget provides the actual widget that shows the mapping from sensor number to s...
Definition: DtCigiSensorMappingWidget.h:26

Document ID: Generated on Sun Dec 4 20:22:03 EST 2022 from SVN revision 249613
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)