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

Go to the source code of this file.
Namespaces | |
| namespace | SlaveHelper |
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) |
| void | slaveConnectSignals (QObject *target) |
|
||||||||||||
|
Definition at line 37 of file slavemaster.cpp. References ImageInfo::file, ImageInfo::info, and ImageInfo::kind. |
|
||||||||||||
|
Definition at line 29 of file slavemaster.cpp. References PixmapInfo::file, PixmapInfo::height, QString::latin1(), oendl, owarn, and PixmapInfo::width. |
|
||||||||||||
|
Definition at line 13 of file slavemaster.cpp. |
|
||||||||||||
|
Definition at line 40 of file slavemaster.cpp. References ImageInfo::file, ImageInfo::info, and ImageInfo::kind. |
|
||||||||||||
|
Definition at line 33 of file slavemaster.cpp. References PixmapInfo::file, PixmapInfo::height, PixmapInfo::pixmap, and PixmapInfo::width. |
|
||||||||||||
|
Definition at line 18 of file slavemaster.cpp. References l. |
|
|
Small Helper to create a SlaveMaster and to connect its' signals to the object. To use the object as a proxy Definition at line 158 of file slavemaster.cpp. References SlaveMaster::self(). Referenced by DCIM_DirLister::DCIM_DirLister(), and Dir_DirLister::Dir_DirLister(). |
1.4.2