classPiiDelay
#include <PiiDelay.h>
A utility class that reveals the protected msleep() member of QThread so that program flow can be delayed anywhere.
Inherits QThread
Description
PiiDelay::msleep(1000); // stops for one second
Static public member functions
|
static void
|
(
Suspend the current thread for msec milliseconds. |
|
static void
|
(
Suspend the current thread for usec microseconds. |
Function details
-
static void msleep
(- int msec
[static]Suspend the current thread for msec milliseconds.
-
static void usleep
(- int usec
[static]Suspend the current thread for usec microseconds.
Add a note
Not a single note added yet. Be the first, add yours.