Blender
V3.3
|
#include <DrawingStyle.h>
Public Types | |
enum | STYLE { FILLED , LINES , POINTS , INVISIBLE } |
Public Member Functions | |
DrawingStyle () | |
DrawingStyle (const DrawingStyle &iBrother) | |
virtual | ~DrawingStyle () |
DrawingStyle & | operator= (const DrawingStyle &ds) |
void | setStyle (const STYLE iStyle) |
void | setLineWidth (const float iLineWidth) |
void | setPointSize (const float iPointSize) |
void | setLightingEnabled (const bool on) |
STYLE | style () const |
float | lineWidth () const |
float | pointSize () const |
bool | lightingEnabled () const |
Definition at line 16 of file DrawingStyle.h.
Enumerator | |
---|---|
FILLED | |
LINES | |
POINTS | |
INVISIBLE |
Definition at line 18 of file DrawingStyle.h.
|
inline |
Definition at line 25 of file DrawingStyle.h.
References FILLED.
|
inlineexplicit |
Definition at line 93 of file DrawingStyle.h.
|
inlinevirtual |
Definition at line 35 of file DrawingStyle.h.
|
inline |
Definition at line 77 of file DrawingStyle.h.
Referenced by Freestyle::NodeDrawingStyle::lightingEnabled().
|
inline |
Definition at line 67 of file DrawingStyle.h.
Referenced by Freestyle::NodeDrawingStyle::lineWidth().
|
inline |
operators
Definition at line 101 of file DrawingStyle.h.
|
inline |
Definition at line 72 of file DrawingStyle.h.
Referenced by Freestyle::NodeDrawingStyle::pointSize().
Definition at line 57 of file DrawingStyle.h.
Referenced by Freestyle::NodeDrawingStyle::setLightingEnabled().
Definition at line 47 of file DrawingStyle.h.
Referenced by Freestyle::NodeDrawingStyle::setLineWidth().
Definition at line 52 of file DrawingStyle.h.
Referenced by Freestyle::NodeDrawingStyle::setPointSize().
Definition at line 42 of file DrawingStyle.h.
Referenced by Freestyle::NodeDrawingStyle::setStyle().
|
inline |
Definition at line 62 of file DrawingStyle.h.
Referenced by Freestyle::NodeDrawingStyle::style().