10#define ROOT7_RAttrFill
16namespace Experimental {
34 int GetStyle()
const {
return GetValue<int>(
"style"); }
Base class for all attributes, used with RDrawable.
void SetValue(const std::string &name, bool value)
Set boolean value.
Access RColor from drawable attributes.
RColor GetColor() const
Extract RColor for given attribute.
Drawing fill attributes for different objects.
R__ATTR_CLASS(RAttrFill, "fill_", AddInt("style", 1).AddDefaults(fColor))
RAttrFill & SetStyle(int style)
The fill style.
RAttrFill & SetColor(const RColor &color)
The fill color.
RAttrColor fColor
! line color, will access container from line attributes
tbb::task_arena is an alias of tbb::interface7::task_arena, which doesn't allow to forward declare tb...