KIO
udsentry.h
Go to the documentation of this file.
long long numberValue(uint field, long long defaultValue=0) const
Definition udsentry.cpp:78
@ UDS_ICON_OVERLAY_NAMES
A comma-separated list of supplementary icon overlays which will be added to the list of overlays cre...
Definition udsentry.h:241
@ UDS_HIDDEN
Treat the file as a hidden file (if set to 1) or as a normal file (if set to 0).
Definition udsentry.h:169
@ UDS_LINK_DEST
Name of the file where the link points to Allows to check for a symlink (don't use S_ISLNK !...
Definition udsentry.h:184
@ UDS_LOCAL_PATH
A local file path if the ioslave display files sitting on the local filesystem (but in another hierar...
Definition udsentry.h:166
@ UDS_FILE_TYPE
File type, part of the mode returned by stat (for a link, this returns the file type of the pointed i...
Definition udsentry.h:181
@ UDS_DISPLAY_TYPE
User-readable type of file (if not specified, the mimetype's description is used)
Definition udsentry.h:220
@ UDS_DISPLAY_NAME
If set, contains the label to display instead of the 'real name' in UDS_NAME.
Definition udsentry.h:211
@ UDS_TIME
Indicates that the field represents a time, which is modelled by a long long.
Definition udsentry.h:139
@ UDS_NEPOMUK_QUERY
A serialized Nepomuk::Query::Query which lists the contents of the folder this UDSEntry describes.
Definition udsentry.h:248
@ UDS_DEFAULT_ACL_STRING
The default access control list serialized into a single string.
Definition udsentry.h:206
@ UDS_TARGET_URL
This file is a shortcut or mount, pointing to an URL in a different hierarchy.
Definition udsentry.h:215
@ UDS_EXTRA
Extra data (used only if you specified Columns/ColumnsTypes) KDE 4.0 change: you cannot repeat this e...
Definition udsentry.h:266
@ UDS_EXTRA_END
Extra data (used only if you specified Columns/ColumnsTypes) KDE 4.0 change: you cannot repeat this e...
Definition udsentry.h:270
void insert(uint field, const QString &value)
insert field with numeric value
Definition udsentry.cpp:94
QString defaultValue(const QString &t)
QList< UDSEntry > UDSEntryList
A directory listing is a list of UDSEntry instances.
Definition udsentry.h:294
QDataStream & operator<<(QDataStream &s, const KIO::UDSEntry &a)
Definition udsentry.cpp:133
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 17 2025 00:00:00 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 17 2025 00:00:00 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.