kitchensync
KSync::QtopiaKonnector Class Reference
Inheritance diagram for KSync::QtopiaKonnector:

Detailed Description
Definition at line 32 of file qtopiakonnector.h.
Public Member Functions | |
QtopiaKonnector (const KConfig *) | |
void | writeConfig (KConfig *cfg) |
SynceeList | syncees () |
bool | readSyncees () |
bool | writeSyncees () |
bool | connectDevice () |
bool | disconnectDevice () |
KonnectorInfo | info () const |
virtual QStringList | supportedFilterTypes () const |
void | setDestinationIP (const QString &IP) |
QString | destinationIP () const |
void | setUserName (const QString &name) |
QString | userName () const |
void | setPassword (const QString &password) |
QString | password () const |
void | setModel (const QString &model) |
QString | model () const |
void | setModelName (const QString &name) |
QString | modelName () const |
void | appendSyncee (KSync::Syncee *) |
Protected Member Functions | |
QIconSet | iconSet () const |
QString | iconName () const |
Member Function Documentation
|
Append the Syncee to the internal list of Syncees. If the Konnector implements this method and can handle the format it will upload the Syncee on writeSyncees. The ownership of
Reimplemented from KSync::Konnector. |
|
Connect device. Return true, if device could be connected. Implements KSync::Konnector. |
|
Disconnect device.
Implements KSync::Konnector. |
|
Return meta information about this Konnector.
Implements KSync::Konnector. |
|
Request list of Syncee objects containing PIM data from connected entity. The response is sent with the signal synceesRead(). If an error occurs during read the signal synceeReadError() is emitted.
Implements KSync::Konnector. |
|
Returns a list of supported filter types.
Implements KSync::Konnector. |
|
Get list of Syncees used by this Konnector. It will contain a Syncee for each supported data type. If readSyncees() hasn't be called before, the Syncees will be empty. Implements KSync::Konnector. |
|
Write configuration to config file.
Reimplemented from KSync::Konnector. |
|
Request to write back data contained in Syncee objects hold by the connected entity. The end of the write operation is signalled with synceesWritten(). If an error occurs during write the signal synceeWriteError() is emitted.
Implements KSync::Konnector. |
The documentation for this class was generated from the following file: