kpilot/kpilot
KPilotInstaller Class Reference
Inheritance diagram for KPilotInstaller:
List of all members.
Detailed Description
Definition at line 51 of file kpilot.h.
Member Function Documentation
bool KPilotInstaller::componentPreSync |
( |
|
) |
[protected] |
Run all the internal conduits' presync functions.
Definition at line 499 of file kpilot.cc.
void KPilotInstaller::componentUpdate |
( |
|
) |
[protected] |
Run after a configuration change to force the viewers to re-load data.
Definition at line 960 of file kpilot.cc.
ASYNC KPilotInstaller::configure |
( |
|
) |
[virtual, slot] |
This is the DCOP interface from the daemon to KPilot to configure KPilot.
Implements KPilotDCOP.
Definition at line 1035 of file kpilot.cc.
ASYNC KPilotInstaller::daemonStatus |
( |
int |
|
) |
[virtual] |
This is the DCOP interface from the daemon to KPilot.
Implements KPilotDCOP.
Definition at line 456 of file kpilot.cc.
Provide access to the daemon's DCOP interface through an object of the stub class.
Definition at line 85 of file kpilot.h.
void KPilotInstaller::initializeComponents |
( |
|
) |
[protected, slot] |
Delayed initialization of the components.
This improves perceived startup time.
Definition at line 782 of file kpilot.cc.
void KPilotInstaller::killDaemonIfNeeded |
( |
|
) |
[protected] |
Handle the functionality of kill-daemon-on-exit and kill-daemon-if-started-by-my by killing it in those cases.
Definition at line 145 of file kpilot.cc.
int KPilotInstaller::kpilotStatus |
( |
|
) |
[virtual] |
void KPilotInstaller::optionsConfigureKeys |
( |
|
) |
[slot] |
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.
Definition at line 794 of file kpilot.cc.
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 820 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 408 of file kpilot.cc.
void KPilotInstaller::slotSelectComponent |
( |
PilotComponent * |
c |
) |
[protected, slot] |
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.
Definition at line 358 of file kpilot.cc.
const char * KPilotInstaller::version |
( |
int |
kind |
) |
[static] |
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
Definition at line 1059 of file kpilot.cc.
The documentation for this class was generated from the following files: