void FX::QThread::start ( bool  waitTillStarted = false  )  [inherited]

Parameters:
waitTillStarted True if you want the call to wait until the thread is running before returning
Call this to start the separate parallel execution of this thread object from its run(). Remember never to access any data in the QThread object after calling this method without first synchronising access. Our suggestion is to also subclass QMutex so then you can simply use lock() and unlock() (preferably via QMtxHold) around every access.


(C) 2002-2009 Niall Douglas. Some parts (C) to assorted authors.
Generated on Fri Nov 20 18:37:48 2009 for TnFOX by doxygen v1.4.7