Logo ROOT   6.12/07
Reference Guide
List of all members | Classes | Public Member Functions | Public Attributes | List of all members
ROOT::Experimental::TLineAttrs Struct Reference

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< TColorfColor
 Line color. More...
 
TDrawingAttrRef< long long > fWidth
 Line width. More...
 

#include <ROOT/TDrawingAttrs.hxx>

Constructor & Destructor Documentation

◆ TLineAttrs() [1/2]

ROOT::Experimental::TLineAttrs::TLineAttrs ( )
default

◆ TLineAttrs() [2/2]

ROOT::Experimental::TLineAttrs::TLineAttrs ( TDrawingOptsBaseNoDefault opts,
const std::string &  name,
const TColor col,
Width  width 
)
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.

Member Data Documentation

◆ fColor

TDrawingAttrRef<TColor> ROOT::Experimental::TLineAttrs::fColor

Line color.

Definition at line 169 of file TDrawingAttrs.hxx.

◆ fWidth

TDrawingAttrRef<long long> ROOT::Experimental::TLineAttrs::fWidth

Line width.

Definition at line 170 of file TDrawingAttrs.hxx.

Collaboration diagram for ROOT::Experimental::TLineAttrs:
[legend]

The documentation for this struct was generated from the following file: