VR-Forces 4.1.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrvAudioQt
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
14
#include <
vrvAudioQt/DtBaseSoundEditorLogic.h
>
15
16
#include <
vrvUtil/DtSignalConnectionManager.h
>
17
18
namespace
makVrv
19
{
20
class
DtDe;
21
class
DtPersistenceControlsInterface;
22
class
DtBaseSoundEditorInterface;
23
class
DtEntitySoundMapRecord;
24
27
class
DT_DLL_VRVAUDIOQT
DtEntitySoundEditorLogic
28
:
public
DtBaseSoundEditorLogic
29
{
30
public
:
31
33
DtEntitySoundEditorLogic
(
DtDe
& de,
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 Mon Apr 8 19:24:01 EDT 2013 from SVN revision 125877
Copyright © 2005-2013 VT MÄK. All Rights Reserved (
www.mak.com
)