kpilot
CheckUser Class Reference
#include <hotSync.h>
Inheritance diagram for CheckUser:

Detailed Description
Definition at line 41 of file hotSync.h.
Public Member Functions | |
| CheckUser (KPilotLink *p, QWidget *w=0L) | |
| virtual | ~CheckUser () |
Protected Member Functions | |
| virtual bool | exec () |
Constructor & Destructor Documentation
| CheckUser::CheckUser | ( | KPilotLink * | p, | |
| QWidget * | w = 0L | |||
| ) | [explicit] |
Definition at line 744 of file hotSync.cc.
| CheckUser::~CheckUser | ( | ) | [virtual] |
Definition at line 751 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 756 of file hotSync.cc.
The documentation for this class was generated from the following files:
KDE 4.2 API Reference