VR-Forces 4.5 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
include
vrvAudioQt
DtEntitySoundEditorWidget.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
#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
NumColumns
30
};
31
32
public
:
37
DtEntitySoundEditorWidget
(
DtDe
& de,
QWidget
* parent = 0,
38
Qt::WindowFlags f = Qt::Widget );
39
41
virtual
~
DtEntitySoundEditorWidget
();
42
44
virtual
void
clearMap();
45
50
virtual
int
addRecord(
const
DtEntitySoundMapRecord
& rec,
int
err = 0 );
51
56
virtual
int
changeRecord(
const
DtEntitySoundMapRecord
& rec,
int
err = 0 );
57
58
protected
slots:
60
virtual
void
onAddEntityClicked();
61
63
virtual
void
onDeleteEntityClicked();
64
68
virtual
void
onItemChanged( QStandardItem* item );
69
};
70
}
71
Document ID: Generated on Thu Mar 23 18:54:12 EDT 2017 from SVN revision 174804
Copyright © 2005-2017 VT MÄK. All Rights Reserved (
www.mak.com
)