VR-Forces 4.1.1 Class Documentation
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 
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 
53  protected:
54 
57  };
58 
63 }

Document ID: Generated on Mon Apr 8 19:24:01 EDT 2013 from SVN revision 125877
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)