#include </home/clem/local/src/opie/core/obex/receiver.h>
Collaboration diagram for OpieObex::Receiver:

Public Types | |
| enum | { Datebook, AddressBook, Other } |
Public Member Functions | |
| Receiver () | |
| ~Receiver () | |
Private Slots | |
| void | slotReceived (const QString &) |
Private Member Functions | |
| void | handleAddr (const QString &) |
| void | handleDateTodo (const QString &) |
| void | handleOther (const QString &) |
| int | checkFile (QString &file) |
| bool | testDateTodo (const QString &file) |
| bool | testAddressbook (const QString &file) |
| void | tidyUp (QString &file, const QString &ending) |
Private Attributes | |
| Obex * | m_obex |
|
|
Definition at line 16 of file receiver.h. |
|
|
Definition at line 29 of file receiver.cpp. References m_obex, OpieObex::Obex::receive(), and slotReceived(). |
|
|
Definition at line 35 of file receiver.cpp. References m_obex, and OpieObex::Obex::setReceiveEnabled(). |
|
|
currently the parser is broken in regard of BASE64 encoding and M$ likes to send that. So we will executed a small tidy up system sed script At this point we can also remove umlaute from the filename Definition at line 87 of file receiver.cpp. References AddressBook, Datebook, QString::fromLatin1(), QString::isEmpty(), Other, QString::right(), and tidyUp(). Referenced by slotReceived(). |
|
|
Definition at line 49 of file receiver.cpp. Referenced by slotReceived(). |
|
|
Definition at line 54 of file receiver.cpp. Referenced by slotReceived(). |
|
|
Definition at line 64 of file receiver.cpp. References OpieObex::OtherHandler::handle(). Referenced by slotReceived(). |
|
|
Definition at line 39 of file receiver.cpp. References AddressBook, checkFile(), Datebook, handleAddr(), handleDateTodo(), and handleOther(). Referenced by Receiver(). |
|
|
|
|
|
|
|
||||||||||||
|
Definition at line 68 of file receiver.cpp. References QFile::encodeName(), QString::fromLocal8Bit(), and Global::shellQuote(). Referenced by checkFile(). |
|
|
Definition at line 35 of file receiver.h. Referenced by Receiver(), and ~Receiver(). |
1.4.2