The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Qt::Core::QThread

PUBLIC METHODS

QThread(QObject * parent)
QThread(QObject * parent = 0)
~QThread()
static QThread * currentThread()
static unsigned long currentThreadId()
void exit(int retcode)
void exit(int retcode = 0)
static int idealThreadCount()
bool isFinished()
bool isRunning()
QThread::Priority priority()
void quit()
void setPriority(QThread::Priority priority)
void setStackSize(uint stackSize)
uint stackSize()
void start(QThread::Priority arg0)
void start(QThread::Priority arg0 = QThread::InheritPriority)
void terminate()
bool wait(unsigned long time)
bool wait(unsigned long time = ULONG_MAX)
static void yieldCurrentThread()

ENUM VALUES

IdlePriority
LowestPriority
LowPriority
NormalPriority
HighPriority
HighestPriority
TimeCriticalPriority
InheritPriority

EXPORT

None by default.

AUTHOR

Dongxu Ma <dongxu@cpan.org>

COPYRIGHT AND LICENSE

Copyright (C) 2011 - 2012 by Dongxu Ma

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

See http://dev.perl.org/licenses/artistic.html