kget
bt::WaitJob Class Reference
#include <waitjob.h>
Inheritance diagram for bt::WaitJob:

Detailed Description
Job to wait for a certain amount of time or until one or more ExitOperation's have finished.
Definition at line 38 of file waitjob.h.
Public Member Functions | |
| void | addExitOperation (ExitOperation *op) |
| virtual void | kill (bool quietly=true) |
| bool | needToWait () const |
| WaitJob (Uint32 millis) | |
| virtual | ~WaitJob () |
Static Public Member Functions | |
| static void | execute (WaitJob *job) |
Constructor & Destructor Documentation
| bt::WaitJob::WaitJob | ( | Uint32 | millis | ) |
Definition at line 29 of file waitjob.cpp.
| bt::WaitJob::~WaitJob | ( | ) | [virtual] |
Definition at line 35 of file waitjob.cpp.
Member Function Documentation
| void bt::WaitJob::addExitOperation | ( | ExitOperation * | op | ) |
| void bt::WaitJob::execute | ( | WaitJob * | job | ) | [static] |
| void bt::WaitJob::kill | ( | bool | quietly = true |
) | [virtual] |
Definition at line 38 of file waitjob.cpp.
| bool bt::WaitJob::needToWait | ( | ) | const [inline] |
The documentation for this class was generated from the following files:
KDE 4.2 API Reference