9#ifndef ROOT7_RAttrMargins
10#define ROOT7_RAttrMargins
17namespace Experimental {
Base class for all attributes, used with RDrawable.
A margins attributes. Only relative and pixel coordinates are allowed.
RPadLength GetTop() const
RAttrValue< RPadLength > fRight
R__ATTR_CLASS(RAttrMargins, "margin")
RAttrValue< RPadLength > fLeft
RPadLength GetBottom() const
RPadLength GetLeft() const
RAttrMargins & SetTop(const RPadLength &len)
RAttrMargins & SetRight(const RPadLength &len)
RPadLength GetRight() const
RAttrMargins & SetLeft(const RPadLength &len)
RAttrValue< RPadLength > fBottom
RAttrValue< RPadLength > fTop
RAttrMargins & SetBottom(const RPadLength &len)
Template class to access single value from drawable or other attributes.
tbb::task_arena is an alias of tbb::interface7::task_arena, which doesn't allow to forward declare tb...