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));
This class implements Portable Media Player device interface and represents a portable media player a...
Definition: portablemediaplayer.h:45
QStringList supportedDrivers
Definition: portablemediaplayer.h:49
QStringList supportedProtocols() const
Retrieves known protocols this device can speak.
QVariant driverHandle(const QString &driver) const
Retrieves a driver specific string allowing to access the device.
Definition: portablemediaplayer.cpp:51
virtual ~PortableMediaPlayer()
Destroys a portable media player object.
Definition: portablemediaplayer.cpp:34
#define return_SOLID_CALL(Type, Object, Default, Method)
Definition: soliddefs_p.h:26
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:23:26 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:23:26 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.