KIO
udsentry.h
72 * QDateTime mtime = QDateTime::fromSecsSinceEpoch(entry.numberValue(KIO::UDSEntry::UDS_MODIFICATION_TIME, 0));
149 KIOCORE_DEPRECATED_VERSION(5, 48, "Use UDSEntry::fastInsert(uint, const QString &) or UDSEntry::replace(uint, const QString &)")
160 KIOCORE_DEPRECATED_VERSION(5, 48, "Use UDSEntry::fastInsert(uint, long long) or UDSEntry::replace(uint, long long)")
165 * insert field with string value, it will assert if the field is already inserted. In that case, use replace() instead.
173 * insert field with numeric value, it will assert if the field is already inserted. In that case, use replace() instead.
221 UDS_STRING = 0x01000000,
223 UDS_NUMBER = 0x02000000,
225 UDS_TIME = 0x04000000 | UDS_NUMBER,
230 UDS_SIZE = 1 | UDS_NUMBER,
232 UDS_SIZE_LARGE = 2 | UDS_NUMBER,
234 UDS_USER = 3 | UDS_STRING,
237 UDS_ICON_NAME = 4 | UDS_STRING,
239 UDS_GROUP = 5 | UDS_STRING,
249 UDS_NAME = 6 | UDS_STRING,
252 UDS_LOCAL_PATH = 7 | UDS_STRING,
255 UDS_HIDDEN = 8 | UDS_NUMBER,
257 UDS_ACCESS = 9 | UDS_NUMBER,
259 UDS_MODIFICATION_TIME = 10 | UDS_TIME,
261 UDS_ACCESS_TIME = 11 | UDS_TIME,
263 UDS_CREATION_TIME = 12 | UDS_TIME,
267 UDS_FILE_TYPE = 13 | UDS_NUMBER,
270 UDS_LINK_DEST = 14 | UDS_STRING,
276 UDS_URL = 15 | UDS_STRING,
278 UDS_MIME_TYPE = 16 | UDS_STRING,
282 UDS_GUESSED_MIME_TYPE = 17 | UDS_STRING,
284 UDS_XML_PROPERTIES = 18 | UDS_STRING,
287 UDS_EXTENDED_ACL = 19 | UDS_NUMBER,
289 UDS_ACL_STRING = 20 | UDS_STRING,
292 UDS_DEFAULT_ACL_STRING = 21 | UDS_STRING,
297 UDS_DISPLAY_NAME = 22 | UDS_STRING,
301 UDS_TARGET_URL = 23 | UDS_STRING,
306 UDS_DISPLAY_TYPE = 24 | UDS_STRING,
315 UDS_ICON_OVERLAY_NAMES = 26 | UDS_STRING,
323 UDS_COMMENT = 28 | UDS_STRING,
327 UDS_DEVICE_ID = 29 | UDS_NUMBER,
330 UDS_INODE = 30 | UDS_NUMBER,
334 UDS_RECURSIVE_SIZE = 31 | UDS_NUMBER,
339 UDS_EXTRA = 100 | UDS_STRING,
343 UDS_EXTRA_END = 140 | UDS_STRING,
KCALENDARCORE_EXPORT QDataStream & operator<<(QDataStream &out, const KCalendarCore::Alarm::Ptr &)
Definition: udsentry.h:77
KCALENDARCORE_EXPORT QDataStream & operator>>(QDataStream &in, const KCalendarCore::Alarm::Ptr &)
Definition: ksslerroruidata.h:17
bool operator==(const Qt3DRender::QGraphicsApiFilter &reference, const Qt3DRender::QGraphicsApiFilter &sample)
bool operator!=(const Qt3DRender::QGraphicsApiFilter &reference, const Qt3DRender::QGraphicsApiFilter &sample)
QList< UDSEntry > UDSEntryList
A directory listing is a list of UDSEntry instances.
Definition: udsentry.h:392
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Thu Nov 30 2023 03:52:32 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Thu Nov 30 2023 03:52:32 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.