All supported axes attributes for: line, ticks, labels, title, min/max, log, reverse, ...
Definition at line 99 of file RAttrAxis.hxx.
Public Attributes | |
RAttrLineEnding | ending {this, "ending"} |
! ending attributes | |
RAttrAxisLabels | labels {this, "labels"} |
! labels attributes | |
RAttrLine | line {this, "line"} |
! line attributes | |
RAttrValue< double > | log {this, "log", 0} |
! log scale, <1 off, 1 - base10, 2 - base 2, 2.71 - exp, 3, 4, ... | |
RAttrValue< double > | max {this, "max", 0.} |
! axis max | |
RAttrValue< double > | min {this, "min", 0.} |
! axis min | |
RAttrValue< bool > | reverse {this, "reverse", false} |
! reverse scale | |
RAttrValue< double > | symlog {this, "symlog", 0} |
! symlog scale constant, 0 - off | |
RAttrAxisTicks | ticks {this, "ticks"} |
! ticks attributes | |
RAttrValue< bool > | time {this, "time", false} |
! time scale | |
RAttrValue< std::string > | timeFormat {this, "timeFormat", ""} |
! time format | |
RAttrValue< double > | timeOffset {this, "timeOffset", 0} |
! offset for time axis values | |
RAttrAxisTitle | title {this, "title"} |
! title attributes | |
RAttrValue< double > | zoomMax {this, "zoomMax", 0.} |
! axis zoom max | |
RAttrValue< double > | zoomMin {this, "zoomMin", 0.} |
! axis zoom min | |
Protected Member Functions | |
const RAttrMap & | GetDefaults () const override |
Return default values for attributes, empty for base class. | |
![]() | |
RAttrMap | CollectDefaults () const override |
Collect all attributes in derived class Works only if such class has dictionary. | |
void | CopyTo (RAttrAggregation &tgt, bool use_style=true) const |
Copy attributes into target object. | |
bool | CopyValue (const std::string &name, const RAttrMap::Value_t &value, bool check_type=true) |
Copy attributes from other object. | |
bool | IsAggregation () const final |
bool | IsSame (const RAttrAggregation &src, bool use_style=true) const |
Check if all values which are evaluated in this object are exactly the same as in tgt object. | |
bool | IsValueEqual (const std::string &name, const RAttrMap::Value_t &value, bool use_style=false) const |
Check if provided value equal to attribute in the map. | |
![]() | |
RAttrBase (const char *prefix) | |
RAttrBase (RAttrBase *parent, const char *prefix=nullptr) | |
RAttrBase (RDrawable *drawable, const char *prefix=nullptr) | |
const Rec_t | AccessAttr (const std::string &name) const |
Find attributes container and full-qualified name for value. | |
const Val_t | AccessValue (const std::string &name, bool use_style=true) const |
Search value with given name in attributes. | |
void | ClearValue (const std::string &name) |
Clear value if any with specified name. | |
Rec_t | EnsureAttr (const std::string &name) |
Ensure attribute with give name exists - creates container for attributes if required. | |
RDrawable * | GetDrawable () const |
RAttrMap * | GetOwnAttr () const |
RAttrBase * | GetParent () const |
const char * | GetPrefix () const |
void | MoveTo (RAttrBase &tgt) |
Move all fields into target object. | |
void | SetNoValue (const std::string &name) |
Set <NoValue> for attribute. | |
#include <ROOT/RAttrAxis.hxx>
|
default |
|
inline |
Definition at line 101 of file RAttrAxis.hxx.
|
inline |
Definition at line 101 of file RAttrAxis.hxx.
Definition at line 101 of file RAttrAxis.hxx.
|
inline |
Definition at line 122 of file RAttrAxis.hxx.
|
inline |
Definition at line 146 of file RAttrAxis.hxx.
|
inline |
Definition at line 125 of file RAttrAxis.hxx.
|
inlineoverrideprotectedvirtual |
Return default values for attributes, empty for base class.
Reimplemented from ROOT::Experimental::RAttrAggregation.
Definition at line 101 of file RAttrAxis.hxx.
|
inline |
Definition at line 154 of file RAttrAxis.hxx.
|
inline |
Definition at line 130 of file RAttrAxis.hxx.
|
inline |
Definition at line 128 of file RAttrAxis.hxx.
|
inline |
Definition at line 129 of file RAttrAxis.hxx.
|
inline |
Definition at line 127 of file RAttrAxis.hxx.
Definition at line 101 of file RAttrAxis.hxx.
Definition at line 121 of file RAttrAxis.hxx.
|
inline |
Definition at line 132 of file RAttrAxis.hxx.
Definition at line 153 of file RAttrAxis.hxx.
Definition at line 124 of file RAttrAxis.hxx.
RAttrLineEnding ROOT::Experimental::RAttrAxis::ending {this, "ending"} |
! ending attributes
Definition at line 106 of file RAttrAxis.hxx.
RAttrAxisLabels ROOT::Experimental::RAttrAxis::labels {this, "labels"} |
! labels attributes
Definition at line 107 of file RAttrAxis.hxx.
! line attributes
Definition at line 105 of file RAttrAxis.hxx.
RAttrValue<double> ROOT::Experimental::RAttrAxis::log {this, "log", 0} |
! log scale, <1 off, 1 - base10, 2 - base 2, 2.71 - exp, 3, 4, ...
Definition at line 114 of file RAttrAxis.hxx.
RAttrValue<double> ROOT::Experimental::RAttrAxis::max {this, "max", 0.} |
! axis max
Definition at line 111 of file RAttrAxis.hxx.
RAttrValue<double> ROOT::Experimental::RAttrAxis::min {this, "min", 0.} |
! axis min
Definition at line 110 of file RAttrAxis.hxx.
RAttrValue<bool> ROOT::Experimental::RAttrAxis::reverse {this, "reverse", false} |
! reverse scale
Definition at line 116 of file RAttrAxis.hxx.
RAttrValue<double> ROOT::Experimental::RAttrAxis::symlog {this, "symlog", 0} |
! symlog scale constant, 0 - off
Definition at line 115 of file RAttrAxis.hxx.
RAttrAxisTicks ROOT::Experimental::RAttrAxis::ticks {this, "ticks"} |
! ticks attributes
Definition at line 109 of file RAttrAxis.hxx.
RAttrValue<bool> ROOT::Experimental::RAttrAxis::time {this, "time", false} |
! time scale
Definition at line 117 of file RAttrAxis.hxx.
RAttrValue<std::string> ROOT::Experimental::RAttrAxis::timeFormat {this, "timeFormat", ""} |
! time format
Definition at line 119 of file RAttrAxis.hxx.
RAttrValue<double> ROOT::Experimental::RAttrAxis::timeOffset {this, "timeOffset", 0} |
! offset for time axis values
Definition at line 118 of file RAttrAxis.hxx.
RAttrAxisTitle ROOT::Experimental::RAttrAxis::title {this, "title"} |
! title attributes
Definition at line 108 of file RAttrAxis.hxx.
RAttrValue<double> ROOT::Experimental::RAttrAxis::zoomMax {this, "zoomMax", 0.} |
! axis zoom max
Definition at line 113 of file RAttrAxis.hxx.
RAttrValue<double> ROOT::Experimental::RAttrAxis::zoomMin {this, "zoomMin", 0.} |
! axis zoom min
Definition at line 112 of file RAttrAxis.hxx.