kitchensync
KSync::KitchenSync Class Reference
#include <kitchensync.h>
Inheritance diagram for KSync::KitchenSync:

Detailed Description
The KitchenSync UI Shell It's the MainWindow of the application.It'll load all parts and do the basic communication between all parts
Definition at line 55 of file kitchensync.h.
Public Slots | |
void | initProfiles () |
void | activateProfile () |
Public Member Functions | |
KitchenSync (ActionManager *actionManager, QWidget *parent) | |
void | readProfileConfig () |
void | writeProfileConfig () |
QWidget * | widgetStack () |
KSyncSystemTray * | tray () |
Profile | currentProfile () const |
ProfileManager * | profileManager () const |
Engine * | engine () const |
SyncUi * | syncUi () |
const QPtrList< ActionPart > | parts () const |
Constructor & Destructor Documentation
KSync::KitchenSync::KitchenSync | ( | ActionManager * | actionManager, | |
QWidget * | parent | |||
) |
The KitchenSync C'tor.
- Parameters:
-
actionManager is the name of the ActionManager parent is the parent widget
Member Function Documentation
void KSync::KitchenSync::activateProfile | ( | ) | [slot] |
Activates the profile selected in the GUI.
Profile KSync::KitchenSync::currentProfile | ( | ) | const [virtual] |
const QPtrList<ActionPart> KSync::KitchenSync::parts | ( | ) | const [virtual] |
ProfileManager* KSync::KitchenSync::profileManager | ( | ) | const [virtual] |
SyncUi* KSync::KitchenSync::syncUi | ( | ) | [virtual] |
KSyncSystemTray* KSync::KitchenSync::tray | ( | ) |
- Returns:
- the SystemTray of KitchenSync
QWidget* KSync::KitchenSync::widgetStack | ( | ) |
- Returns:
- the parent for KPart widgets
The documentation for this class was generated from the following file: