kpilot/kpilot
KPilotInstaller Class Reference
Inheritance diagram for KPilotInstaller:

Detailed Description
Definition at line 51 of file kpilot.h.
Public Slots | |
| void | slotRestoreRequested () |
| void | slotBackupRequested () |
| void | slotHotSyncRequested () |
| void | slotFullSyncRequested () |
| void | slotHHtoPCRequested () |
| void | slotPCtoHHRequested () |
| void | startDaemonIfNeeded () |
| void | optionsConfigureKeys () |
| void | optionsConfigureToolbars () |
| virtual ASYNC | configure () |
| virtual ASYNC | configureWizard () |
Signals | |
| void | modeSelected (int selected) |
Public Member Functions | |
| KPilotInstaller () | |
| KPilotInstaller (QStrList &fileList) | |
| ~KPilotInstaller () | |
| void | addComponentPage (PilotComponent *, const QString &name) |
| KPilotStatus | status () const |
| virtual ASYNC | daemonStatus (int) |
| virtual int | kpilotStatus () |
Static Public Member Functions | |
| static const char * | version (int kind) |
Protected Slots | |
| void | quit () |
| void | fileInstalled (int which) |
| void | slotNewToolbarConfig () |
| void | slotResetLink () |
| void | slotSelectComponent (PilotComponent *c) |
| void | slotAboutToShowComponent (QWidget *c) |
| void | initializeComponents () |
Protected Member Functions | |
| void | closeEvent (QCloseEvent *e) |
| KJanusWidget * | getManagingWidget () |
| PilotDaemonDCOP_stub & | getDaemon () |
| void | killDaemonIfNeeded () |
| void | readConfig () |
| bool | componentPreSync () |
| void | setupSync (int kind, const QString &msg) |
| void | componentPostSync () |
| void | componentUpdate () |
| void | initIcons () |
| void | initMenu () |
| void | setupWidget () |
| void | initComponents () |
Protected Attributes | |
| KPilotPrivate * | fP |
Member Function Documentation
|
|
Run all the internal conduits' presync functions.
|
|
|
Run after a configuration change to force the viewers to re-load data.
|
|
|
This is the DCOP interface from the daemon to KPilot to configure KPilot.
Implements KPilotDCOP. |
|
|
This is the DCOP interface from the daemon to KPilot.
Implements KPilotDCOP. |
|
|
Provide access to the daemon's DCOP interface through an object of the stub class.
|
|
|
Delayed initialization of the components. This improves perceived startup time. |
|
|
Handle the functionality of kill-daemon-on-exit and kill-daemon-if-started-by-my by killing it in those cases.
|
|
|
Report KPilot's state back to the daemon.
Implements KPilotDCOP. |
|
|
These are slots for the standard Configure . .. actions and not interesting. The show toolbar functionality is in kdelibs starting with KDE 3.1, but we need to remain backwards compatible. |
|
|
Get the daemon to reset the link. This uses reloadSettings() to achieve this result - the daemon calls reset() in there. |
|
|
These are slots for the menu actions for each kind of sync that can be requested.
|
|
|
Indicate that a particular component has been selected (through whatever mechanism). This will make that component visible and adjust any other user-visible state to indicate that that component is now active. This should be called (possibly by the component itself!) or activated through the signal mechanism. |
|
|
Return a string with the version identifier (ie. "KPilot v3.1b11") if kind == 0; otherwise return a "long" string about KPilot -- currently the id of kpilot.o |
The documentation for this class was generated from the following files:

