kpilot

TimeConduit Class Reference

#include <time-conduit.h>

Inheritance diagram for TimeConduit:

List of all members.


Public Member Functions

virtual bool exec ()
void syncHHfromPC ()
 TimeConduit (KPilotLink *o, const char *n=0L, const QStringList &a=QStringList())
virtual ~TimeConduit ()

Protected Member Functions

void readConfig ()

Detailed Description

Definition at line 33 of file time-conduit.h.


Constructor & Destructor Documentation

TimeConduit::TimeConduit ( KPilotLink o,
const char *  n = 0L,
const QStringList a = QStringList() 
)

Definition at line 51 of file time-conduit.cc.

TimeConduit::~TimeConduit (  )  [virtual]

Definition at line 62 of file time-conduit.cc.


Member Function Documentation

bool TimeConduit::exec (  )  [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 76 of file time-conduit.cc.

void TimeConduit::readConfig (  )  [protected]

Definition at line 69 of file time-conduit.cc.

void TimeConduit::syncHHfromPC (  ) 

Definition at line 97 of file time-conduit.cc.


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