Solid
Go to the documentation of this file.
21 #ifndef SOLID_STORAGEVOLUME_H
22 #define SOLID_STORAGEVOLUME_H
24 #include <solid/solid_export.h>
30 class StorageVolumePrivate;
43 Q_PROPERTY(
bool ignored READ isIgnored)
45 Q_PROPERTY(QString fsType READ fsType)
46 Q_PROPERTY(QString label READ label)
47 Q_PROPERTY(QString uuid READ uuid)
48 Q_PROPERTY(qulonglong size READ size)
62 enum
UsageType { Other = 0, Unused = 1, FileSystem = 2, PartitionTable = 3, Raid = 4, Encrypted = 5 };
101 bool isIgnored()
const;
109 UsageType usage()
const;
119 QString fsType()
const;
126 QString label()
const;
138 QString uuid()
const;
145 qulonglong size()
const;
153 Device encryptedContainer()
const;
163 #endif // SOLID_STORAGEVOLUME_H
This file is part of the KDE documentation.
Documentation copyright © 1996-2013 The KDE developers.
Generated on Tue Apr 16 2013 19:13:06 by
doxygen 1.8.3.1 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.