#include </home/clem/local/src/opie/core/launcher/appicons.h>
Collaboration diagram for AppIcons:
Public Member Functions | |
| AppIcons (QWidget *parent) | |
| void | setIcon (int id, const QPixmap &) |
| void | setToolTip (int id, const QString &) |
| void | remove (int id) |
Private Slots | |
| void | receive (const QCString &msg, const QByteArray &data) |
| void | clicked (const QPoint &relpos, int button, bool dbl) |
Private Member Functions | |
| QLabel * | button (int id) |
| int | findId (QLabel *) |
Private Attributes | |
| QIntDict< QLabel > | buttons |
|
|
Definition at line 32 of file appicons.cpp. References buttons, channel, receive(), QPtrCollection::setAutoDelete(), and TRUE. |
|
|
Definition at line 68 of file appicons.cpp. References buttons, clicked(), f, QIntDict< type >::find(), and QIntDict< type >::insert(). Referenced by setIcon(), and setToolTip(). |
|
||||||||||||||||
|
Definition at line 86 of file appicons.cpp. Referenced by button(). |
|
|
Definition at line 79 of file appicons.cpp. References buttons, QIntDictIterator< type >::current(), and QIntDictIterator< type >::currentKey(). Referenced by clicked(). |
|
||||||||||||
|
Definition at line 111 of file appicons.cpp. References id, IO_ReadOnly, remove(), s, setIcon(), setToolTip(), and stream. Referenced by AppIcons(). |
|
|
Definition at line 106 of file appicons.cpp. References buttons, and QIntDict< type >::remove(). Referenced by receive(). |
|
||||||||||||
|
Definition at line 44 of file appicons.cpp. References button(). Referenced by receive(). |
|
||||||||||||
|
Definition at line 101 of file appicons.cpp. Referenced by receive(). |
|
|
Definition at line 45 of file appicons.h. Referenced by AppIcons(), button(), findId(), and remove(). |
1.4.2