Solid
storageaccess.cpp
Go to the documentation of this file.
48 connect(backendObject, SIGNAL(teardownDone(Solid::StorageAccess::TeardownResult,QVariant,QString)),
void teardownRequested(const QString &udi)
This signal is emitted when a teardown of this device is requested.
Definition: storageaccess_p.h:28
void setupRequested(const QString &udi)
This signal is emitted when a setup 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 accessibilityChanged(bool accessible, const QString &udi)
This signal is emitted when the accessiblity of this device has changed.
bool isIgnored() const
Indicates if this volume should be ignored by applications.
Definition: storageaccess.cpp:89
This device interface is available on volume devices to access them (i.e.
Definition: storageaccess.h:42
QString filePath() const
Retrieves the absolute path of this volume mountpoint.
void teardownDone(Solid::ErrorType error, QVariant errorData, const QString &udi)
This signal is emitted when the attempted tearing down of this device is completed.
#define return_SOLID_CALL(Type, Object, Default, Method)
Definition: soliddefs_p.h:26
bool connect(const QObject *sender, const char *signal, const QObject *receiver, const char *method, Qt::ConnectionType type)
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:23:26 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:23:26 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.