Solid
storageaccess.h
Go to the documentation of this file.
Type
This enum type defines the type of device interface that a Device can have.
Definition deviceinterface.h:67
DeviceInterface(DeviceInterfacePrivate &dd, QObject *backendObject)
Definition deviceinterface.cpp:29
This class allows applications to deal with devices available in the underlying system.
Definition device.h:49
void setupRequested(const QString &udi)
This signal is emitted when a setup of this device is requested.
static Type deviceInterfaceType()
Get the Solid::DeviceInterface::Type of the StorageAccess device interface.
Definition storageaccess.h:75
void accessibilityChanged(bool accessible, const QString &udi)
This signal is emitted when the accessiblity of this device has changed.
void teardownRequested(const QString &udi)
This signal is emitted when a teardown of this device is requested.
void teardownDone(Solid::ErrorType error, QVariant errorData, const QString &udi)
This signal is emitted when the attempted tearing down of this device is completed.
bool isIgnored() const
Indicates if this volume should be ignored by applications.
Definition storageaccess.cpp:89
void setupDone(Solid::ErrorType error, QVariant errorData, const QString &udi)
This signal is emitted when the attempted setting up of this device is completed.
Definition acadapter.h:29
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.13.2 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.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.