9#ifndef ROOT7_RAttrMargins
10#define ROOT7_RAttrMargins
17namespace Experimental {
Base class for attributes aggregations like lines or fill attributes.
A margins attributes. Only relative and pixel coordinates are allowed.
RAttrValue< RPadLength > right
! right margin
R__ATTR_CLASS(RAttrMargins, "margins")
RAttrValue< RPadLength > bottom
! bottom margin
RAttrValue< RPadLength > top
! top margin
RAttrValue< RPadLength > left
! left margin
RAttrMargins & operator=(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...