VR-Forces 4.7 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtEntitySoundEditorLogic.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 
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 Fri Apr 26 21:53:14 EDT 2019 from SVN revision 197883
Copyright © 2005-2019 VT MAK. All Rights Reserved (www.mak.com)