VR-Forces 5.0.3 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtCigiModelStateMappingPage.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2021 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
9 
10 #pragma once
11 #include <vrvCigiQt/vrvCigiQt.h>
12 #include <vrvCoreQt/DtPage.h>
13 #include <vrvUtil/templateUtil.h>
14 
15 
16 namespace makVrv
17 {
18  class DtCigiModelStateMappingWidget;
19 
25  {
26  Q_OBJECT;
27  public:
29  DtCigiModelStateMappingPage(DtDe& de,QWidget* parent,
30  Qt::WindowFlags f = 0);
31 
33  virtual ~DtCigiModelStateMappingPage();
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:
52 
54  void setupGui();
55 
57  virtual void activate();
58 
60  virtual void deactivate();
61 
62  protected:
64  };
65 
69  DtCigiModelStateMappingPageCreator)
70 }
Contains makVrv::DtPage class.
DtCigiModelStateMappingWidget * myMapWidget
Definition: DtCigiModelStateMappingPage.h:63
Contains utility macros and methods for templates.
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
A DtCigiModelStateMappingWidget provides the widget that shows the mapping from component ID to model...
Definition: DtCigiModelStateMappingWidget.h:25
Contains DLL export macros.
A DtCigiModelStateMappingPage is the dialog page that contains the component ID to model state number...
Definition: DtCigiModelStateMappingPage.h:24
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

Document ID: Generated on Thu Jun 1 17:58:13 EDT 2023 from SVN revision 255404
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)