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

Signals | |
| void | receivedFile (const QString &path) |
| void | error (int) |
| void | currentTry (unsigned int) |
| void | sent (bool) |
| void | done (bool) |
Public Member Functions | |
| Obex (QObject *parent, const char *name) | |
| ~Obex () | |
| void | receive () |
| void | send (const QString &) |
| void | setReceiveEnabled (bool=false) |
Private Slots | |
| void | slotExited (Opie::Core::OProcess *proc) |
| void | slotStdOut (Opie::Core::OProcess *, char *, int) |
| void | slotError () |
Private Member Functions | |
| void | shutDownReceive () |
| void | sendNow () |
| QString | parseOut () |
| void | received () |
| void | sendEnd () |
Private Attributes | |
| uint | m_count |
| QString | m_file |
| QString | m_outp |
| Opie::Core::OProcess * | m_send |
| Opie::Core::OProcess * | m_rec |
| bool | m_receive: 1 |
|
||||||||||||
|
Obex c'tor look Definition at line 18 of file obex.cpp. References error(), m_count, m_rec, m_receive, m_send, sent(), and slotError(). |
|
|
d'tor |
|
|
The current try to receive data Referenced by sendNow(). |
|
|
Referenced by receive(), and received(). |
|
|
error signal if the program couldn't be started or the the connection timed out Referenced by Obex(), send(), sendEnd(), sendNow(), and shutDownReceive(). |
|
|
Definition at line 147 of file obex.cpp. References QValueList< T >::begin(), QValueList< T >::end(), list, m_outp, QString::mid(), pos, QString::remove(), QStringList::split(), and QString::stripWhiteSpace(). Referenced by received(). |
|
|
Starting listening to irda after enabled by the applet a signal gets emitted when received a file Definition at line 34 of file obex.cpp. References OProcess::AllOutput, done(), m_outp, m_rec, m_receive, OProcess::NotifyOnExit, QString::null, OProcess, slotExited(), slotStdOut(), and Opie::Core::OProcess::start(). Referenced by received(), OpieObex::Receiver::Receiver(), and slotError(). |
|
|
Definition at line 115 of file obex.cpp. References done(), Opie::Core::OProcess::exitStatus(), m_rec, Opie::Core::OProcess::normalExit(), parseOut(), receive(), and receivedFile(). Referenced by slotExited(). |
|
|
a signal
Referenced by received(). |
|
|
Definition at line 53 of file obex.cpp. References error(), Opie::Core::OProcess::isRunning(), m_count, m_file, m_rec, and sendNow(). Referenced by OpieObex::SendWidget::slotStartIrda(). |
|
|
Definition at line 129 of file obex.cpp. References error(), Opie::Core::OProcess::exitStatus(), m_send, Opie::Core::OProcess::normalExit(), sendNow(), and sent(). Referenced by slotExited(). |
|
|
Definition at line 69 of file obex.cpp. References currentTry(), QFile::encodeName(), error(), m_count, m_file, m_send, OProcess, sent(), Opie::Core::OProcess::setWorkingDirectory(), slotExited(), slotStdOut(), and Opie::Core::OProcess::start(). |
|
|
signal sent The file got beamed to the remote location |
|
|
Definition at line 171 of file obex.cpp. References m_receive, and shutDownReceive(). Referenced by OpieObex::Receiver::~Receiver(). |
|
|
Definition at line 178 of file obex.cpp. References error(), Opie::Core::OProcess::isRunning(), and m_rec. Referenced by setReceiveEnabled(). |
|
|
when sent is done slotError is called we will start receive again Definition at line 167 of file obex.cpp. References m_receive, and receive(). Referenced by Obex(). |
|
|
send over palm obex Definition at line 100 of file obex.cpp. References m_rec, m_send, received(), and sendEnd(). |
|
||||||||||||||||
|
Definition at line 107 of file obex.cpp. References QString::append(), m_outp, and m_rec. |
|
|
|
|
|
|
|
|
Definition at line 55 of file obex.h. Referenced by parseOut(), receive(), and slotStdOut(). |
|
|
Definition at line 57 of file obex.h. Referenced by Obex(), receive(), received(), send(), shutDownReceive(), slotExited(), slotStdOut(), and ~Obex(). |
|
|
Definition at line 58 of file obex.h. Referenced by Obex(), receive(), setReceiveEnabled(), and slotError(). |
|
|
Definition at line 56 of file obex.h. Referenced by Obex(), sendEnd(), sendNow(), slotExited(), and ~Obex(). |
1.4.2