VR-Forces 4.1 Class Documentation
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:
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  };
57 
62 }

Document ID: Generated on Tue Jan 29 18:21:16 EST 2013 from SVN revision 123193
Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (www.mak.com)