#include <kurlpixmapprovider.h>
Inheritance diagram for KURLPixmapProvider:

Public Methods | |
| virtual QPixmap | pixmapFor (const QString &url, int size=0) |
Protected Methods | |
| virtual void | virtual_hook (int id, void *data) |
Implementation of KPixmapProvider
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 ); [...]
Definition at line 42 of file kurlpixmapprovider.h.
|
||||||||||||
|
Returns a pixmap for Implements KPixmapProvider. |
1.2.18