kpilot

CheckUser Class Reference

#include <hotSync.h>

Inheritance diagram for CheckUser:

List of all members.


Public Member Functions

 CheckUser (KPilotLink *p, QWidget *w=0L)
virtual ~CheckUser ()

Protected Member Functions

virtual bool exec ()

Detailed Description

Definition at line 41 of file hotSync.h.


Constructor & Destructor Documentation

CheckUser::CheckUser ( KPilotLink p,
QWidget w = 0L 
)

Definition at line 777 of file hotSync.cc.

CheckUser::~CheckUser (  )  [virtual]

Definition at line 784 of file hotSync.cc.


Member Function Documentation

bool CheckUser::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 789 of file hotSync.cc.


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