class KFileItemList |
|
List of KFileItems, which adds a few helper
methods to QList |
|
Creates an empty list of file items. |
|
Creates a new KFileItemList from a QList of file items. |
|
|
|
|
|
|
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()) |
|
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()) |
|
|
|
Returns the list of URLs that those items represent |