VR-Forces 4.3 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
DtEntitySoundEditorLogic.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 
15 
17 
18 namespace makVrv
19 {
20  class DtDe;
21  class DtPersistenceControlsInterface;
22  class DtBaseSoundEditorInterface;
23  class DtEntitySoundMapRecord;
24 
28  : public DtBaseSoundEditorLogic
29  {
30  public:
31 
34  DtBaseSoundEditorInterface& editorIFace,
35  DtPersistenceControlsInterface& persistenceIFace);
36 
38  virtual ~DtEntitySoundEditorLogic();
39 
41  virtual void slot_SoundMapRecordChanged(const DtEntitySoundMapRecord& rec);
42  virtual void slot_SoundMapRecordRemoved(const DtEntitySoundMapRecord& rec);
43 
44  protected:
46  virtual void sendSettingsToGui();
47 
50  virtual void connect();
51  };
52 
53 }

Document ID: Generated on Wed Mar 11 21:20:57 EDT 2015 from SVN revision 150940
Copyright © 2005-2014 VT MÄK. All Rights Reserved (www.mak.com)