kpilot

MemofileConduit Class Reference

#include <memofile-conduit.h>

Inheritance diagram for MemofileConduit:

List of all members.


Public Member Functions

 MemofileConduit (KPilotLink *, const char *name=0L, const QStringList &args=QStringList())
virtual ~MemofileConduit ()

Protected Slots

void process ()

Protected Member Functions

virtual bool exec ()

Detailed Description

Definition at line 37 of file memofile-conduit.h.


Constructor & Destructor Documentation

MemofileConduit::MemofileConduit ( KPilotLink d,
const char *  n = 0L,
const QStringList l = QStringList() 
)

Our workhorse.

This is the main driver for the conduit.

Definition at line 61 of file memofile-conduit.cc.

MemofileConduit::~MemofileConduit (  )  [virtual]

Definition at line 74 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 80 of file memofile-conduit.cc.

void MemofileConduit::process (  )  [protected, slot]

Definition at line 367 of file memofile-conduit.cc.


The documentation for this class was generated from the following files: