Solid
frontend/portablemediaplayer.cpp
27 return_SOLID_CALL(Ifaces::PortableMediaPlayer *, d->backendObject(), QStringList(), supportedProtocols());
33 return_SOLID_CALL(Ifaces::PortableMediaPlayer *, d->backendObject(), QStringList(), supportedDrivers(protocol));
39 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 ifaces/portablemediaplayer.h:26
This class implements Portable Media Player device interface and represents a portable media player a...
QVariant driverHandle(const QString &driver) const
Retrieves a driver specific string allowing to access the device.
Definition frontend/portablemediaplayer.cpp:36
~PortableMediaPlayer() override
Destroys a portable media player object.
Definition frontend/portablemediaplayer.cpp:20
Q_D(Todo)
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:14:22 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:14:22 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.