Solid
ifaces/portablemediaplayer.h
78Q_DECLARE_INTERFACE(Solid::Ifaces::PortableMediaPlayer, "org.kde.Solid.Ifaces.PortableMediaPlayer/0.1")
Base interface of all the device interfaces.
Definition ifaces/deviceinterface.h:23
This class implements Portable Media Player device interface and represents a portable media player a...
Definition ifaces/portablemediaplayer.h:26
~PortableMediaPlayer() override
Destroys a portable media player object.
Definition ifaces/portablemediaplayer.cpp:9
virtual QStringList supportedDrivers(QString protocol=QString()) const =0
Retrieves known installed device drivers that claim to handle this device using the requested protoco...
virtual QVariant driverHandle(const QString &driver) const =0
Retrieves a driver specific string allowing to access the device.
virtual QStringList supportedProtocols() const =0
Retrieves known protocols this device can speak.
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.