![]() |
ROOT 6.12/07 Reference Guide |
Definition at line 168 of file TDrawingAttrs.hxx.
Classes | |
struct | Width |
Public Member Functions | |
TLineAttrs ()=default | |
TLineAttrs (TDrawingOptsBaseNoDefault &opts, const std::string &name, const TColor &col, Width width) | |
Construct from the pad that holds our TDrawable , passing the configuration name of this line attribute. More... | |
Public Attributes | |
TDrawingAttrRef< TColor > | fColor |
Line color. More... | |
TDrawingAttrRef< long long > | fWidth |
Line width. More... | |
#include <ROOT/TDrawingAttrs.hxx>
|
default |
|
inline |
Construct from the pad that holds our TDrawable
, passing the configuration name of this line attribute.
Definition at line 179 of file TDrawingAttrs.hxx.
TDrawingAttrRef<TColor> ROOT::Experimental::TLineAttrs::fColor |
Line color.
Definition at line 169 of file TDrawingAttrs.hxx.
TDrawingAttrRef<long long> ROOT::Experimental::TLineAttrs::fWidth |
Line width.
Definition at line 170 of file TDrawingAttrs.hxx.