VR-Forces 4.6.1 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtSmokeDefinitionEditorPage.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 #include <vrvCoreQt/DtPage.h>
12 
13 namespace makVrv
14 {
15  class DtElementEditorWidget;
16  class DtPersistenceToolbarWidget;
17 
21  {
22  Q_OBJECT
23 
24  public:
25 
27  DtSmokeDefinitionEditorPage(DtDe& de, QWidget* parent,
28  Qt::WindowFlags f = 0);
29 
31  virtual ~DtSmokeDefinitionEditorPage();
32 
34  virtual QIcon icon();
35 
37  virtual QString title();
38 
40  virtual const std::string& pageClassName() const;
41 
43  static const std::string& thePageClassName();
44 
45  protected:
46 
48  virtual void activate();
49 
51  virtual void deactivate();
52 
55  virtual void askBeforeAction();
56 
58  virtual void onCloseEvent();
59 
61  virtual void onSwitchEvent();
62 
63  protected:
64 
68  };
69 
74 }

Document ID: Generated on Wed Jul 25 16:57:45 EDT 2018 from SVN revision 190790
Copyright © 2005-2018 VT MÄK. All Rights Reserved (www.mak.com)