![]() |
ROOT 6.12/07 Reference Guide |
Public Member Functions | |
TPadDrawingOpts (TPadBase &parent) | |
TPadDrawingOpts & | At (const TPadPos &pos) |
Set the position of this pad with respect to the parent pad. More... | |
![]() | |
TDrawingOptsBase ()=default | |
TDrawingOptsBase (TPadBase &pad, std::string_view name) | |
Construct from the pad that holds our TDrawable . More... | |
void | Apply (const TPadDrawingOpts &other) |
Apply the given options to this option set. More... | |
![]() | |
TDrawingOptsBaseNoDefault ()=default | |
TDrawingOptsBaseNoDefault (const TDrawingOptsBaseNoDefault &other) | |
TDrawingOptsBaseNoDefault (TDrawingOptsBaseNoDefault &&other)=default | |
~TDrawingOptsBaseNoDefault () | |
template<class PRIMITIVE > | |
PRIMITIVE & | Get (TDrawingAttrRef< PRIMITIVE > ref) |
Access to the attribute (non-const version). More... | |
template<class PRIMITIVE > | |
const PRIMITIVE & | Get (TDrawingAttrRef< PRIMITIVE > ref) const |
Access to the attribute (const version). More... | |
Private Attributes | |
TPadPos | fPos |
Offset with respect to parent TPad. More... | |
Additional Inherited Members | |
![]() | |
static TPadDrawingOpts & | Default () |
Retrieve the default drawing options for DERIVED . More... | |
static TPadDrawingOpts | GetDefaultForStyle (const TStyle &style) |
Retrieve the default drawing options for the given style. More... | |
![]() | |
TDrawingOptsBaseNoDefault (TPadBase &pad, std::string_view name) | |
Construct from the pad that holds our TDrawable . More... | |
TCanvas & | GetCanvas () |
The TCanvas holding the TDrawable (or its TPad ) (non-const version). More... | |
const TCanvas & | GetCanvas () const |
The TCanvas holding the TDrawable (or its TPad ) (const version). More... | |
const std::string & | GetName () const |
Get the (style config) name of this option set. More... | |
template<class PRIMITIVE > | |
TDrawingAttrRef< PRIMITIVE > | Register (const PRIMITIVE &val) |
template<class PRIMITIVE > | |
TDrawingAttrRef< PRIMITIVE > | SameAs (TDrawingAttrRef< PRIMITIVE > idx) |
template<class PRIMITIVE > | |
TDrawingAttrRef< PRIMITIVE > | SameAs (const PRIMITIVE &val) |
template<class PRIMITIVE > | |
void | Update (TDrawingAttrRef< PRIMITIVE > idx, const PRIMITIVE &val) |
![]() | |
static TPadBase & | GetDefaultCanvas (const TStyle &style) |
Default attributes need to register their values in a pad - they will take this pad for default attributes of a style, as identified by the style's name. More... | |
static bool | IsDefaultCanvas (const TPadBase &canv) |
Whether the canvas is one of the canvases used to store attribute defaults. More... | |
#include <ROOT/TPad.hxx>
|
inline |
|
inline |
|
private |