Blender
V3.3
|
#include <StyleModule.h>
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 28 of file StyleModule.h.
|
inline |
Definition at line 30 of file StyleModule.h.
|
inlinevirtual |
Definition at line 40 of file StyleModule.h.
|
inline |
Definition at line 44 of file StyleModule.h.
References Freestyle::StrokeLayer::AddStroke(), NULL, and reset.
|
inline |
Definition at line 94 of file StyleModule.h.
Referenced by Freestyle::Module::getAlwaysRefresh().
|
inline |
Definition at line 99 of file StyleModule.h.
Referenced by Freestyle::Module::getCausal().
|
inline |
Definition at line 114 of file StyleModule.h.
|
inline |
Definition at line 104 of file StyleModule.h.
Referenced by Freestyle::Module::getDrawable().
|
inline |
Definition at line 89 of file StyleModule.h.
Referenced by Freestyle::BufferedStyleModule::interpret(), and Freestyle::BlenderStyleModule::interpret().
|
inline |
Definition at line 109 of file StyleModule.h.
|
inlineprotectedvirtual |
Reimplemented in Freestyle::BlenderStyleModule, and Freestyle::BufferedStyleModule.
Definition at line 82 of file StyleModule.h.
Definition at line 125 of file StyleModule.h.
References usdtokens::b().
Referenced by Freestyle::Module::setAlwaysRefresh().
Definition at line 130 of file StyleModule.h.
References usdtokens::b().
Referenced by Freestyle::Module::setCausal().
Definition at line 148 of file StyleModule.h.
References usdtokens::b().
Referenced by Freestyle::Canvas::setVisible().
Definition at line 135 of file StyleModule.h.
References usdtokens::b().
Referenced by Freestyle::Module::setDrawable().
|
inline |
Definition at line 120 of file StyleModule.h.
Definition at line 140 of file StyleModule.h.
References usdtokens::b().
|
protected |
Definition at line 162 of file StyleModule.h.
Referenced by Freestyle::BufferedStyleModule::interpret(), and Freestyle::BlenderStyleModule::interpret().