|
Blender V4.3
|
#include <StyleModule.h>
Inherited by Freestyle::BlenderStyleModule, and Freestyle::BufferedStyleModule.
Public Member Functions | |
| 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 () |
Protected Attributes | |
| Interpreter * | _inter |
Definition at line 30 of file StyleModule.h.
|
inline |
Definition at line 32 of file StyleModule.h.
References _inter.
|
inlinevirtual |
Definition at line 42 of file StyleModule.h.
|
inline |
Definition at line 44 of file StyleModule.h.
References _inter, Freestyle::StrokeLayer::AddStroke(), Freestyle::Operators::getStrokesSet(), interpret(), and Freestyle::Operators::reset().
Referenced by Freestyle::Canvas::Draw().
|
inline |
Definition at line 95 of file StyleModule.h.
Referenced by Freestyle::Module::getAlwaysRefresh().
|
inline |
Definition at line 100 of file StyleModule.h.
Referenced by Freestyle::Module::getCausal().
|
inline |
Definition at line 115 of file StyleModule.h.
|
inline |
Definition at line 105 of file StyleModule.h.
Referenced by Freestyle::Module::getDrawable().
|
inline |
Definition at line 90 of file StyleModule.h.
Referenced by Freestyle::BlenderStyleModule::interpret(), and Freestyle::BufferedStyleModule::interpret().
|
inline |
Definition at line 110 of file StyleModule.h.
|
inlineprotectedvirtual |
Reimplemented in Freestyle::BlenderStyleModule, and Freestyle::BufferedStyleModule.
Definition at line 83 of file StyleModule.h.
References _inter, and Freestyle::Interpreter::interpretFile().
Referenced by execute().
|
inline |
Definition at line 126 of file StyleModule.h.
References b.
Referenced by Freestyle::Module::setAlwaysRefresh().
|
inline |
Definition at line 131 of file StyleModule.h.
References b.
Referenced by Freestyle::Module::setCausal().
|
inline |
Definition at line 149 of file StyleModule.h.
References b.
Referenced by Freestyle::Canvas::setVisible().
|
inline |
Definition at line 136 of file StyleModule.h.
References b.
Referenced by Freestyle::Module::setDrawable().
|
inline |
Definition at line 121 of file StyleModule.h.
|
inline |
Definition at line 141 of file StyleModule.h.
References b.
|
protected |
Definition at line 163 of file StyleModule.h.
Referenced by execute(), Freestyle::BlenderStyleModule::interpret(), Freestyle::BufferedStyleModule::interpret(), interpret(), and StyleModule().