
Definition at line 34 of file pythonscript.cpp.
Public Attributes | |
| Py::Module * | m_module |
| Py::Object * | m_code |
| QStringList | m_functions |
| QStringList | m_classes |
|
|
A list of classnames. Definition at line 60 of file pythonscript.cpp. Referenced by Kross::Python::PythonScript::classInstance(), Kross::Python::PythonScript::execute(), and Kross::Python::PythonScript::getClassNames(). |
|
|
The PyCodeObject object representing the compiled python code. Internaly we first compile the python code and later execute it. Definition at line 50 of file pythonscript.cpp. Referenced by Kross::Python::PythonScript::execute(), and Kross::Python::PythonScript::PythonScript(). |
|
|
A list of functionnames. Definition at line 55 of file pythonscript.cpp. Referenced by Kross::Python::PythonScript::callFunction(), Kross::Python::PythonScript::execute(), and Kross::Python::PythonScript::getFunctionNames(). |
|
|
The Py::Module instance this PythonScript has as local context. Definition at line 42 of file pythonscript.cpp. Referenced by Kross::Python::PythonScript::callFunction(), Kross::Python::PythonScript::classInstance(), Kross::Python::PythonScript::execute(), Kross::Python::PythonScript::getClassNames(), Kross::Python::PythonScript::getFunctionNames(), and Kross::Python::PythonScript::PythonScript(). |
1.4.6