KURL::List Class Reference
KURL::List is a QValueList that contains KURLs with a few convenience methods. More...
#include <kurl.h>
Inheritance diagram for KURL::List:

Public Member Functions | |
List () | |
List (const KURL &url) | |
List (const QStringList &list) | |
QStringList | toStringList () const |
Detailed Description
KURL::List is a QValueList that contains KURLs with a few convenience methods.
- See also:
- KURL
Definition at line 165 of file kurl.h.
Constructor & Destructor Documentation
|
Creates an empty List.
|
|
Creates a list that contains the given URL as only item.
Definition at line 399 of file kurl.cpp. References QValueList< KURL >::append(). |
|
Creates a list that contains the URLs from the given list.
Definition at line 404 of file kurl.cpp. References QValueList< KURL >::append(), and KURL::KURL(). |
Member Function Documentation
|
Converts the URLs of this list to a list of strings.
Definition at line 414 of file kurl.cpp. References QValueList< KURL >::begin(), and QValueList< KURL >::end(). |
The documentation for this class was generated from the following files: