30 LightingEnabled =
true;
47 LineWidth = iLineWidth;
52 PointSize = iPointSize;
77 return LightingEnabled;
86 MEM_CXX_CLASS_ALLOC_FUNCS(
"Freestyle:DrawingStyle")
91 Style = iBrother.Style;
92 LineWidth = iBrother.LineWidth;
93 PointSize = iBrother.PointSize;
94 LightingEnabled = iBrother.LightingEnabled;
100 LineWidth = ds.LineWidth;
101 PointSize = ds.PointSize;
102 LightingEnabled = ds.LightingEnabled;
Read Guarded memory(de)allocation.
bool lightingEnabled() const
void setLineWidth(const float iLineWidth)
void setStyle(const STYLE iStyle)
void setPointSize(const float iPointSize)
void setLightingEnabled(const bool on)
DrawingStyle & operator=(const DrawingStyle &ds)