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 120 of file PythonQtThreadSupport.h.
Referenced by ~PythonQtThreadStateSaver().
|
inline |
Definition at line 116 of file PythonQtThreadSupport.h.
Referenced by PythonQtThreadStateSaver().