kpilot
KPilotInstaller Class Reference
#include <kpilot.h>
List of all members.
Detailed Description
Definition at line 38 of file kpilot.h.
|
Public Types |
| enum | DaemonMessages { None = 0,
StartOfHotSync = 1,
EndOfHotSync = 2,
DaemonQuit = 4
} |
| enum | KPilotStatus {
Startup = 1,
WaitingForDaemon = 2,
Normal = 10,
UIBusy = 100,
Error = 101
} |
typedef QList
< ComponentPageBase * > | PageList |
Public Slots |
| virtual void | configure () |
| void | slotBackupRequested () |
| void | slotFullSyncRequested () |
| void | slotHHtoPCRequested () |
| void | slotHotSyncRequested () |
| void | slotPCtoHHRequested () |
| void | slotRestoreRequested () |
Public Member Functions |
| virtual void | daemonStatus (int) |
| | KPilotInstaller () |
| virtual int | kpilotStatus () const |
| virtual void | toggleVisibility () |
| | ~KPilotInstaller () |
Protected Slots |
| void | componentChanged (KPageWidgetItem *, KPageWidgetItem *) |
| void | componentUpdate () |
| void | killDaemonIfNeeded () |
| void | quit () |
| void | slotResetLink () |
| void | startDaemonIfNeeded () |
Protected Member Functions |
| void | componentPostSync () |
| bool | componentPreSync () |
| OrgKdeKpilotDaemonInterface & | getDaemon () |
| QWidget * | initPages (QWidget *parent, QList< ComponentPageBase * > &l) |
| void | readConfig () |
| void | setupSync (int kind, const QString &msg) |
| void | setupWidget () |
Member Typedef Documentation
Member Enumeration Documentation
- Enumerator:
-
| None |
|
| StartOfHotSync |
|
| EndOfHotSync |
|
| DaemonQuit |
|
Definition at line 48 of file kpilot.h.
- Enumerator:
-
| Startup |
|
| WaitingForDaemon |
|
| Normal |
|
| UIBusy |
|
| Error |
|
Definition at line 53 of file kpilot.h.
Constructor & Destructor Documentation
| KPilotInstaller::KPilotInstaller |
( |
|
) |
|
| KPilotInstaller::~KPilotInstaller |
( |
|
) |
|
Member Function Documentation
| void KPilotInstaller::componentChanged |
( |
KPageWidgetItem * |
current, |
|
|
KPageWidgetItem * |
before | |
|
) |
| | [protected, slot] |
| void KPilotInstaller::componentPostSync |
( |
|
) |
[protected] |
| bool KPilotInstaller::componentPreSync |
( |
|
) |
[protected] |
Run all the internal conduits' presync functions.
Definition at line 475 of file kpilot.cc.
| void KPilotInstaller::componentUpdate |
( |
|
) |
[protected, slot] |
| void KPilotInstaller::configure |
( |
|
) |
[virtual, slot] |
| void KPilotInstaller::daemonStatus |
( |
int |
i |
) |
[virtual] |
This is the D-Bus interface from the daemon to KPilot.
Definition at line 436 of file kpilot.cc.
| OrgKdeKpilotDaemonInterface& KPilotInstaller::getDaemon |
( |
|
) |
[inline, protected] |
Provide access to the daemon's D-Bus interface through an object of the stub class.
Definition at line 124 of file kpilot.h.
| void KPilotInstaller::killDaemonIfNeeded |
( |
|
) |
[protected, slot] |
Handle the functionality of kill-daemon-on-exit and kill-daemon-if-started-by-my by killing it in those cases.
Definition at line 149 of file kpilot.cc.
| int KPilotInstaller::kpilotStatus |
( |
|
) |
const [virtual] |
Returns KPilotStatus values.
Definition at line 470 of file kpilot.cc.
| void KPilotInstaller::quit |
( |
|
) |
[protected, slot] |
| void KPilotInstaller::readConfig |
( |
|
) |
[protected] |
| void KPilotInstaller::setupSync |
( |
int |
kind, |
|
|
const QString & |
msg | |
|
) |
| | [protected] |
| void KPilotInstaller::setupWidget |
( |
|
) |
[protected] |
| void KPilotInstaller::slotBackupRequested |
( |
|
) |
[slot] |
| void KPilotInstaller::slotFullSyncRequested |
( |
|
) |
[slot] |
| void KPilotInstaller::slotHHtoPCRequested |
( |
|
) |
[slot] |
| void KPilotInstaller::slotHotSyncRequested |
( |
|
) |
[slot] |
| void KPilotInstaller::slotPCtoHHRequested |
( |
|
) |
[slot] |
| void KPilotInstaller::slotResetLink |
( |
|
) |
[protected, slot] |
Get the daemon to reset the link.
This uses reloadSettings() to achieve this result - the daemon calls reset() in there.
Definition at line 554 of file kpilot.cc.
| void KPilotInstaller::slotRestoreRequested |
( |
|
) |
[slot] |
These are slots for the menu actions for each kind of sync that can be requested.
Definition at line 396 of file kpilot.cc.
| void KPilotInstaller::startDaemonIfNeeded |
( |
|
) |
[protected, slot] |
| void KPilotInstaller::toggleVisibility |
( |
|
) |
[virtual] |
The documentation for this class was generated from the following files: