kio
KTimeout Class Reference
#include <ktimeout.h>
Inheritance diagram for KTimeout:
Public Slots | |
void | addTimer (int id, int timeout) |
void | clear () |
void | removeTimer (int id) |
void | resetTimer (int id, int timeout) |
Signals | |
void | timedOut (int id) |
Public Member Functions | |
KTimeout (int size=29) | |
virtual | ~KTimeout () |
Detailed Description
Definition at line 30 of file ktimeout.h.
Constructor & Destructor Documentation
KTimeout::KTimeout | ( | int | size = 29 |
) |
Definition at line 25 of file ktimeout.cpp.
KTimeout::~KTimeout | ( | ) | [virtual] |
Definition at line 31 of file ktimeout.cpp.
Member Function Documentation
void KTimeout::addTimer | ( | int | id, | |
int | timeout | |||
) | [slot] |
Definition at line 49 of file ktimeout.cpp.
void KTimeout::clear | ( | ) | [slot] |
Definition at line 36 of file ktimeout.cpp.
void KTimeout::removeTimer | ( | int | id | ) | [slot] |
Definition at line 41 of file ktimeout.cpp.
void KTimeout::resetTimer | ( | int | id, | |
int | timeout | |||
) | [slot] |
Definition at line 61 of file ktimeout.cpp.
void KTimeout::timedOut | ( | int | id | ) | [signal] |
The documentation for this class was generated from the following files: