9#ifndef ROOT7_RAttrMarker
10#define ROOT7_RAttrMarker
16namespace Experimental {
38 float GetSize()
const {
return GetValue<double>(
"size"); }
42 int GetStyle()
const {
return GetValue<int>(
"style"); }
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.
RAttrMarker & SetSize(float size)
The size of the marker.
R__ATTR_CLASS(RAttrMarker, "marker_", AddDouble("size", 1.).AddInt("style", 1).AddDefaults(fColor))
RAttrMarker & SetColor(const RColor &color)
RAttrColor fColor
! marker color, will access container from line attributes
RAttrMarker & SetStyle(int style)
The style of the marker.
tbb::task_arena is an alias of tbb::interface7::task_arena, which doesn't allow to forward declare tb...