kpilot
MemofileConduit Class Reference
#include <memofile-conduit.h>

Detailed Description
Definition at line 39 of file memofile-conduit.h.
Public Member Functions | |
| MemofileConduit (KPilotLink *, const QVariantList &args=QVariantList()) | |
| virtual | ~MemofileConduit () |
Protected Slots | |
| void | process () |
Protected Member Functions | |
| virtual bool | exec () |
Constructor & Destructor Documentation
| MemofileConduit::MemofileConduit | ( | KPilotLink * | d, | |
| const QVariantList & | l = QVariantList() | |||
| ) |
Our workhorse.
This is the main driver for the conduit.
Definition at line 56 of file memofile-conduit.cc.
| MemofileConduit::~MemofileConduit | ( | ) | [virtual] |
Definition at line 68 of file memofile-conduit.cc.
Member Function Documentation
| bool MemofileConduit::exec | ( | ) | [protected, virtual] |
This function starts the actual processing done by the conduit.
It should return false if the processing cannot be initiated, f.ex. because some parameters were not set or a needed library is missing. This will be reported to the user. It should return true if processing is started normally. If processing starts normally, it is the _conduit's_ responsibility to eventually emit syncDone(); if processing does not start normally (ie. exec() returns false) then the environment will deal with syncDone().
Implements SyncAction.
Definition at line 74 of file memofile-conduit.cc.
| void MemofileConduit::process | ( | ) | [protected, slot] |
Definition at line 349 of file memofile-conduit.cc.
The documentation for this class was generated from the following files:
KDE 4.2 API Reference