NAME
Qt::Core::QThread
PUBLIC METHODS
- QThread(QObject * parent = 0)
- QThread(QObject * parent)
- ~QThread()
- static QThread * currentThread()
- static unsigned long currentThreadId()
- void exit(int retcode = 0)
- void exit(int retcode)
- 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 = QThread::InheritPriority)
- void start(QThread::Priority arg0)
- void terminate()
- bool wait(unsigned long time = ULONG_MAX)
- bool wait(unsigned long time)
- static void yieldCurrentThread()
EXPORT
None by default.
AUTHOR
Dongxu Ma <dongxu@cpan.org>
COPYRIGHT AND LICENSE
Copyright (C) 2011 - 2011 by Dongxu Ma
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.