KSync Namespace Reference
the KonnectorUIDHelper helps to manage the relation between the KDE uids and the KonnectorPlugin uids. More...
Classes
- class ActionManager
- The KitchenSync UI Shell It's the MainWindow of the application. More...
- The KitchenSync UI Shell It's the MainWindow of the application. More...
- class ActionPart
- A part represents an action, like making a backup, syncing something or just showing some data. More...
- A part represents an action, like making a backup, syncing something or just showing some data. More...
- class ActionPartService
- A ActionPartService saves a converted KService::Ptr of a ActionPart. More...
- A ActionPartService saves a converted KService::Ptr of a ActionPart. More...
- class ConfigureDialog
- The ConfigureDialog of the KitchenSync Framework It'll contain all widgets of the ActionPart The small ConfigurationDialog. More...
- The ConfigureDialog of the KitchenSync Framework It'll contain all widgets of the ActionPart The small ConfigurationDialog. More...
- class Core
- The KitchenSync UI Shell It's the main view of the application. More...
- The KitchenSync UI Shell It's the main view of the application. More...
- class Engine
- This class provides the engine for the syncing process. More...
- This class provides the engine for the syncing process. More...
- class KitchenSync
- The KitchenSync UI Shell It's the MainWindow of the application. More...
- The KitchenSync UI Shell It's the MainWindow of the application. More...
- class KonnectorBar
- class PartBarItem
- class PartBar
- class Profile
- class ProfileManager
- ProfileManager keeps track of the Profiles It allows you to retrieve and set the current. More...
- ProfileManager keeps track of the Profiles It allows you to retrieve and set the current. More...
- class KSyncSystemTray
- Our SystemTray but currently not really used. More...
- Our SystemTray but currently not really used. More...
- class Filter
- class Konnector
- class KonnectorInfo
- Some informations about a konnector. More...
- Some informations about a konnector. More...
- class 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...
- 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 AddressBookSyncee
- This class provides an implementation of the. More...
- This class provides an implementation of the. More...
- class BookmarkSyncee
- class CalendarSyncee
- This class provides an implementation of the. More...
- This class provides an implementation of the. More...
- class MetaDebug
- class SynceeDebug
- prints the content of a syncee More...
- prints the content of a syncee More...
- class Merger
- Small class to help in not losing attributes. More...
- Small class to help in not losing attributes. More...
- class 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...
- 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 SyncAlgorithm
- A very simple sync interface for KitchenSync. More...
- A very simple sync interface for KitchenSync. More...
- class Syncee
- A data set to be synced. More...
- A data set to be synced. More...
- class SynceeList
- This class provides a list of Syncees. More...
- This class provides a list of Syncees. More...
- class SyncEntry
- An entry of a dataset which is to be synced. More...
- An entry of a dataset which is to be synced. More...
- class Syncer
- This class provides syncing of sets of data entries. More...
- This class provides syncing of sets of data entries. More...
- class SyncHistoryMap
- A small helper class to map a string (timestamp,md5sum) from and to a uid and save this map on permanent storage like KConfig. More...
- A small helper class to map a string (timestamp,md5sum) from and to a uid and save this map on permanent storage like KConfig. More...
- class SyncHistory
- This is the generic base class for keeping track of additions, deletions, modifications between different syncs. More...
- This is the generic base class for keeping track of additions, deletions, modifications between different syncs. More...
- class SyncUi
- Syncing conflict resolution user interface. More...
- Syncing conflict resolution user interface. More...
- class 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...
- 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 UnknownSyncEntry
- UnknownSyncEntry is if a Konnector was requested to download a file and is unable to convert. More...
- UnknownSyncEntry is if a Konnector was requested to download a file and is unable to convert. More...
Namespaces
- namespace CalendarMergerInternal
Typedefs
- typedef QLabel KonnectorLabel
-
typedef SyncHistory< KSync::CalendarSyncee,
KSync::CalendarSyncEntry > CalendarSyncHistory -
typedef SyncHistory< KSync::AddressBookSyncee,
KSync::AddressBookSyncEntry > AddressBookSyncHistory -
typedef SyncHistory< KSync::BookmarkSyncee,
KSync::BookmarkSyncEntry > BookmarkSyncHistory
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