VR-Forces 4.10 Class Documentation
 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) 2009 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 
39  virtual QString title();
40 
42  virtual const std::string& pageClassName() const;
43 
45  static const std::string& thePageClassName();
46 
47  protected:
48 
50  void setupGui();
51 
53  virtual void activate();
54 
56  virtual void deactivate();
57 
58  protected:
60  };
61 
65  DtCigiModelStateMappingPageCreator)
66 }
Contains makVrv::DtPage class.
DtCigiModelStateMappingWidget * myMapWidget
Definition: DtCigiModelStateMappingPage.h:59
Contains utility macros and methods for templates.
Definition: DtPage.h:143
#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:27
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.
Definition: DtDe.h:69
#define EXPORT_TEMPLATE_TYPEDEF(C, TD)
Definition: templateUtil.h:145

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)