Definition at line 237 of file RHistStatBox.hxx.
Public Member Functions | |
| template<class HIST > | |
| RHist1StatBox (const std::shared_ptr< HIST > &hist, const std::string &title="") | |
Public Member Functions inherited from ROOT::Experimental::RHistStatBox< 1 > | |
| RHistStatBox (const std::shared_ptr< HIST > &hist, const std::string &title="") | |
| std::shared_ptr< HistImpl_t > | GetHist () const |
Public Member Functions inherited from ROOT::Experimental::RHistStatBoxBase | |
| RHistStatBoxBase () | |
| RAttrLine & | AttrBorder () |
| RAttrFill & | AttrFill () |
| RAttrText & | AttrText () |
| const RAttrLine & | GetAttrBorder () const |
| const RAttrFill & | GetAttrFill () const |
| const RAttrText & | GetAttrText () const |
| RPadLength | GetCornerX () const |
| RPadLength | GetCornerY () const |
| RPadLength | GetHeight () const |
| const std::string & | GetTitle () const |
| RPadLength | GetWidth () const |
| RHistStatBoxBase & | SetAttrBorder (const RAttrLine &border) |
| RHistStatBoxBase & | SetAttrFill (const RAttrFill &fill) |
| RHistStatBoxBase & | SetAttrText (const RAttrText &attr) |
| RHistStatBoxBase & | SetCornerX (const RPadLength &pos) |
| RHistStatBoxBase & | SetCornerY (const RPadLength &pos) |
| RHistStatBoxBase & | SetHeight (const RPadLength &height) |
| void | SetTitle (const std::string &title) |
| RHistStatBoxBase & | SetWidth (const RPadLength &width) |
Public Member Functions inherited from ROOT::Experimental::RDrawable | |
| RDrawable (const std::string &type) | |
| virtual | ~RDrawable () |
| void | ClearStyle () |
| const std::string & | GetCssClass () const |
| const std::string & | GetCssType () const |
| const std::string & | GetId () const |
| void | SetCssClass (const std::string &cl) |
| void | SetId (const std::string &id) |
| virtual void | UseStyle (const std::shared_ptr< RStyle > &style) |
Protected Member Functions | |
| void | FillStatistic (unsigned, const RFrame::RUserRanges &, std::vector< std::string > &) const override |
Protected Member Functions inherited from ROOT::Experimental::RHistStatBox< 1 > | |
| void | CollectShared (Internal::RIOSharedVector_t &vect) override |
Protected Member Functions inherited from ROOT::Experimental::RHistStatBoxBase | |
| std::unique_ptr< RDisplayItem > | Display (const RDisplayContext &) override |
| Creates display item for drawable By default item contains drawable data itself. More... | |
| virtual void | FillStatistic (unsigned, const RFrame::RUserRanges &, std::vector< std::string > &) const |
| virtual const std::vector< std::string > & | GetEntriesNames () const |
| bool | IsFrameRequired () const final |
Protected Member Functions inherited from ROOT::Experimental::RDrawable | |
| RDrawable (const RDrawable &)=delete | |
| virtual void | CollectShared (Internal::RIOSharedVector_t &) |
| virtual std::unique_ptr< RDisplayItem > | Display (const RDisplayContext &) |
| Creates display item for drawable By default item contains drawable data itself. More... | |
| virtual void | Execute (const std::string &) |
| RAttrMap & | GetAttrMap () |
| const RAttrMap & | GetAttrMap () const |
| Version_t | GetVersion () const |
| virtual bool | IsFrameRequired () const |
| bool | MatchSelector (const std::string &selector) const |
| Preliminary method which checks if drawable matches with given selector Following selector are allowed: "type" or "#id" or ".class_name" Here type is drawable kind like 'rect' or 'pad' id is drawable identifier, specified with RDrawable::SetId() method class_name is drawable class name, specified with RDrawable::SetCssClass() method. More... | |
| RDrawable & | operator= (const RDrawable &)=delete |
| virtual void | PopulateMenu (RMenuItems &) |
| virtual void | SetDrawableVersion (Version_t vers) |
Additional Inherited Members | |
Public Types inherited from ROOT::Experimental::RHistStatBox< 1 > | |
| using | HistImpl_t = Detail::RHistImplPrecisionAgnosticBase< DIMENSIONS > |
Public Types inherited from ROOT::Experimental::RDrawable | |
| using | Version_t = uint64_t |
Protected Types inherited from ROOT::Experimental::RHistStatBoxBase | |
| enum | EShowBits { kShowTitle = 0x1 , kShowEntries = 0x2 , kShowMean = 0x4 , kShowDev = 0x8 , kShowRange = 0x10 } |
#include <ROOT/RHistStatBox.hxx>
|
inline |
Definition at line 242 of file RHistStatBox.hxx.
|
overrideprotectedvirtual |
Reimplemented from ROOT::Experimental::RHistStatBoxBase.
Definition at line 40 of file RHistStatBox.cxx.