VR-Forces 4.6 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtEntitySoundEditorPage.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 DtEntitySoundEditorLogic;
21  class DtEntitySoundEditorWidget;
22 
26  {
27  Q_OBJECT
28 
29  public:
30 
32  DtEntitySoundEditorPage(DtDe& de, QWidget* parent = 0,
33  Qt::WindowFlags f = Qt::Widget);
34 
36  virtual ~DtEntitySoundEditorPage();
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 Thu Apr 12 03:15:37 EDT 2018 from SVN revision 187986
Copyright © 2005-2018 VT MÄK. All Rights Reserved (www.mak.com)