9#ifndef ROOT7_RAttrMarker
10#define ROOT7_RAttrMarker
17namespace Experimental {
Base class for all attributes, used with RDrawable.
Access RColor from drawable attributes.
RColor GetColor() const
Extract RColor for given attribute.
RAttrValue< int > fStyle
! marker style
RAttrMarker & SetColor(const RColor &color)
RAttrColor fColor
! marker color
R__ATTR_CLASS(RAttrMarker, "marker")
RAttrMarker & SetStyle(int style)
The style of the marker.
RAttrMarker & SetSize(double size)
The size of the marker.
RAttrValue< double > fSize
! marker size
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...