kitchensync
KSync Namespace Reference
Detailed Description
the KonnectorUIDHelper helps to manage the relation between the KDE uids and the KonnectorPlugin uids.This makes finding ids later more easy
Classes | |
class | Backup |
class | BackupView |
class | Restore |
class | Debugger |
class | AboutData |
class | ActionManager |
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... | |
class | ActionPartService |
A ActionPartService saves a converted KService::Ptr of a ActionPart. More... | |
class | ConfigView |
class | ConfigureDialog |
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... | |
class | Engine |
This class provides the engine for the syncing process. More... | |
class | KitchenSync |
The KitchenSync UI Shell It's the MainWindow of the application. More... | |
class | KonnectorState |
class | 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 | KonnectorView |
class | MainWindow |
class | PartBarItem |
An item for the PartBar. More... | |
class | PartBar |
PartBar is a widget that displays icons together. More... | |
class | Prefs |
class | PrefsBase |
class | 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 | ProfileCheckItem |
class | ProfileConfig |
class | ProfileDialog |
class | ProfileItem |
class | ProfileManager |
ProfileManager keeps track of the Profiles It allows you to retrieve and set the current. More... | |
class | ProfileWizard |
class | SyncConfig |
class | KSyncSystemTray |
Our SystemTray but currently not really used. More... | |
class | OverviewPart |
class | Splash |
class | SyncerPart |
class | Viewer |
class | Filter |
A Filter is a Dynamically Shared Object that is called to operate on a Syncee before and after syncing is done. More... | |
class | FilterFactory |
class | FilterManager |
class | AddressBookConfigWidget |
class | AddressBookFilter |
class | CalendarConfigWidget |
class | CalendarFilter |
class | KonnectorUIDHelper |
class | Konnector |
This class provides the interface for a Konnector. More... | |
class | KonnectorInfo |
Some informations about a konnector. More... | |
class | KonnectorManager |
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... | |
class | KABCKonnector |
class | KABCKonnectorConfig |
class | KCalKonnector |
class | KCalKonnectorConfig |
class | LocalKonnector |
class | LocalKonnectorConfig |
class | QtopiaKonnector |
class | QtopiaSocket |
class | RemoteKonnector |
class | RemoteKonnectorConfig |
class | AddressBookMerger |
class | AddressBookSyncEntry |
class | AddressBookSyncee |
This class provides an implementation of the KSyncee interface for KSync. More... | |
class | BookmarkSyncEntry |
class | BookmarkSyncee |
This class provides an implementation of the Syncee interface for libksync. More... | |
class | CalendarMerger |
class | CalendarSyncEntry |
class | CalendarSyncee |
This class provides an implementation of the KSyncee interface for KSync. More... | |
class | ConflictDialog |
class | MetaDebug |
MetaDebug is using kDebug() internally and outputs all MetaInformations of a complete Syncee. More... | |
class | SynceeDebug |
prints the content of a syncee More... | |
class | Merger |
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... | |
class | OpieDesktopSyncee |
class | StandardSync |
class | SyncAlgorithm |
A very simple sync interface for KitchenSync. More... | |
class | Syncee |
A data set to be synced. More... | |
class | SynceeList |
This class provides a list of Syncees. More... | |
class | SyncEntry |
An entry of a dataset which is to be synced. More... | |
class | Syncer |
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... | |
class | SyncHistory |
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... | |
class | SyncUiKde |
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... | |
class | UnknownSyncEntry |
UnknownSyncEntry is if a Konnector was requested to download a file and is unable to convert. More... | |
class | UnknownSyncee |
class | SyncUiFirst |
class | SyncUiSecond |
Namespaces | |
namespace | AddressBookMergerInternal |
namespace | CalendarMergerInternal |
namespace | OverView |
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) |