class KPixmapProviderabstract |
|
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
Author Carsten Pfeiffer |
|
You may subclass this and return a pixmap of size size for text.
text - the text that is associated with the pixmap size - the size of the icon in pixels, 0 for defaylt size. See KIconLoader.StdSize. Returns the pixmap for the arguments, or null if there is none |
|
Virtual hook, used to add new "virtual" functions while maintaining binary compatibility. Unused in this class. |