#include "slavereciever.h"#include "slaveiface.h"#include <opie2/odebug.h>#include <qpe/qcopenvelope_qws.h>#include <qpe/qpeapplication.h>#include <qtimer.h>Include dependency graph for slavereciever.cpp:

Go to the source code of this file.
Functions | |
| QDataStream & | operator<< (QDataStream &str, bool b) |
| QDataStream & | operator>> (QDataStream &str, bool &b) |
| QDataStream & | operator<< (QDataStream &s, const PixmapInfo &inf) |
| QDataStream & | operator>> (QDataStream &s, PixmapInfo &inf) |
| QDataStream & | operator<< (QDataStream &s, const ImageInfo &i) |
| QDataStream & | operator>> (QDataStream &s, ImageInfo &i) |
| SlaveObjects * | slaveObjects () |
Variables | |
| static SlaveObjects * | _slaveObj = 0 |
|
||||||||||||
|
Definition at line 46 of file slavereciever.cpp. References ImageInfo::file, ImageInfo::info, and ImageInfo::kind. |
|
||||||||||||
|
Definition at line 35 of file slavereciever.cpp. References PixmapInfo::file, PixmapInfo::height, PixmapInfo::pixmap, and PixmapInfo::width. |
|
||||||||||||
|
Definition at line 19 of file slavereciever.cpp. |
|
||||||||||||
|
Definition at line 49 of file slavereciever.cpp. References ImageInfo::file, ImageInfo::info, and ImageInfo::kind. |
|
||||||||||||
|
Definition at line 42 of file slavereciever.cpp. References PixmapInfo::file, PixmapInfo::height, and PixmapInfo::width. |
|
||||||||||||
|
Definition at line 25 of file slavereciever.cpp. References l. |
|
|
Definition at line 56 of file slavereciever.cpp. Referenced by SlaveReciever::SlaveReciever(), SlaveReciever::slotImageInfo(), and SlaveReciever::slotThumbNail(). |
|
|
Definition at line 17 of file slavereciever.cpp. |
1.4.2