26#include "phonon_export.h"
27#include "objectdescription.h"
29#include <QExplicitlySharedDataPointer>
32template<
class T>
class QList;
61class PHONON_EXPORT Path
63 friend class FactoryPrivate;
100#ifndef QT_NO_PHONON_EFFECT
122 Effect *insertEffect(
const EffectDescription &desc, Effect *insertBefore =
nullptr);
145 bool insertEffect(Effect *newEffect, Effect *insertBefore =
nullptr);
162 bool removeEffect(Effect *effect);
182 bool reconnect(MediaNode *source, MediaNode *sink);
195 Path &operator=(
const Path &p);
210 MediaNode *source()
const;
215 MediaNode *sink()
const;
219 friend class PathPrivate;
234PHONON_EXPORT Path createPath(MediaNode *source, MediaNode *sink);
KIOCORE_EXPORT bool operator!=(const UDSEntry &entry, const UDSEntry &other)
KIOCORE_EXPORT bool operator==(const UDSEntry &entry, const UDSEntry &other)
bool isValid(QStringView ifopt)
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:29:17 by
doxygen 1.12.0 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.