KSync::AgendaPlugin Class Reference
This plugin gets loaded by the KonnectorManager this is the key to the KonnectorWorld we need to implement the interface to fully support it... More...
#include <agendaplugin.h>
Inheritance diagram for KSync::AgendaPlugin:


Public Member Functions | |
AgendaPlugin (QObject *, const char *, const QStringList=QStringList()) | |
KSync::Kapabilities | capabilities () |
void | setCapabilities (const KSync::Kapabilities &) |
bool | readSyncees () |
bool | writeSyncees () |
bool | connectDevice () |
bool | disconnectDevice () |
KSync::KonnectorInfo | info () const |
void | download (const QString &) |
KSync::ConfigWidget * | configWidget (const KSync::Kapabilities &, QWidget *parent, const char *name) |
KSync::ConfigWidget * | configWidget (QWidget *parent, const char *name) |
AgendaPlugin (QObject *, const char *, const QStringList=QStringList()) | |
KSync::Kapabilities | capabilities () |
void | setCapabilities (const KSync::Kapabilities &) |
bool | readSyncees () |
bool | writeSyncees () |
bool | connectDevice () |
bool | disconnectDevice () |
KSync::KonnectorInfo | info () const |
void | download (const QString &) |
KSync::ConfigWidget * | configWidget (const KSync::Kapabilities &, QWidget *parent, const char *name) |
KSync::ConfigWidget * | configWidget (QWidget *parent, const char *name) |
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 16 of file agendaplugin.h.
Constructor & Destructor Documentation
|
Definition at line 15 of file agendaplugin.cpp. |
|
|
Member Function Documentation
|
return our capabilities()
Implements KSync::Konnector. Definition at line 30 of file agendaplugin.cpp. |
|
the user configured this konnector apply his preferecnes
Definition at line 46 of file agendaplugin.cpp. |
|
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. Definition at line 51 of file agendaplugin.cpp. |
|
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. Definition at line 83 of file agendaplugin.cpp. |
|
Connect device. Return true, if device could be connected. Implements KSync::Konnector. Definition at line 55 of file agendaplugin.cpp. |
|
Disconnect device.
Implements KSync::Konnector. Definition at line 59 of file agendaplugin.cpp. |
|
the state and some informations
Implements KSync::Konnector. Definition at line 63 of file agendaplugin.cpp. |
|
download a resource/url/foobar
Definition at line 71 of file agendaplugin.cpp. |
|
configuration widgets
Definition at line 74 of file agendaplugin.cpp. |
|
return our capabilities()
Implements KSync::Konnector. |
|
the user configured this konnector apply his preferecnes
|
|
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. |
|
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. |
|
Connect device. Return true, if device could be connected. Implements KSync::Konnector. |
|
Disconnect device.
Implements KSync::Konnector. |
|
the state and some informations
Implements KSync::Konnector. |
|
download a resource/url/foobar
|
|
configuration widgets
|
The documentation for this class was generated from the following files: