KSync::Core Class Reference
The KitchenSync UI Shell It's the main view of the application. More...
#include <core.h>
Inheritance diagram for KSync::Core:


Signals | |
void | profileChanged (const Profile &oldProfile) |
void | konnectorProgress (Konnector *konnector, const Progress &prog) |
void | konnectorError (Konnector *konnector, const Error &err) |
void | partChanged (ActionPart *newPart) |
void | partProgress (ActionPart *part, const Progress &prog) |
void | partError (ActionPart *part, const Error &error) |
void | startSync () |
void | startSync (ActionPart *) |
void | syncProgress (ActionPart *, int, int) |
void | doneSync () |
void | doneSync (ActionPart *) |
Public Member Functions | |
Core (QWidget *parent) | |
virtual Profile | currentProfile () const =0 |
virtual ProfileManager * | profileManager () const =0 |
virtual Engine * | engine () const =0 |
virtual SyncUi * | syncUi ()=0 |
virtual SyncAlgorithm * | syncAlgorithm ()=0 |
virtual const QPtrList< ActionPart > | parts () const =0 |
Detailed Description
The KitchenSync UI Shell It's the main view of the application.It'll load all parts and do the basic communication between all parts
Definition at line 47 of file core.h.
Member Function Documentation
|
Implemented in KSync::KitchenSync. |
|
Implemented in KSync::KitchenSync. |
|
Implemented in KSync::KitchenSync. |
|
Implemented in KSync::KitchenSync. |
|
Implemented in KSync::KitchenSync. |
|
This signal gets emitted whenever the Profile is changed.
|
|
signal emitted when progress from the konnectorProgress arrived
|
|
|
|
Whenever the currently activated parts changed.
|
|
progress coming from one part
|
|
error coming from one part
|
|
emitted when ever sync starts
|
|
emitted when a part is asked to sync
|
|
emitted when done with syncing
|
|
emitted when one part is done with syncing
|
The documentation for this class was generated from the following files: