VR-Forces 4.3.1 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
DtDetonationSoundEditorLogic.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>
14 
16 
17 namespace makVrv
18 {
19  class DtDe;
20  class DtPersistenceControlsInterface;
21  class DtBaseSoundEditorInterface;
22  class DtEntitySoundMapRecord;
23 
27  : public DtBaseSoundEditorLogic
28  {
29  public:
30 
33  DtBaseSoundEditorInterface& editorIFace,
34  DtPersistenceControlsInterface& persistenceIFace);
35 
38 
40  virtual void slot_SoundMapRecordChanged(const DtEntitySoundMapRecord& rec);
41  virtual void slot_SoundMapRecordRemoved(const DtEntitySoundMapRecord& rec);
42 
43  protected:
45  virtual void sendSettingsToGui();
46 
49  virtual void connect();
50  };
51 
52 }

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)