KCoreAddons
knetworkmounts.h
78 ///< Don't check with QFileInfo::isWritable if it is writable, if not yet known, return true.<br>
86 ///< Don't call KFileSystemType::fileSystemType to check if the filesystem is slow, just return true.<br>
90 MediumSideEffectsOptimizations, ///< Don't return project for dir, avoid QFileInfo().absoluteDir()<br>
94 KDirWatchDontAddWatches, ///< Disables dir watching completely for slow paths, avoids stat() calls on added dirs and subdirs
96 };
108 };
118 * This function is also used to determine the filesystem type in @ref KFileSystemType::fileSystemType
214 * There is a direct symbolic link from /home/user/share1 to /mnt/server1/share1. This is of type
@ KDirWatchDontAddWatches
Disables dir watching completely for slow paths, avoids stat() calls on added dirs and subdirs.
Definition knetworkmounts.h:94
@ SymlinkToNetworkMount
Paths which are symbolic links to network mounts.
Definition knetworkmounts.h:106
@ SymlinkDirectory
Paths to directories which contain symbolic links to network mounts.
Definition knetworkmounts.h:105
Q_ENUM(...)
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:08:22 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:08:22 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.