kitchensync

KSync::DummyKonnector Class Reference

#include <dummykonnector.h>

Inheritance diagram for KSync::DummyKonnector:

KSync::Konnector List of all members.

Detailed Description

This plugin gets loaded by the KonnectorManager this is the key to the KonnectorWorld we need to implement the interface to fully support it.

..

Definition at line 39 of file dummykonnector.h.


Public Member Functions

 DummyKonnector (const KConfig *config)
 ~DummyKonnector ()
SynceeList syncees ()
bool readSyncees ()
bool writeSyncees ()
bool connectDevice ()
bool disconnectDevice ()
KSync::KonnectorInfo info () const

Member Function Documentation

SynceeList DummyKonnector::syncees (  )  [virtual]

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.

Definition at line 85 of file dummykonnector.cpp.

bool DummyKonnector::readSyncees (  )  [virtual]

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.

Returns:
true, if request could successfully be started, false otherwise.

Implements KSync::Konnector.

Definition at line 90 of file dummykonnector.cpp.

bool DummyKonnector::writeSyncees (  )  [virtual]

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.

Returns:
true, if request could successfully be started, false otherwise.

Implements KSync::Konnector.

Definition at line 115 of file dummykonnector.cpp.

bool DummyKonnector::connectDevice (  )  [virtual]

Connect device.

Return true, if device could be connected.

Implements KSync::Konnector.

Definition at line 97 of file dummykonnector.cpp.

bool DummyKonnector::disconnectDevice (  )  [virtual]

Disconnect device.

Implements KSync::Konnector.

Definition at line 102 of file dummykonnector.cpp.

KSync::KonnectorInfo DummyKonnector::info (  )  const [virtual]

the state and some informations

Implements KSync::Konnector.

Definition at line 107 of file dummykonnector.cpp.


The documentation for this class was generated from the following files:
KDE Home | KDE Accessibility Home | Description of Access Keys