kio Library API Documentation

KURLPixmapProvider Class Reference

Implementation of KPixmapProvider. Resolves pixmaps for URLs. More...

#include <kurlpixmapprovider.h>

Inheritance diagram for KURLPixmapProvider:

Inheritance graph
[legend]
Collaboration diagram for KURLPixmapProvider:

Collaboration graph
[legend]
List of all members.

Public Member Functions

virtual QPixmap pixmapFor (const QString &url, int size=0)

Protected Member Functions

virtual void virtual_hook (int id, void *data)

Detailed Description

Implementation of KPixmapProvider. Resolves pixmaps for URLs.

Uses KMimeType::pixmapForURL() to resolve icons.

Instatiate this class and supply it to the desired class, e.g.

KHistoryCombo *combo = new KHistoryCombo( this ); combo->setPixmapProvider( new KURLPixmapProvider ); [...]

Author:
Carsten Pfeiffer <pfeiffer@kde.org>

Definition at line 42 of file kurlpixmapprovider.h.


Member Function Documentation

QPixmap KURLPixmapProvider::pixmapFor const QString url,
int  size = 0
[virtual]
 

Returns a pixmap for url with size size.

Uses KMimeType::pixmapForURL().

Parameters:
url the URL to fetch a pixmap for
size the size of the pixmap in pixels, or 0 for default.
Returns:
the resulting pixmap
See also:
KIcon::StdSizes

Implements KPixmapProvider.

Definition at line 23 of file kurlpixmapprovider.cpp.

References pixmapFor(), and KURL::setPath().

Referenced by pixmapFor().


The documentation for this class was generated from the following files:
KDE Logo
This file is part of the documentation for kio Library Version 3.4.0.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Thu Apr 14 00:27:04 2005 by doxygen 1.3.7 written by Dimitri van Heesch, © 1997-2003