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 () | |
Creates an empty List. | |
List (const KURL &url) | |
Creates a list that contains the given URL as only item. | |
List (const QStringList &list) | |
Creates a list that contains the URLs from the given list. | |
QStringList | toStringList () const |
Converts the URLs of this list to a list of strings. |
Detailed Description
KURL::List is a QValueList that contains KURLs with a few convenience methods.
- See also:
- KURL
Definition at line 67 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 372 of file kurl.cpp. References QValueList< KURL >::append(). |
|
Creates a list that contains the URLs from the given list.
Definition at line 377 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 387 of file kurl.cpp. References QValueList< KURL >::begin(), QValueList< KURL >::ConstIterator(), and QValueList< KURL >::end(). |
The documentation for this class was generated from the following files: