kitchensync
KSync::QtopiaSocket Class Reference
List of all members.Detailed Description
Definition at line 34 of file socket.h.
Public Slots | |
| void | setStoragePath (const QString &) |
Signals | |
| void | sync (SynceeList) |
Public Member Functions | |
| QtopiaSocket (QObject *obj, const char *name) | |
| ~QtopiaSocket () | |
| QString | storagePath () const |
| void | setUser (const QString &user) |
| void | setPassword (const QString &pass) |
| void | setSrcIP (const QString &) |
| void | setDestIP (const QString &) |
| void | setModel (const QString &model, const QString &name) |
| void | startUp () |
| void | hangUp () |
| bool | startSync () |
| bool | isConnected () |
| void | write (SynceeList) |
| void | download (const QString &res) |
| void | setResources (const QStringList &) |
| QString | metaId () const |
Constructor & Destructor Documentation
| QtopiaSocket::QtopiaSocket | ( | QObject * | obj, | |
| const char * | name | |||
| ) |
QtopiaSocket is somehow a state machine during authentication then it takes care of fethcing and converting.
Definition at line 119 of file socket.cpp.
The documentation for this class was generated from the following files:

