kpilot
NotepadConduit Class Reference
#include <notepad-conduit.h>
Inheritance diagram for NotepadConduit:
Public Member Functions | |
virtual bool | event (QEvent *e) |
NotepadConduit (KPilotLink *, const char *name=0L, const QStringList &args=QStringList()) | |
virtual | ~NotepadConduit () |
Protected Member Functions | |
virtual bool | exec () |
Detailed Description
Definition at line 42 of file notepad-conduit.h.
Constructor & Destructor Documentation
NotepadConduit::NotepadConduit | ( | KPilotLink * | d, | |
const char * | name = 0L , |
|||
const QStringList & | args = QStringList() | |||
) |
Definition at line 55 of file notepad-conduit.cc.
NotepadConduit::~NotepadConduit | ( | ) | [virtual] |
Definition at line 64 of file notepad-conduit.cc.
Member Function Documentation
bool NotepadConduit::event | ( | QEvent * | e | ) | [virtual] |
bool NotepadConduit::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 69 of file notepad-conduit.cc.
The documentation for this class was generated from the following files: