KIO
KFileItemList Class Reference
#include <kfileitem.h>
Inheritance diagram for KFileItemList:

Detailed Description
List of KFileItems, which adds a few helper methods to QList<KFileItem>.Definition at line 596 of file kfileitem.h.
Public Member Functions | |
KFileItem | findByName (const QString &fileName) const |
KFileItem | findByUrl (const KUrl &url) const |
KFileItemList (const QList< KFileItem > &items) | |
KFileItemList () | |
KUrl::List | urlList () const |
Constructor & Destructor Documentation
KFileItemList::KFileItemList | ( | ) |
Creates a new KFileItemList from a QList of file items
.
Definition at line 1325 of file kfileitem.cpp.
Member Function Documentation
Find a KFileItem by name and return it.
- Returns:
- the item with the given name, or a null-item if none was found (see KFileItem::isNull())
Definition at line 1330 of file kfileitem.cpp.
Find a KFileItem by URL and return it.
- Returns:
- the item with the given URL, or a null-item if none was found (see KFileItem::isNull())
Definition at line 1342 of file kfileitem.cpp.
KUrl::List KFileItemList::urlList | ( | ) | const |
The documentation for this class was generated from the following files: