Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qquicksoundeffect_p.h
Go to the documentation of this file.
1
// Copyright (C) 2022 The Qt Company Ltd.
2
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
3
4
#
ifndef
QQUICKSOUNDEFFECT_H
5
#
define
QQUICKSOUNDEFFECT_H
6
7
//
8
// W A R N I N G
9
// -------------
10
//
11
// This file is not part of the Qt API. It exists for the convenience
12
// of other Qt classes. This header file may change from version to
13
// version without notice, or even be removed.
14
//
15
// We mean it.
16
//
17
18
#
include
<
QSoundEffect
>
19
#
include
<
QtQml
/
qqml
.
h
>
20
#
include
<
qtmultimediaquickexports
.
h
>
21
#
include
<
qurl
.
h
>
22
23
QT_BEGIN_NAMESPACE
24
25
class
Q_MULTIMEDIAQUICK_EXPORT
QQuickSoundEffect
:
public
QSoundEffect
26
{
27
Q_OBJECT
28
QML_NAMED_ELEMENT(SoundEffect)
29
30
public
:
31
QQuickSoundEffect(QObject *parent =
nullptr
);
32
};
33
34
QT_END_NAMESPACE
35
36
#
endif
QQuickSoundEffect
Definition
qquicksoundeffect_p.h:26
QT_BEGIN_NAMESPACE
Combined button and popup list for selecting options.
Definition
qrandomaccessasyncfile_darwin.mm:17
qtmultimedia
src
multimediaquick
qquicksoundeffect_p.h
Generated on
for Qt by
1.16.1