kpilot/kpilot
PilotDaemonDCOP Class Reference
Inheritance diagram for PilotDaemonDCOP:

Detailed Description
Definition at line 39 of file pilotDaemonDCOP.h.
DCOP Member Functions | |
virtual ASYNC | requestSync (int)=0 |
virtual ASYNC | requestSyncType (QString)=0 |
virtual ASYNC | requestRegularSyncNext ()=0 |
virtual int | nextSyncType () const =0 |
virtual ASYNC | requestSyncOptions (bool test, bool local)=0 |
virtual ASYNC | quitNow ()=0 |
virtual ASYNC | reloadSettings ()=0 |
virtual ASYNC | setTempDevice (QString d)=0 |
virtual void | stopListening ()=0 |
virtual void | startListening ()=0 |
virtual bool | isListening ()=0 |
virtual QString | statusString ()=0 |
virtual QString | shortStatusString ()=0 |
virtual QDateTime | lastSyncDate ()=0 |
virtual QStringList | configuredConduitList ()=0 |
virtual QString | logFileName ()=0 |
virtual QString | userName ()=0 |
virtual QString | pilotDevice ()=0 |
virtual bool | killDaemonOnExit ()=0 |
virtual void | addInstallFiles (const QStringList &)=0 |
void | kpilotDaemonStatusDetails (QDateTime, QString, QStringList, QString, QString, QString, bool) |
Public Attributes | |
k_dcop_signals | __pad0__: void kpilotDaemonStatusChanged() |
Member Function Documentation
|
Some other useful functionality.
Implemented in PilotDaemon. |
|
Functions reporting same status data, e.g. for the kontact plugin. Implemented in PilotDaemon. |
|
Query what type is set most recently.
Implemented in PilotDaemon. |
|
Functions for the KPilot UI, indicating what the daemon should do.
Implemented in PilotDaemon. |
|
Shortcut for using requestSync(1).
Implemented in PilotDaemon. |
|
Start a HotSync. What kind of HotSync is determined by the int parameter (use the enum in kpilot.kcfg, or better yet, use requestSyncType and pass the name). Using a value of 0 (zero, which isn't a legal mode for sync actions) uses the configuration file default. Implemented in PilotDaemon. |
|
Set the mix-ins (see SyncAction::SyncMode for details).
Implemented in PilotDaemon. |
|
Request a particular kind of sync next; pass in the name of a sync type instead.
Implemented in PilotDaemon. |
|
Functions requesting the status of the daemon.
Implemented in PilotDaemon. |
The documentation for this class was generated from the following files: