cctw  0.2.1
Public Member Functions | Static Public Member Functions | List of all members
CctwThread Class Reference

#include <cctwthread.h>

Inheritance diagram for CctwThread:
Inheritance graph
Collaboration diagram for CctwThread:
Collaboration graph

Public Member Functions

 CctwThread (QObject *parent=0)
 

Static Public Member Functions

static void sleep (unsigned long sec)
 
static void msleep (unsigned long msec)
 
static void usleep (unsigned long usec)
 

Detailed Description

Definition at line 6 of file cctwthread.h.

Constructor & Destructor Documentation

CctwThread::CctwThread ( QObject *  parent = 0)
explicit

Definition at line 3 of file cctwthread.cpp.

3  :
4  QThread(parent)
5 {
6 }

Member Function Documentation

void CctwThread::msleep ( unsigned long  msec)
static
void CctwThread::sleep ( unsigned long  sec)
static

Definition at line 8 of file cctwthread.cpp.

9 {
10  QThread::sleep(sec);
11 }
void CctwThread::usleep ( unsigned long  usec)
static

Definition at line 18 of file cctwthread.cpp.

19 {
20  QThread::usleep(usec);
21 }

The documentation for this class was generated from the following files: