VR-Forces 4.3.1 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
DtDetonationSoundEditorPage.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 <vrvAudioQt/dllExport.h>
13 
14 #include <vrvCoreQt/DtPage.h>
15 
16 namespace makVrv
17 {
18  class DtDe;
19  class DtPersistenceToolbarWidget;
20  class DtDetonationSoundEditorLogic;
21  class DtDetonationSoundEditorWidget;
22 
26  {
27  Q_OBJECT
28 
29  public:
30 
32  DtDetonationSoundEditorPage(DtDe& de, QWidget* parent = 0,
33  Qt::WindowFlags f = Qt::Widget);
34 
36  virtual ~DtDetonationSoundEditorPage();
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 29 00:55:00 EDT 2015 from SVN revision 155257
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)