VR-Forces 4.8 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 /*********************************************************************
6 ** $RCSfile: DtCigiModelStateMappingPage.h,v $ $Revision: 1.1 $ $State: Exp $
7 *********************************************************************/
8 
12 
13 #pragma once
14 #include <vrvCigiQt/vrvCigiQt.h>
15 #include <vrvCoreQt/DtPage.h>
16 #include <vrvUtil/templateUtil.h>
17 
18 
19 namespace makVrv
20 {
21  class DtCigiModelStateMappingWidget;
22 
28  {
29  Q_OBJECT;
30  public:
32  DtCigiModelStateMappingPage(DtDe& de,QWidget* parent,
33  Qt::WindowFlags f = 0);
34 
36  virtual ~DtCigiModelStateMappingPage();
37 
39  virtual QIcon icon();
40 
42  virtual QString title();
43 
45  virtual const std::string& pageClassName() const;
46 
48  static const std::string& thePageClassName();
49 
50  protected:
51 
53  void setupGui();
54 
56  virtual void activate();
57 
59  virtual void deactivate();
60 
61  protected:
63  };
64 
68  DtCigiModelStateMappingPageCreator)
69 }
Contains makVrv::DtPage class.
DtCigiModelStateMappingWidget * myMapWidget
Definition: DtCigiModelStateMappingPage.h:62
Contains utility macros and methods for templates.
Definition: DtPage.h:146
#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:28
Contains DLL export macros.
A DtCigiModelStateMappingPage is the dialog page that contains the component ID to model state number...
Definition: DtCigiModelStateMappingPage.h:27
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69
#define EXPORT_TEMPLATE_TYPEDEF(C, TD)
Definition: templateUtil.h:139

Document ID: Generated on Thu Aug 27 10:56:05 EDT 2020 from SVN revision 217100
Copyright © 2005-2020 MAK Technologies. All Rights Reserved (www.mak.com)