VR-Forces 4.8 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtCigiViewComponentMappingPage.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 2009 MaK Technologies, Inc.
3 ** All rights reserved.
4 *********************************************************************/
5 /*********************************************************************
6 ** $RCSfile: DtCigiViewComponentMappingPage.h,v $ $Revision: 1.1 $ $State: Exp $
7 *********************************************************************/
8 
9 #pragma once
10 #include <vrvCigiQt/vrvCigiQt.h>
11 #include <vrvCoreQt/DtPage.h>
12 
13 namespace makVrv
14 {
15  class DtCigiComponentMappingWidget;
16 
21  {
22  Q_OBJECT;
23  public:
25  DtCigiViewComponentMappingPage(DtDe& de,QWidget* parent,
26  Qt::WindowFlags f = 0);
27 
30 
32  virtual QIcon icon();
33 
35  virtual QString title();
36 
38  virtual const std::string& pageClassName() const;
39 
41  static const std::string& thePageClassName();
42 
43  protected:
44  void setupGui();
45 
47  virtual void activate();
48 
50  virtual void deactivate();
51 
52  protected:
54  };
55 
58 }
Contains makVrv::DtPage class.
A DtCigiViewComponentMappingPage is the dialog page that contains the component ID to component mappi...
Definition: DtCigiViewComponentMappingPage.h:20
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
DtCigiComponentMappingWidget * myMapWidget
Definition: DtCigiViewComponentMappingPage.h:53
DtPageCreatorTemplate< DtCigiViewComponentMappingPage > DtCigiViewComponentMappingPageCreator
Definition: DtCigiViewComponentMappingPage.h:57
Contains DLL export macros.
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69
A DtCigiComponentMappingWidget provides the widget that maps component ID&#39;s to components for a parti...
Definition: DtCigiComponentMappingWidget.h:28

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)