class List

KURL::List is a QValueList that contains KURLs with a few convenience methods. More...

Full nameKURL::List
Definition#include <kurl.h>
InheritsQValueList (qt) [public ]
List of all Methods
Annotated List
Files
Globals
Hierarchy
Index

Public Methods


Detailed Description

KURL::List is a QValueList that contains KURLs with a few convenience methods.

See also: KURL, QValueList

 List ()

List

Creates an empty List.

 List (const KURL &url)

List

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

Parameters:
urlthe url to add.

 List (const QStringList &list)

List

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

Parameters:
listthe list containing the URLs as strings

QStringList  toStringList ()

toStringList

[const]

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

Returns: the list of strings


Generated by: caleb on tcdevel on Tue Jan 28 12:54:04 2003, using kdoc $.