kpilot
KPilotInstaller Class Reference#include <kpilot.h>
List of all members.
Detailed Description
Definition at line 51 of file kpilot.h.
Constructor & Destructor Documentation
KPilotInstaller::KPilotInstaller |
( |
|
) |
|
KPilotInstaller::KPilotInstaller |
( |
QStrList & |
fileList |
) |
|
KPilotInstaller::~KPilotInstaller |
( |
|
) |
|
Member Function Documentation
void KPilotInstaller::closeEvent |
( |
QCloseEvent * |
e |
) |
[protected] |
void KPilotInstaller::componentPostSync |
( |
|
) |
[protected] |
bool KPilotInstaller::componentPreSync |
( |
|
) |
[protected] |
Run all the internal conduits' presync functions.
Definition at line 445 of file kpilot.cc.
void KPilotInstaller::componentUpdate |
( |
|
) |
[protected] |
Run after a configuration change to force the viewers to re-load data.
Definition at line 868 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 943 of file kpilot.cc.
ASYNC KPilotInstaller::configureWizard |
( |
|
) |
[virtual, slot] |
ASYNC KPilotInstaller::daemonStatus |
( |
int |
i |
) |
[virtual] |
This is the DCOP interface from the daemon to KPilot.
Implements KPilotDCOP.
Definition at line 404 of file kpilot.cc.
void KPilotInstaller::fileInstalled |
( |
int |
which |
) |
[protected, slot] |
PilotDaemonDCOP_stub& KPilotInstaller::getDaemon |
( |
|
) |
[inline, protected] |
Provide access to the daemon's DCOP interface through an object of the stub class.
Definition at line 85 of file kpilot.h.
KJanusWidget* KPilotInstaller::getManagingWidget |
( |
|
) |
[inline, protected] |
void KPilotInstaller::initComponents |
( |
|
) |
[protected] |
void KPilotInstaller::initializeComponents |
( |
|
) |
[protected, slot] |
Delayed initialization of the components.
This improves perceived startup time.
Definition at line 697 of file kpilot.cc.
void KPilotInstaller::initIcons |
( |
|
) |
[protected] |
void KPilotInstaller::initMenu |
( |
|
) |
[protected] |
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 129 of file kpilot.cc.
int KPilotInstaller::kpilotStatus |
( |
|
) |
[virtual] |
void KPilotInstaller::modeSelected |
( |
int |
selected |
) |
[signal] |
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 709 of file kpilot.cc.
void KPilotInstaller::optionsConfigureToolbars |
( |
|
) |
[slot] |
void KPilotInstaller::quit |
( |
|
) |
[protected, slot] |
void KPilotInstaller::readConfig |
( |
|
) |
[protected] |
void KPilotInstaller::setupSync |
( |
int |
kind, |
|
|
const QString & |
msg | |
|
) |
| | [protected] |
void KPilotInstaller::setupWidget |
( |
|
) |
[protected] |
void KPilotInstaller::slotAboutToShowComponent |
( |
QWidget * |
c |
) |
[protected, slot] |
void KPilotInstaller::slotBackupRequested |
( |
|
) |
[slot] |
void KPilotInstaller::slotFullSyncRequested |
( |
|
) |
[slot] |
void KPilotInstaller::slotHHtoPCRequested |
( |
|
) |
[slot] |
void KPilotInstaller::slotHotSyncRequested |
( |
|
) |
[slot] |
void KPilotInstaller::slotNewToolbarConfig |
( |
|
) |
[protected, 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 735 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 364 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 314 of file kpilot.cc.
void KPilotInstaller::startDaemonIfNeeded |
( |
|
) |
[slot] |
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 967 of file kpilot.cc.
Member Data Documentation
The documentation for this class was generated from the following files:
|