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
DtFireSoundSelectionDialog.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/DtEntitySoundSelectionDialog.h
>
14
15
#include <QtWidgets/QStyledItemDelegate>
16
17
class
QSpinBox
;
18
class
QModelIndex;
19
class
QString;
20
class
QStyleOptionViewItem;
21
22
23
namespace
makVrv
24
{
25
26
29
class
DT_DLL_VRVAUDIOQT
DtFireSoundSelectionDialog
30
:
public
DtEntitySoundSelectionDialog
31
{
32
Q_OBJECT;
33
34
public
:
42
DtFireSoundSelectionDialog
(
43
DtDe
& de,
44
const
QString& entity = QString(
"-1:-1:-1:-1:-1:-1:-1"
),
45
const
QString&
filename
= QString(
""
),
46
float
falloff = 10.0,
47
QWidget* parent = NULL,
48
Qt::WindowFlags flags = Qt::Widget | Qt::Tool );
49
51
virtual
~
DtFireSoundSelectionDialog
();
52
53
private
:
55
void
setupGui();
56
57
private
:
58
};
59
60
64
class
DtSoundChannelWidgetDelegate
:
public
QStyledItemDelegate
65
{
67
virtual
~DtSoundChannelWidgetDelegate
();
68
69
protected
:
76
virtual
QWidget*
createEditor
( QWidget* parent,
77
const
QStyleOptionViewItem& option,
const
QModelIndex& index )
const
;
78
79
public
:
81
static
const
int
MinimumChannel
;
82
84
static
const
int
MaximumChannel
;
85
86
};
87
}
88
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
)