17namespace Experimental {
Base class for all attributes, used with RDrawable.
Drawing attributes for a box: rectangular lines with size and position.
R__ATTR_CLASS(RAttrBox, "box_", AddDefaults(fAttrBorder).AddDefaults(fAttrFill))
RAttrBox & SetAttrBorder(const RAttrLine &border)
RAttrBox & SetAttrFill(const RAttrFill &fill)
const RAttrFill & GetAttrFill() const
const RAttrLine & GetAttrBorder() const
Drawing fill attributes for different objects.
Drawing line attributes for different objects.
tbb::task_arena is an alias of tbb::interface7::task_arena, which doesn't allow to forward declare tb...