VR-Forces 4.10 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 #pragma once
7 #include <vrvCigiQt/vrvCigiQt.h>
8 #include <vrvCoreQt/DtPage.h>
9 
10 namespace makVrv
11 {
12  class DtCigiComponentMappingWidget;
13 
18  {
19  Q_OBJECT;
20  public:
22  DtCigiViewComponentMappingPage(DtDe& de,QWidget* parent,
23  Qt::WindowFlags f = 0);
24 
27 
29  virtual QIcon icon();
30 
32  virtual QString title();
33 
35  virtual const std::string& pageClassName() const;
36 
38  static const std::string& thePageClassName();
39 
40  protected:
41  void setupGui();
42 
44  virtual void activate();
45 
47  virtual void deactivate();
48 
49  protected:
51  };
52 
55 }
Contains makVrv::DtPage class.
A DtCigiViewComponentMappingPage is the dialog page that contains the component ID to component mappi...
Definition: DtCigiViewComponentMappingPage.h:17
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
DtCigiComponentMappingWidget * myMapWidget
Definition: DtCigiViewComponentMappingPage.h:50
DtPageCreatorTemplate< DtCigiViewComponentMappingPage > DtCigiViewComponentMappingPageCreator
Definition: DtCigiViewComponentMappingPage.h:54
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:25

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)