23 getCurrentStyleModule()->setAlwaysRefresh(
b);
28 getCurrentStyleModule()->setCausal(
b);
33 getCurrentStyleModule()->setDrawable(
b);
38 return getCurrentStyleModule()->getAlwaysRefresh();
43 return getCurrentStyleModule()->getCausal();
48 return getCurrentStyleModule()->getDrawable();
58 MEM_CXX_CLASS_ALLOC_FUNCS(
"Freestyle:Module")
Class to define a canvas designed to draw style modules.
Read Guarded memory(de)allocation.
Class representing a style module.
static Canvas * getInstance()
StyleModule * getCurrentStyleModule()
static void setDrawable(bool b=true)
static void setAlwaysRefresh(bool b=true)
static void setCausal(bool b=true)
static bool getDrawable()
static bool getAlwaysRefresh()