static void FX::QThread::addCreationUpcall ( CreationUpcallSpec  upcallv,
bool  inThread = false 
) [static, inherited]

Registers code to be called when a thread is created. The form of the code is:

    void function(QThread *);
    void Object::member(QThread *);
The most common is a member function as this can be in some arbitrary object instance, thus making finding your data much easier. If inThread is true, the upcall is made just after setting up the new thread and just before waking the thread who called start() if it requested to wait. If it's false, the upcall is made just after the thread has been successfully started.


(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