VR-Forces 4.6 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtTacticalSmokeMappingPage.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2012 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
9 
10 #pragma once
11 
12 #include <vrvVrlQt/vrvVrlQt.h>
13 #include <vrvCoreQt/DtPage.h>
14 
15 namespace makVrv
16 {
17  class DtEntityMappingEditorWidget;
18 
22  {
23  Q_OBJECT;
24  public:
26  DtTacticalSmokeMappingPage(DtDe& de,QWidget* parent,
27  Qt::WindowFlags f = 0);
28 
30  virtual ~DtTacticalSmokeMappingPage();
31 
33  virtual QIcon icon();
34 
36  virtual QString title();
37 
39  virtual const std::string& pageClassName() const;
40 
42  static const std::string& thePageClassName();
43 
44  protected:
45 
46  void setupGui();
47 
49  virtual void activate();
50 
52  virtual void deactivate();
53 
56  virtual void askBeforeAction();
57 
59  virtual void onCloseEvent();
60 
62  virtual void onSwitchEvent();
63 
66  };
67 
72 }

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)