10#define ROOT7_RAttrLine
16namespace Experimental {
39 double GetWidth()
const {
return GetValue<double>(
"width"); }
43 int GetStyle()
const {
return GetValue<int>(
"style"); }
include TDocParser_001 C image html pict1_TDocParser_001 png width
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 line attributes for different objects.
RAttrLine & SetColor(const RColor &color)
The color of the line.
RAttrColor fColor
! line color, will access container from line attributes
RAttrLine & SetWidth(double width)
The width of the line.
RAttrLine & SetStyle(int style)
The style of the line.
R__ATTR_CLASS(RAttrLine, "line_", AddDouble("width", 1.).AddInt("style", 1).AddDefaults(fColor))
tbb::task_arena is an alias of tbb::interface7::task_arena, which doesn't allow to forward declare tb...