kdecore Library API Documentation

KPixmapProvider Class Reference

A tiny abstract class with just one method: pixmapFor() an abstract interface for looking up icons. More...

#include <kpixmapprovider.h>

List of all members.

Public Member Functions

virtual QPixmap pixmapFor (const QString &text, int size=0)=0
 You may subclass this and return a pixmap of size size for text.


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 37 of file kpixmapprovider.h.


Member Function Documentation

virtual QPixmap KPixmapProvider::pixmapFor const QString text,
int  size = 0
[pure virtual]
 

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

Parameters:
text the text that is associated with the pixmap
size the 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


The documentation for this class was generated from the following files:
KDE Logo
This file is part of the documentation for kdelibs Version 3.1.5.
Documentation copyright © 1996-2002 the KDE developers.
Generated on Wed Jan 28 12:50:27 2004 by doxygen 1.3.4 written by Dimitri van Heesch, © 1997-2001