Enters an event loop and terminates it after a timeout occurs. More...
#include <doevents.h>
Inheritance diagram for bbb::DoEvents:Public Member Functions | |
| DoEvents (int time_milisec) | |
| constructor; | |
| virtual | ~DoEvents (void) |
| destructor; | |
Static Public Member Functions | |
| static void | wait (int milisec) |
| waits specified number of miliseconds then returns | |
Protected Member Functions | |
| void | timerEvent (QTimerEvent *e) |
| fired when the timeout expires | |
Enters an event loop and terminates it after a timeout occurs.