KPixmapProvider Class Reference
A tiny abstract class with just one method: pixmapFor()an abstract interface for looking up icons. More...
#include <kpixmapprovider.h>
Public Member Functions | |
virtual | ~KPixmapProvider () |
virtual QPixmap | pixmapFor (const QString &text, int size=0)=0 |
Protected Member Functions | |
virtual void | virtual_hook (int id, void *data) |
Detailed Description
A tiny abstract class with just one method: pixmapFor()an abstract interface for looking up icons.
It will be called whenever an icon is searched for text
.
Used e.g. by KHistoryCombo
- Author:
- Carsten Pfeiffer <pfeiffer@kde.org>
Definition at line 38 of file kpixmapprovider.h.
Member Function Documentation
|
You may subclass this and return a pixmap of size
Implemented in KURLPixmapProvider. |
The documentation for this class was generated from the following files: