VR-Forces 4.6 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 }

Document ID: Generated on Thu Apr 12 03:15:37 EDT 2018 from SVN revision 187986
Copyright © 2005-2018 VT MÄK. All Rights Reserved (www.mak.com)