Solid
portablemediaplayer.cpp
Go to the documentation of this file.
42 return_SOLID_CALL(Ifaces::PortableMediaPlayer *, d->backendObject(), QStringList(), supportedProtocols());
48 return_SOLID_CALL(Ifaces::PortableMediaPlayer *, d->backendObject(), QStringList(), supportedDrivers(protocol));
54 return_SOLID_CALL(Ifaces::PortableMediaPlayer *, d->backendObject(), QVariant(), driverHandle(driver));
QStringList supportedProtocols
Definition portablemediaplayer.h:48
virtual ~PortableMediaPlayer()
Destroys a portable media player object.
Definition portablemediaplayer.cpp:34
QVariant driverHandle(const QString &driver) const
Retrieves a driver specific string allowing to access the device.
Definition portablemediaplayer.cpp:51
QStringList supportedDrivers
Definition portablemediaplayer.h:49
#define return_SOLID_CALL(Type, Object, Default, Method)
Definition soliddefs_p.h:26
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Tue Mar 25 2025 00:00:00 by doxygen 1.14.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Tue Mar 25 2025 00:00:00 by doxygen 1.14.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.