KDECore
Go to the documentation of this file.
27 #include <QtCore/QStringList>
42 class KDECORE_EXPORT
List :
public QList<Ptr>
70 enum DetailsNeededFlag { BasicInfoNeeded = 0, NeedMountOptions = 1, NeedRealDeviceName = 2 };
71 Q_DECLARE_FLAGS(DetailsNeededFlags, DetailsNeededFlag)
78 static
List possibleMountPoints(DetailsNeededFlags infoNeeded = BasicInfoNeeded);
85 static
List currentMountPoints(DetailsNeededFlags infoNeeded = BasicInfoNeeded);
120 bool probablySlow() const;
142 bool testFileSystemFlag(FileSystemFlag flag)
const;
159 Q_DECLARE_OPERATORS_FOR_FLAGS(KMountPoint::DetailsNeededFlags)
161 #endif // KMOUNTPOINT_H
This file is part of the KDE documentation.
Documentation copyright © 1996-2012 The KDE developers.
Generated on Fri Dec 7 2012 15:57:20 by
doxygen 1.8.1 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.