Solid
frontend/storageaccess.h
Type
This enum type defines the type of device interface that a Device can have.
Definition frontend/deviceinterface.h:50
SOLID_NO_EXPORT DeviceInterface(DeviceInterfacePrivate &dd, QObject *backendObject)
Definition frontend/deviceinterface.cpp:14
This class allows applications to deal with devices available in the underlying system.
Definition frontend/device.h:34
void repairDone(Solid::ErrorType error, QVariant errorData, const QString &udi)
This signal is emitted when the attempted repaired of this device is completed.
bool isEncrypted() const
Checks if source of the storage is encrypted.
Definition frontend/storageaccess.cpp:85
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 frontend/storageaccess.h:63
void accessibilityChanged(bool accessible, const QString &udi)
This signal is emitted when the accessiblity of this device has changed.
void checkDone(Solid::ErrorType error, QVariant errorData, const QString &udi)
This signal is emitted when the attempted check of this device is completed.
void teardownRequested(const QString &udi)
This signal is emitted when a teardown of this device is requested.
bool isAccessible() const
Indicates if this volume is mounted.
Definition frontend/storageaccess.cpp:55
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 frontend/storageaccess.cpp:79
void checkRequested(const QString &udi)
This signal is emitted when a check of this device is requested.
void setupDone(Solid::ErrorType error, QVariant errorData, const QString &udi)
This signal is emitted when the attempted setting up of this device is completed.
void repairRequested(const QString &udi)
This signal is emitted when a repair of this device is requested.
QObject(QObject *parent)
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.