VR-Forces 4.6.1 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtFireSoundEditorPage.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2017 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
9 
10 #pragma once
11 
12 #include <vrvAudioQt/dllExport.h>
13 
14 #include <vrvCoreQt/DtPage.h>
15 
16 namespace makVrv
17 {
18  class DtDe;
19  class DtPersistenceToolbarWidget;
20  class DtFireSoundEditorLogic;
21  class DtFireSoundEditorWidget;
22 
26  {
27  Q_OBJECT
28 
29  public:
30 
32  DtFireSoundEditorPage(DtDe& de, QWidget* parent = 0,
33  Qt::WindowFlags f = Qt::Widget);
34 
36  virtual ~DtFireSoundEditorPage();
37 
40 
43  virtual void activate();
44 
47  virtual void deactivate();
48 
51  virtual QIcon icon();
52 
55  virtual QString title();
56 
59  virtual const std::string& pageClassName() const;
60 
62 
64  static const std::string& thePageClassName();
65 
66  private:
69  void setupGui();
70 
71  protected:
72 
76 
77  };
78 
83 }

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)