Solid
8#ifndef SOLID_HARDWARE_H
9#define SOLID_HARDWARE_H
11#include <QCoreApplication>
14#include <solid/storageaccess.h>
21 SolidHardware(
int &argc,
char **argv)
27 bool hwList(
bool interfaces,
bool system);
28 bool hwCapabilities(
const QString &udi);
29 bool hwProperties(
const QString &udi);
30 bool hwQuery(
const QString &parentUdi,
const QString &query);
32 bool monitor(
const QString &udi);
34 enum VolumeCallType { Mount, Unmount, Eject, CanCheck, Check, CanRepair, Repair };
35 bool hwVolumeCall(VolumeCallType type,
const QString &udi);
40 QString m_errorString;
43 void slotStorageResult(Solid::ErrorType error,
const QVariant &errorData);
44 void deviceAdded(
const QString &udi);
45 void deviceRemoved(
const QString &udi);
46 void slotStorageCheckResult(Solid::ErrorType error,
const QVariant &errorData,
const QString &udi);
QCoreApplication(int &argc, char **argv)
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
KDE's Doxygen guidelines are available online.