|
Blender V4.3
|
#include <BlenderStyleModule.h>
Inherits Freestyle::StyleModule.
Public Member Functions | |
| BufferedStyleModule (const string &buffer, const string &file_name, Interpreter *inter) | |
| virtual | ~BufferedStyleModule () |
Public Member Functions inherited from Freestyle::StyleModule | |
| StyleModule (const string &file_name, Interpreter *inter) | |
| virtual | ~StyleModule () |
| StrokeLayer * | execute () |
| const string | getFileName () const |
| bool | getAlwaysRefresh () const |
| bool | getCausal () const |
| bool | getDrawable () const |
| bool | getModified () const |
| bool | getDisplayed () const |
| void | setFileName (const string &file_name) |
| void | setAlwaysRefresh (bool b=true) |
| void | setCausal (bool b=true) |
| void | setDrawable (bool b=true) |
| void | setModified (bool b=true) |
| void | setDisplayed (bool b=true) |
Protected Member Functions | |
| virtual int | interpret () |
Additional Inherited Members | |
Protected Attributes inherited from Freestyle::StyleModule | |
| Interpreter * | _inter |
Definition at line 20 of file BlenderStyleModule.h.
|
inline |
Definition at line 22 of file BlenderStyleModule.h.
|
inlinevirtual |
Definition at line 28 of file BlenderStyleModule.h.
|
inlineprotectedvirtual |
Reimplemented from Freestyle::StyleModule.
Definition at line 31 of file BlenderStyleModule.h.
References Freestyle::StyleModule::_inter, BLI_assert, Freestyle::StyleModule::getFileName(), and Freestyle::PythonInterpreter::interpretString().