Blender V5.0
Freestyle::StyleModule Class Reference

#include <StyleModule.h>

Inherited by Freestyle::BlenderStyleModule, and Freestyle::BufferedStyleModule.

Public Member Functions

 StyleModule (const string &file_name, Interpreter *inter)
virtual ~StyleModule ()
StrokeLayerexecute ()
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

Detailed Description

Definition at line 28 of file StyleModule.h.

Constructor & Destructor Documentation

◆ StyleModule()

Freestyle::StyleModule::StyleModule ( const string & file_name,
Interpreter * inter )
inline

◆ ~StyleModule()

virtual Freestyle::StyleModule::~StyleModule ( )
inlinevirtual

Definition at line 40 of file StyleModule.h.

Member Function Documentation

◆ execute()

StrokeLayer * Freestyle::StyleModule::execute ( )
inline

◆ getAlwaysRefresh()

bool Freestyle::StyleModule::getAlwaysRefresh ( ) const
inline

Definition at line 93 of file StyleModule.h.

◆ getCausal()

bool Freestyle::StyleModule::getCausal ( ) const
inline

Definition at line 98 of file StyleModule.h.

◆ getDisplayed()

bool Freestyle::StyleModule::getDisplayed ( ) const
inline

Definition at line 113 of file StyleModule.h.

◆ getDrawable()

bool Freestyle::StyleModule::getDrawable ( ) const
inline

Definition at line 103 of file StyleModule.h.

◆ getFileName()

const string Freestyle::StyleModule::getFileName ( ) const
inline

◆ getModified()

bool Freestyle::StyleModule::getModified ( ) const
inline

Definition at line 108 of file StyleModule.h.

◆ interpret()

virtual int Freestyle::StyleModule::interpret ( )
inlineprotectedvirtual

Reimplemented in Freestyle::BlenderStyleModule, and Freestyle::BufferedStyleModule.

Definition at line 81 of file StyleModule.h.

References _inter.

Referenced by execute().

◆ setAlwaysRefresh()

void Freestyle::StyleModule::setAlwaysRefresh ( bool b = true)
inline

Definition at line 124 of file StyleModule.h.

References b.

◆ setCausal()

void Freestyle::StyleModule::setCausal ( bool b = true)
inline

Definition at line 129 of file StyleModule.h.

References b.

◆ setDisplayed()

void Freestyle::StyleModule::setDisplayed ( bool b = true)
inline

Definition at line 147 of file StyleModule.h.

References b.

◆ setDrawable()

void Freestyle::StyleModule::setDrawable ( bool b = true)
inline

Definition at line 134 of file StyleModule.h.

References b.

◆ setFileName()

void Freestyle::StyleModule::setFileName ( const string & file_name)
inline

Definition at line 119 of file StyleModule.h.

◆ setModified()

void Freestyle::StyleModule::setModified ( bool b = true)
inline

Definition at line 139 of file StyleModule.h.

References b.

Member Data Documentation

◆ _inter

Interpreter* Freestyle::StyleModule::_inter
protected

The documentation for this class was generated from the following file: