Definition at line 39 of file RHistDrawable.hxx.
Public Types | |
using | HistImpl_t = Detail::RHistImplPrecisionAgnosticBase< DIMENSIONS > |
Public Member Functions | |
RHistDrawable () | |
template<class HIST > | |
RHistDrawable (const std::shared_ptr< HIST > &hist) | |
virtual | ~RHistDrawable ()=default |
RAttrLine & | AttrLine () |
void | Execute (const std::string &) final |
const RAttrLine & | GetAttrLine () const |
std::shared_ptr< HistImpl_t > | GetHist () const |
void | PopulateMenu (RMenuItems &) final |
Method can be used to provide menu items for the drawn object. More... | |
RHistDrawable & | SetAttrLine (const RAttrLine &attr) |
Public Member Functions inherited from ROOT::Experimental::RDrawable | |
RDrawable (const std::string &type) | |
virtual | ~RDrawable () |
void | ClearStyle () |
virtual void | Execute (const std::string &) |
const std::string & | GetCssClass () const |
const std::string & | GetCssType () const |
const std::string & | GetId () const |
virtual void | PopulateMenu (RMenuItems &) |
Method can be used to provide menu items for the drawn object. More... | |
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 | CollectShared (Internal::RIOSharedVector_t &vect) final |
Protected Member Functions inherited from ROOT::Experimental::RDrawable | |
virtual void | CollectShared (Internal::RIOSharedVector_t &) |
virtual std::unique_ptr< RDisplayItem > | Display () const |
Creates display item for drawable By default item contains drawble data itself. More... | |
RAttrMap & | GetAttrMap () |
const RAttrMap & | GetAttrMap () 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... | |
Private Attributes | |
RAttrLine | fAttrLine {this, "line_"} |
! line attributes More... | |
Internal::RIOShared< HistImpl_t > | fHistImpl |
I/O capable reference on histogram. More... | |
#include <ROOT/RHistDrawable.hxx>
using ROOT::Experimental::RHistDrawable< DIMENSIONS >::HistImpl_t = Detail::RHistImplPrecisionAgnosticBase<DIMENSIONS> |
Definition at line 41 of file RHistDrawable.hxx.
|
inline |
Definition at line 85 of file RHistDrawable.hxx.
|
virtualdefault |
|
inline |
Definition at line 57 of file RHistDrawable.hxx.
|
inline |
Definition at line 64 of file RHistDrawable.hxx.
|
inlinefinalprotectedvirtual |
Reimplemented from ROOT::Experimental::RDrawable.
Definition at line 50 of file RHistDrawable.hxx.
|
inlinefinalvirtual |
Reimplemented from ROOT::Experimental::RDrawable.
Definition at line 73 of file RHistDrawable.hxx.
|
inline |
Definition at line 62 of file RHistDrawable.hxx.
|
inline |
Definition at line 66 of file RHistDrawable.hxx.
|
inlinefinalvirtual |
Method can be used to provide menu items for the drawn object.
Reimplemented from ROOT::Experimental::RDrawable.
Definition at line 68 of file RHistDrawable.hxx.
|
inline |
Definition at line 63 of file RHistDrawable.hxx.
|
private |
! line attributes
Definition at line 46 of file RHistDrawable.hxx.
|
private |
I/O capable reference on histogram.
Definition at line 44 of file RHistDrawable.hxx.