VR-Forces 4.7 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
include
vrvAudioQt
DtEntitySoundEditorWidget.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
#include <
vrvAudioQt/DtBaseSoundEditorWidget.h
>
14
15
namespace
makVrv
16
{
19
class
DT_DLL_VRVAUDIOQT
DtEntitySoundEditorWidget
20
:
public
DtBaseSoundEditorWidget
21
{
22
Q_OBJECT;
23
25
enum
Columns
26
{
27
EntityCol
,
28
WaveFileCol
,
29
DecibelSizeCol
,
30
NumColumns
31
};
32
33
public
:
38
DtEntitySoundEditorWidget
(
DtDe
& de, QWidget* parent = 0,
39
Qt::WindowFlags f = Qt::Widget );
40
42
virtual
~
DtEntitySoundEditorWidget
();
43
45
virtual
void
clearMap();
46
51
virtual
int
addRecord(
const
DtEntitySoundMapRecord
& rec,
int
err = 0 );
52
57
virtual
int
changeRecord(
const
DtEntitySoundMapRecord
& rec,
int
err = 0 );
58
59
protected
slots:
61
virtual
void
onAddEntityClicked();
62
64
virtual
void
onDeleteEntityClicked();
65
69
virtual
void
onItemChanged( QStandardItem* item );
70
};
71
}
72
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
)