|
Blender V5.0
|
#include <PythonInterpreter.h>
Inherits Freestyle::Interpreter.
Public Member Functions | |
| PythonInterpreter () | |
| void | setContext (bContext *C) |
| int | interpretFile (const string &filename) |
| int | interpretString (const string &str, const string &name) |
| int | interpretText (struct Text *text, const string &name) |
| void | reset () |
| Public Member Functions inherited from Freestyle::Interpreter | |
| Interpreter () | |
| virtual | ~Interpreter () |
| virtual string | getLanguage () const |
Additional Inherited Members | |
| Protected Attributes inherited from Freestyle::Interpreter | |
| string | _language |
Definition at line 28 of file PythonInterpreter.h.
|
inline |
Definition at line 30 of file PythonInterpreter.h.
References Freestyle::Interpreter::_language.
|
inlinevirtual |
Implements Freestyle::Interpreter.
Definition at line 40 of file PythonInterpreter.h.
References BKE_id_delete(), BKE_text_load(), BPY_run_filepath(), BPY_run_text(), and G_MAIN.
|
inline |
Definition at line 67 of file PythonInterpreter.h.
References BPY_run_string_eval(), name, and str.
Referenced by Freestyle::BufferedStyleModule::interpret().
|
inline |
Definition at line 78 of file PythonInterpreter.h.
References BPY_run_text(), and name.
Referenced by Freestyle::BlenderStyleModule::interpret().
|
inlinevirtual |
Implements Freestyle::Interpreter.
Definition at line 88 of file PythonInterpreter.h.
|
inline |
Definition at line 35 of file PythonInterpreter.h.
Referenced by Freestyle::Controller::setContext().