kexi
PixmapCollection Class Reference
#include <pixmapcollection.h>
Detailed Description
A class that store pixmaps (by path or by name for KDE icons).
Definition at line 43 of file pixmapcollection.h.
Signals | |
| void | itemRenamed (const QString &oldName, const QString &newName) |
| void | itemRemoved (const QString &name) |
Public Member Functions | |
| PixmapCollection (const QString &collectionName, QObject *parent=0, const char *name=0) | |
| ~PixmapCollection () | |
| QString | addPixmapPath (const KURL &url) |
| QString | addPixmapName (const QString &name, int size=KIcon::SizeMedium) |
| void | removePixmap (const QString &name) |
| bool | contains (const QString &name) |
| QPixmap | getPixmap (const QString &name) |
| void | save (QDomNode parentNode) |
| void | load (QDomNode node) |
| QString | collectionName () |
Protected Attributes | |
| QString | m_name |
| PixmapMap | m_pixmaps |
Friends | |
| class | PixmapCollectionEditor |
| class | PixmapCollectionChooser |
Constructor & Destructor Documentation
| PixmapCollection::PixmapCollection | ( | const QString & | collectionName, | |
| QObject * | parent = 0, |
|||
| const char * | name = 0 | |||
| ) |
The documentation for this class was generated from the following files:

