kitchensync Library Class List
Here are the classes, structs, unions and interfaces with brief descriptions:KSync::ActionManager | The KitchenSync UI Shell It's the MainWindow of the application |
KSync::ActionPart | A part represents an action, like making a backup, syncing something or just showing some data |
KSync::ActionPartService | A ActionPartService saves a converted KService::Ptr of a ActionPart |
KSync::AddressBookSyncee | This class provides an implementation of the interface for KSync |
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 |
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 |
KSync::BookmarkSyncee | This class provides an implementation of the Syncee interface for libksync |
KSync::CalendarSyncee | This class provides an implementation of the interface for KSync |
Threaded::ClientManager | Client Thread |
Threaded::ClientThread | Client Thread |
KSync::ConfigureDialog | The ConfigureDialog of the KitchenSync Framework It'll contain all widgets of the ActionPart The small ConfigurationDialog |
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 |
Vr3::ConverterBase | A base class for all converters This class will contain convience functions which are needed by all AgendaVr3 converters |
KSync::Core | The KitchenSync UI Shell It's the main view of the application |
Vr3::DBWrapper | Wrapper around the db |
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 |
KSync::Engine | This class provides the engine for the syncing process |
KSync::Error | Errors |
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 |
KSync::KitchenSync | The KitchenSync UI Shell It's the MainWindow of the application |
KSync::MetaDebug | MetaDebug is using kDebug() internally and outputs all MetaInformations of a complete Syncee |
KSync::Notify | Notify is the base class for the communication with the users |
KSync::Konnector | This class provides the interface for a Konnector |
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 |
KSync::KonnectorHandle | A KonnectorHandle is a convenience class to deal with a single konnector instead of the KonnectorManager directly |
KSync::KonnectorInfo | Some informations about a konnector |
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 |
KSync::PartBar | PartBar is a widget that displays icons together |
KSync::PartBarItem | An item for the PartBar |
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 |
KSync::ProfileManager | ProfileManager keeps track of the Profiles It allows you to retrieve and set the current |
KSharedFile | The point of KSharedFile is to make it possible for more than one program to work with a file.KSharedFile to lock a file |
KSharedFileDevice | This class behaves like a QFile on open it'll try to lock the file via the KDED Module |
KShareFileModule | A small KDE Daemon to control shared access to files.Controls shared access to resources |
KSync::SyncAlgorithm | A very simple sync interface for KitchenSync |
KSync::Syncee | A data set to be synced |
KSync::SynceeDebug | Prints the content of a syncee |
KSync::SynceeList | This class provides a list of Syncees |
KSync::SyncEntry | An entry of a dataset which is to be synced |
KSync::Syncer | This class provides syncing of sets of data entries |
KSync::SyncHelper | Sync helper helps to sync to Syncee's in a different thread and emits a signal when done with syncing |
KSync::KSyncSystemTray | Our SystemTray but currently not really used |
KSync::SyncUi | Syncing conflict resolution user interface |
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 |
Threaded::ThreadedPlugin | This plugin gets loaded by the KonnectorManager this is the key to the KonnectorWorld we need to implement the interface to fully support it |
KSync::UnknownSyncEntry | UnknownSyncEntry is if a Konnector was requested to download a file and is unable to convert |
KSync::OverView::Widget | This is the MainWidget of the OverView and the only interface to the part |