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 398 of file kurl.cpp. References QValueList< KURL >::append(). | 
| 
 | 
| Creates a list that contains the URLs from the given list. 
 
 Definition at line 403 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 413 of file kurl.cpp. References QValueList< KURL >::begin(), and QValueList< KURL >::end(). | 
The documentation for this class was generated from the following files:

