QThread
#include <QtCore/QThread>
More information will be added here shortly. For now, you'll find more extensive information about this class in the Qt reference for QThread
Overview
Public Types Index
Public Functions Index
QThread (QObject *parent=0) | |
~QThread () | |
void | exit (int retcode=0) |
bool | isFinished () const |
bool | isRunning () const |
Priority | priority () const |
void | setPriority (Priority priority) |
void | setStackSize (uint stackSize) |
uint | stackSize () const |
bool | wait (unsigned long time=ULONG_MAX) |
Static Public Functions Index
QThread * | currentThread () |
Qt::HANDLE | currentThreadId () |
int | idealThreadCount () |
void | yieldCurrentThread () |
Protected Functions Index
Protected Static Functions Index
void | msleep (unsigned long) |
void | setTerminationEnabled (bool enabled=true) |
void | sleep (unsigned long) |
void | usleep (unsigned long) |
Signals Index
void | finished () |
void | started () |
void | terminated () |
Public Types
- IdlePriority
- LowestPriority
- LowPriority
- NormalPriority
- HighPriority
- HighestPriority
- TimeCriticalPriority
- InheritPriority
Public Functions
Destructor.
void
bool
bool
Priority
void
void
uint
bool
Static Public Functions
Protected Functions
int
virtual void
Protected Static Functions
void
void
void
void
Public Slots
void
void
void
Signals
void
void
void
© 2013 Digia Plc and/or its subsidiaries. Documentation contributions included herein are the copyrights of their respective owners.
The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation.
Documentation sources may be obtained from www.qt-project.org.
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide. All other trademarks are property of their respective owners. Privacy Policy