Solid
Go to the documentation of this file.
25 #include <solid/ifaces/storagevolume.h>
28 Solid::StorageVolume::StorageVolume(
QObject *backendObject)
29 : DeviceInterface(*new StorageVolumePrivate(), backendObject)
46 return_SOLID_CALL(Ifaces::StorageVolume *, d->backendObject(),
true, isIgnored());
57 Q_D(
const StorageVolume);
58 return_SOLID_CALL(Ifaces::StorageVolume *, d->backendObject(), QString(), fsType());
63 Q_D(
const StorageVolume);
64 return_SOLID_CALL(Ifaces::StorageVolume *, d->backendObject(), QString(), label());
69 Q_D(
const StorageVolume);
70 return_SOLID_CALL(Ifaces::StorageVolume *, d->backendObject(), QString(), uuid().toLower());
75 Q_D(
const StorageVolume);
83 Ifaces::StorageVolume *iface
84 = qobject_cast<Ifaces::StorageVolume*>(d->backendObject());
87 return Device(iface->encryptedContainerUdi());
93 #include "storagevolume.moc"
This file is part of the KDE documentation.
Documentation copyright © 1996-2013 The KDE developers.
Generated on Tue Jul 23 2013 20:31:42 by
doxygen 1.8.1.1 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.