KIO
kdirlister.h
Go to the documentation of this file.
85 };
393 AllItems = 0,
395 };
542 QT_MOC_COMPAT void deleteItem( const KFileItem &_fileItem ); // KDE5: remove, and port to itemsDeleted
Design of the cache: There is a single KDirListerCache for the whole process.
Definition: kdirlister_p.h:182
Definition: kdirlister_p.h:43
Helper class for the kiojob used to list and update a directory.
Definition: kdirlister.h:58
void speed(int bytes_per_second)
Emitted to display information about the speed of the jobs.
void refreshItems(const QList< QPair< KFileItem, KFileItem > > &items)
Signal an item to refresh (its mimetype/icon/name has changed).
void itemsDeleted(const KFileItemList &items)
Signal that items have been deleted.
void infoMessage(const QString &msg)
Emitted to display information about running jobs.
QT_MOC_COMPAT void deleteItem(const KFileItem &_fileItem)
Signals that an item has been deleted.
void itemsAdded(const KUrl &directoryUrl, const KFileItemList &items)
Signal that new items were found during directory listing.
void processedSize(KIO::filesize_t size)
Regularly emitted to show the progress of this KDirLister.
void completed(const KUrl &_url)
Tell the view that the listing of the directory _url is finished.
void canceled(const KUrl &_url)
Tell the view that the listing of the directory _url was canceled.
void redirection(const KUrl &oldUrl, const KUrl &newUrl)
Signal a redirection.
void itemsFilteredByMime(const KFileItemList &items)
Send a list of items filtered-out by mime-type.
WhichItems
Used by items() and itemsForDir() to specify whether you want all items for a directory or just the f...
Definition: kdirlister.h:392
void percent(int percent)
Progress signal showing the overall progress of the KDirLister.
List of KFileItems, which adds a few helper methods to QList<KFileItem>.
Definition: kfileitem.h:675
A KFileItem is a generic class to handle a file, local or remote.
Definition: kfileitem.h:46
NoFlags
KGuiItem stop()
Reload
Definition: kdirlister_p.h:449
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by doxygen 1.9.6 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by doxygen 1.9.6 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.