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) | |
| Pixmap Collection. | |
| ~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
|
||||||||||||||||
|
Pixmap Collection.
Definition at line 43 of file pixmapcollection.cpp. References m_name. |
|
|
Definition at line 49 of file pixmapcollection.h. |
Member Function Documentation
|
||||||||||||
|
Definition at line 68 of file pixmapcollection.cpp. References m_pixmaps. Referenced by PixmapCollectionEditor::newItemByName(). |
|
|
Definition at line 50 of file pixmapcollection.cpp. References m_pixmaps. Referenced by PixmapCollectionEditor::newItemByPath(). |
|
|
Definition at line 61 of file pixmapcollection.h. Referenced by PixmapCollectionEditor::removeItem(). |
|
|
Definition at line 109 of file pixmapcollection.cpp. References m_pixmaps. |
|
|
Definition at line 92 of file pixmapcollection.cpp. References m_pixmaps. Referenced by PixmapCollectionChooser::getPixmap(), PixmapCollectionEditor::getPixmap(), and PixmapCollectionChooser::pixmap(). |
|
|
|
|
||||||||||||
|
|
|
|
Definition at line 141 of file pixmapcollection.cpp. References m_pixmaps. |
|
|
Definition at line 86 of file pixmapcollection.cpp. References m_pixmaps. Referenced by PixmapCollectionEditor::removeItem(). |
|
|
Definition at line 115 of file pixmapcollection.cpp. References m_pixmaps. |
Friends And Related Function Documentation
|
|
Definition at line 72 of file pixmapcollection.h. |
|
|
Definition at line 71 of file pixmapcollection.h. |
Member Data Documentation
|
|
Definition at line 68 of file pixmapcollection.h. Referenced by PixmapCollection(). |
|
|
Definition at line 69 of file pixmapcollection.h. Referenced by addPixmapName(), addPixmapPath(), contains(), getPixmap(), load(), PixmapCollectionEditor::PixmapCollectionEditor(), removePixmap(), PixmapCollectionEditor::renameCollectionItem(), save(), and PixmapCollectionChooser::slotUser1(). |
The documentation for this class was generated from the following files:
