PythonQt
|
#include <PythonQtThreadSupport.h>
Public Member Functions | |
PythonQtThreadStateSaver () | |
~PythonQtThreadStateSaver () | |
void | save () |
void | restore () |
This class wraps the Python save/restore thread state API. It can be used to allow other Python threads to run when entering C++ code from Python code.
Definition at line 104 of file PythonQtThreadSupport.h.
|
inline |
|
inline |
|
inline |
Definition at line 119 of file PythonQtThreadSupport.h.
Referenced by ~PythonQtThreadStateSaver().
|
inline |
Definition at line 115 of file PythonQtThreadSupport.h.
Referenced by PythonQtThreadStateSaver().