class KPixmapProvider

an abstract interface for looking up icons. More...

Contains pure virtuals
Definition#include <kpixmapprovider.h>
List of all Methods
Annotated List
Files
Globals
Hierarchy
Index

Public Methods

Protected Methods


Detailed Description

A tiny abstract class with just one method: pixmapFor()

It will be called whenever an icon is searched for text.

Used e.g. by KHistoryCombo

 ~KPixmapProvider ()

~KPixmapProvider

[virtual]

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

pixmapFor

[pure virtual]

You may subclass this and return a pixmap of size size for text.

Parameters:
textthe text that is associated with the pixmap
sizethe size of the icon in pixels, 0 for defaylt size. See KIcon::StdSize.

Returns: the pixmap for the arguments, or null if there is none

void  virtual_hook ( int id, void* data )

virtual_hook

[protected virtual]