KSync Namespace Reference
the KonnectorUIDHelper helps to manage the relation between the KDE uids and the KonnectorPlugin uids. More...
Classes | |
class | KSync::ActionManager |
The KitchenSync UI Shell It's the MainWindow of the application. More... | |
class | KSync::ActionPart |
A part represents an action, like making a backup, syncing something or just showing some data. More... | |
class | KSync::ActionPartService |
A ActionPartService saves a converted KService::Ptr of a ActionPart. More... | |
class | KSync::ConfigureDialog |
The ConfigureDialog of the KitchenSync Framework It'll contain all widgets of the ActionPart The small ConfigurationDialog. More... | |
class | KSync::Core |
The KitchenSync UI Shell It's the main view of the application. More... | |
class | KSync::Engine |
This class provides the engine for the syncing process. More... | |
class | KSync::KitchenSync |
The KitchenSync UI Shell It's the MainWindow of the application. More... | |
class | KSync::KonnectorBar |
The konnector bar is meant to represent the connection state of a Konnector and allow toggling connection/disconnection of a konnector Either it is connected or not. More... | |
class | KSync::PartBarItem |
An item for the PartBar. More... | |
class | KSync::PartBar |
PartBar is a widget that displays icons together. More... | |
class | KSync::Profile |
A Profile keeps user settings like a name, the list of plugins to be loaded on activation, a list of where to read data from.... More... | |
class | KSync::ProfileManager |
ProfileManager keeps track of the Profiles It allows you to retrieve and set the current. More... | |
class | KSync::SyncHelper |
Sync helper helps to sync to Syncee's in a different thread and emits a signal when done with syncing. More... | |
class | KSync::KSyncSystemTray |
Our SystemTray but currently not really used. More... | |
class | KSync::ConfigWidget |
This is a baseclass for a configuration GUI provided by a Konnector It provides methods to get a Kapaibility and to set Kapabilities. More... | |
class | KSync::Error |
Errors. More... | |
struct | KSync::Filter |
A Filter is a post processor for KonnectorPlugins if they're demanded to retrieve a file where the content is unknown the file will be packaged inside a UnknownSyncee and a filter can then convert to more suitable Syncee... More... | |
class | KSync::Konnector |
This class provides the interface for a Konnector. More... | |
class | KSync::KonnectorHandle |
A KonnectorHandle is a convenience class to deal with a single konnector instead of the KonnectorManager directly. More... | |
class | KSync::KonnectorInfo |
Some informations about a konnector.... More... | |
class | KSync::Notify |
Notify is the base class for the communication with the users... More... | |
class | KSync::AgendaPlugin |
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... | |
class | KSync::DummyKonnector |
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... | |
class | KSync::AddressBookSyncee |
This class provides an implementation of the interface for KSync. More... | |
class | KSync::BookmarkSyncee |
This class provides an implementation of the Syncee interface for libksync. More... | |
class | KSync::CalendarSyncee |
This class provides an implementation of the interface for KSync. More... | |
class | KSync::MetaDebug |
MetaDebug is using kDebug() internally and outputs all MetaInformations of a complete Syncee. More... | |
class | KSync::SynceeDebug |
prints the content of a syncee More... | |
class | KSync::OpieDesktopSyncEntry |
OpieDesktopSyncEntry Opie and Qtopia are featuring a Documents Tab All Documents are available with one click Now we've to show these files in KitchenSyncApp This is done through the Syncee transportation and syncing layer. More... | |
class | KSync::SyncAlgorithm |
A very simple sync interface for KitchenSync. More... | |
class | KSync::Syncee |
A data set to be synced. More... | |
class | KSync::SynceeList |
This class provides a list of Syncees. More... | |
class | KSync::SyncEntry |
An entry of a dataset which is to be synced. More... | |
class | KSync::Syncer |
This class provides syncing of sets of data entries. More... | |
class | KSync::SyncUi |
Syncing conflict resolution user interface. More... | |
class | KSync::SyncUiKDEPlugin |
The SyncUiKDEPlugin is similiar to the plugin(s) found in RenameDlg of KDE in KIO::RenameDlg the mimetype get's determined and an appropriate Plugin gets loaded. More... | |
class | KSync::UnknownSyncEntry |
UnknownSyncEntry is if a Konnector was requested to download a file and is unable to convert. More... | |
Typedefs | |
typedef QLabel | KonnectorLabel |
Enumerations | |
enum | SyncStatus { SYNC_START = 0, SYNC_PROGRESS = 1, SYNC_DONE = 2, SYNC_FAIL } |
enum | KonnectorMode { KONNECTOR_ONLINE = 0, KONNECTOR_OFFLINE } |
Functions | |
MetaDebug | metaDebug (int area=0) |
SynceeDebug | synceeDebug (int area=0) |
Detailed Description
the KonnectorUIDHelper helps to manage the relation between the KDE uids and the KonnectorPlugin uids.This makes finding ids later more easy