kpilot
AbbrowserConduit Class Reference
#include <abbrowser-conduit.h>
Public Member Functions | |
AbbrowserConduit (KPilotLink *o, const char *n=0L, const QStringList &a=QStringList()) | |
virtual bool | exec () |
virtual | ~AbbrowserConduit () |
Protected Slots | |
void | slotCleanup () |
void | slotDeletedRecord () |
void | slotDeleteUnsyncedHHRecords () |
void | slotDeleteUnsyncedPCRecords () |
void | slotPalmRecToPC () |
void | slotPCRecToPalm () |
void | slotTestRecord () |
Detailed Description
Definition at line 54 of file abbrowser-conduit.h.
Constructor & Destructor Documentation
AbbrowserConduit::AbbrowserConduit | ( | KPilotLink * | o, | |
const char * | n = 0L , |
|||
const QStringList & | a = QStringList() | |||
) |
Definition at line 113 of file abbrowser-conduit.cc.
AbbrowserConduit::~AbbrowserConduit | ( | ) | [virtual] |
Definition at line 130 of file abbrowser-conduit.cc.
Member Function Documentation
bool AbbrowserConduit::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 509 of file abbrowser-conduit.cc.
void AbbrowserConduit::slotCleanup | ( | ) | [protected, slot] |
Definition at line 859 of file abbrowser-conduit.cc.
void AbbrowserConduit::slotDeletedRecord | ( | ) | [protected, slot] |
Definition at line 750 of file abbrowser-conduit.cc.
void AbbrowserConduit::slotDeleteUnsyncedHHRecords | ( | ) | [protected, slot] |
Definition at line 837 of file abbrowser-conduit.cc.
void AbbrowserConduit::slotDeleteUnsyncedPCRecords | ( | ) | [protected, slot] |
Definition at line 804 of file abbrowser-conduit.cc.
void AbbrowserConduit::slotPalmRecToPC | ( | ) | [protected, slot] |
Definition at line 590 of file abbrowser-conduit.cc.
void AbbrowserConduit::slotPCRecToPalm | ( | ) | [protected, slot] |
Definition at line 658 of file abbrowser-conduit.cc.
void AbbrowserConduit::slotTestRecord | ( | ) | [protected, slot] |
Definition at line 1877 of file abbrowser-conduit.cc.
The documentation for this class was generated from the following files: