kitchensync Library API Documentation

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...
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  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  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  PartBarItem
 An item for the PartBar. More...
class  PartBar
 PartBar is a widget that displays icons together. More...
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  ProfileManager
 ProfileManager keeps track of the Profiles It allows you to retrieve and set the current. More...
class  SyncHelper
 Sync helper helps to sync to Syncee's in a different thread and emits a signal when done with syncing. More...
class  KSyncSystemTray
 Our SystemTray but currently not really used. More...
class  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  Error
 Errors. More...
struct  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  Konnector
 This class provides the interface for a Konnector. More...
class  KonnectorHandle
 A KonnectorHandle is a convenience class to deal with a single konnector instead of the KonnectorManager directly. More...
class  KonnectorInfo
 Some informations about a konnector. More...
class  Notify
 Notify is the base class for the communication with the users. More...
class  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  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  AddressBookSyncee
 This class provides an implementation of the interface for KSync. More...
class  BookmarkSyncee
 This class provides an implementation of the Syncee interface for libksync. More...
class  CalendarSyncee
 This class provides an implementation of the interface for KSync. More...
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  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  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  SyncUi
 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...
class  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

KDE Logo
This file is part of the documentation for kitchensync Library Version 3.3.2.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Wed Oct 17 09:54:23 2007 by doxygen 1.4.2 written by Dimitri van Heesch, © 1997-2003