Solid
frontend/opticaldrive.h
Type
This enum type defines the type of device interface that a Device can have.
Definition frontend/deviceinterface.h:50
This class allows applications to deal with devices available in the underlying system.
Definition frontend/device.h:34
QFlags< MediumType > MediumTypes
Stores a combination of MediumType values.
Definition frontend/opticaldrive.h:87
static Type deviceInterfaceType()
Get the Solid::DeviceInterface::Type of the OpticalDrive device interface.
Definition frontend/opticaldrive.h:113
void ejectDone(Solid::ErrorType error, QVariant errorData, const QString &udi)
This signal is emitted when the attempted eject process on this drive is completed.
MediumType
This enum type defines the type of medium an optical drive supports.
Definition frontend/opticaldrive.h:63
void ejectRequested(const QString &udi)
This signal is emitted when eject on this drive is requested.
void ejectPressed(const QString &udi)
This signal is emitted when the eject button is pressed on the drive.
QObject(QObject *parent)
Q_FLAG(...)
Q_OBJECTQ_OBJECT
Q_PROPERTY(...)
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Feb 21 2025 11:55:36 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Feb 21 2025 11:55:36 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.