|
Blender V4.3
|
#include <Interpreter.h>
Inherited by Freestyle::PythonInterpreter.
Public Member Functions | |
| Interpreter () | |
| virtual | ~Interpreter () |
| virtual int | interpretFile (const string &filename)=0 |
| virtual string | getLanguage () const |
| virtual void | reset ()=0 |
Protected Attributes | |
| string | _language |
Definition at line 22 of file Interpreter.h.
|
inline |
Definition at line 24 of file Interpreter.h.
References _language.
|
inlinevirtual |
Definition at line 29 of file Interpreter.h.
|
inlinevirtual |
Definition at line 33 of file Interpreter.h.
References _language.
|
pure virtual |
Implemented in Freestyle::PythonInterpreter.
Referenced by Freestyle::StyleModule::interpret().
|
pure virtual |
Implemented in Freestyle::PythonInterpreter.
Referenced by Freestyle::Controller::resetInterpreter().
|
protected |
Definition at line 41 of file Interpreter.h.
Referenced by getLanguage(), Interpreter(), and Freestyle::PythonInterpreter::PythonInterpreter().