All supported axes attributes for: line, ticks, labels, title, min/max, log, reverse, ...
Definition at line 99 of file RAttrAxis.hxx.
Public Member Functions | |
RAttrAxis & | ClearMinMax () |
void | ClearTimeDisplay () |
RAttrAxis & | ClearZoom () |
std::string | GetTitle () const |
bool | IsLn () const |
bool | IsLog10 () const |
bool | IsLog2 () const |
bool | IsLogScale () const |
RAttrAxis & | SetMinMax (double _min, double _max) |
RAttrAxis & | SetTimeDisplay (const std::string &fmt="", double offset=-1) |
RAttrAxis & | SetTitle (const std::string &_title) |
RAttrAxis & | SetZoom (double _zoomMin, double _zoomMax) |
Public Member Functions inherited from ROOT::Experimental::RAttrAggregation | |
RAttrAggregation ()=default | |
RAttrAggregation (const RAttrAggregation &src) | |
RAttrAggregation (RAttrBase *parent, const char *prefix=nullptr) | |
RAttrAggregation (RDrawable *drawable, const char *prefix=nullptr) | |
void | Clear () override |
Clear all respective values from drawable. Only defaults can be used. | |
RAttrAggregation & | operator= (const RAttrAggregation &src) |
Public Member Functions inherited from ROOT::Experimental::RAttrBase | |
RAttrBase ()=default | |
virtual | ~RAttrBase () |
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 | |
Private Member Functions | |
R__ATTR_CLASS (RAttrAxis, "axis") | |
Additional Inherited Members | |
Protected Member Functions inherited from ROOT::Experimental::RAttrAggregation | |
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. | |
virtual const RAttrMap & | GetDefaults () const |
Return default values for attributes, empty for base class. | |
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. | |
Protected Member Functions inherited from ROOT::Experimental::RAttrBase | |
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>
|
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.
|
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.
|
private |
Definition at line 121 of file RAttrAxis.hxx.
|
inline |
Definition at line 132 of file RAttrAxis.hxx.
|
inline |
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.
RAttrLine ROOT::Experimental::RAttrAxis::line {this, "line"} |
! 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.