VR-Forces 4.8 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtAggregateMappingPage.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2010 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 /******************************************************************************
6 ** $RCSfile: DtAggregateMappingPage.h,v $ $Revision: 1.1 $ $State: Exp $
7 ******************************************************************************/
8 
12 
13 #pragma once
14 #include <vrvVrlQt/vrvVrlQt.h>
15 #include <vrvCoreQt/DtPage.h>
16 
17 namespace makVrv
18 {
20  class DtAggregateMappingEditorWidget;
21 
25  {
26  Q_OBJECT
27 
28  public:
30  DtAggregateMappingPage(DtDe& de,QWidget* parent, Qt::WindowFlags f = 0);
31 
33  virtual ~DtAggregateMappingPage();
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 
49  void setupGui();
50 
52  virtual void activate();
53 
55  virtual void deactivate();
56 
59  virtual void askBeforeAction();
60 
62  virtual void onCloseEvent();
63 
65  virtual void onSwitchEvent();
66 
67  protected:
68 
71  };
72 
77 }
Contains makVrv::DtPage class.
#define DT_DLL_VRVVRLQT
Definition: vrvVrlQt.h:19
A widget for editing the aggregate mappings.
Definition: DtAggregateMappingEditorWidget.h:31
Contains DLL export macros.
Definition: DtPage.h:146
Page to set up GUI for editing tactical graphic mappings.
Definition: DtAggregateMappingPage.h:24
The page is a single widget component which is viewed in a page collection.
Definition: DtPage.h:30
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69
bool myShowRememberToSaveDialog
Definition: DtAggregateMappingPage.h:70
DtAggregateMappingEditorWidget * myMapWidget
Definition: DtAggregateMappingPage.h:69
DtPageCreatorTemplate< DtAggregateMappingPage > DtAggregateMappingPageCreator
Creator class for makVrv::DtAggregateMappingPage.
Definition: DtAggregateMappingPage.h:76

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)