Main Page   Modules   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   Related Pages  

KURL::List Class Reference

#include <kurl.h>

Inheritance diagram for KURL::List:

List of all members.

Public Methods

 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 , QValueList

Definition at line 67 of file kurl.h.


Constructor & Destructor Documentation

KURL::List::List   [inline]
 

Creates an empty List.

Definition at line 73 of file kurl.h.

KURL::List::List const KURL   url
 

Creates a list that contains the given URL as only item.

Parameters:
url  the url to add.

KURL::List::List const QStringList &    list
 

Creates a list that contains the URLs from the given list.

Parameters:
list  the list containing the URLs as strings


Member Function Documentation

QStringList KURL::List::toStringList  
 

Converts the URLs of this list to a list of strings.

Returns:
the list of strings


The documentation for this class was generated from the following file:
Generated on Wed Aug 13 23:30:27 2003 for kdelibs by doxygen1.2.18