Into

Modules

Documentation

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
(
  • int msec
)

Suspend the current thread for msec milliseconds.

static void
(
  • int usec
)

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.

Notes (0)

Add a note

Not a single note added yet. Be the first, add yours.