ROOT 6.16/01 Reference Guide |
Definition at line 76 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, const RHistDrawingOpts< DIMENSIONS > &opts={}) | |
template<class HIST > | |
RHistDrawable (std::unique_ptr< HIST > &&hist, const RHistDrawingOpts< DIMENSIONS > &opts={}) | |
RHistDrawingOpts< DIMENSIONS > & | GetOptions () |
const RHistDrawingOpts< DIMENSIONS > & | GetOptions () const |
void | Paint (Internal::RPadPainter &pad) final |
Paint the histogram. More... | |
Public Member Functions inherited from ROOT::Experimental::RHistDrawableBase< RHistDrawable< DIMENSIONS > > | |
virtual | ~RHistDrawableBase () |
void | Execute (const std::string &) final |
void | PopulateMenu (RMenuItems &) final |
Method can be used to provide menu items for the drawn object. More... | |
Public Member Functions inherited from ROOT::Experimental::RDrawableBase< DERIVED > | |
RDrawingOptsBase & | GetOptionsBase () override |
Get the reference to the drawing options as RDrawingOptsBase. More... | |
Public Member Functions inherited from ROOT::Experimental::RDrawable | |
virtual | ~RDrawable () |
virtual void | Execute (const std::string &) |
std::string | GetId () const |
virtual RDrawingOptsBase & | GetOptionsBase ()=0 |
Get the reference to the drawing options as RDrawingOptsBase. More... | |
virtual void | Paint (Internal::RPadPainter &onPad)=0 |
virtual void | PopulateMenu (RMenuItems &) |
Method can be used to provide menu items for the drawn object. More... | |
Private Attributes | |
Internal::TUniWeakPtr< HistImpl_t > | fHistImpl |
RHistDrawingOpts< DIMENSIONS > | fOpts |
#include <ROOT/RHistDrawable.hxx>
using ROOT::Experimental::RHistDrawable< DIMENSIONS >::HistImpl_t = Detail::RHistImplPrecisionAgnosticBase<DIMENSIONS> |
Definition at line 78 of file RHistDrawable.hxx.
|
default |
|
inline |
Definition at line 88 of file RHistDrawable.hxx.
|
inline |
Definition at line 93 of file RHistDrawable.hxx.
|
inline |
Definition at line 100 of file RHistDrawable.hxx.
|
inline |
Definition at line 101 of file RHistDrawable.hxx.
|
finalvirtual |
Paint the histogram.
Implements ROOT::Experimental::RDrawable.
Definition at line 75 of file RHistDrawable.cxx.
|
private |
Definition at line 81 of file RHistDrawable.hxx.
|
private |
Definition at line 82 of file RHistDrawable.hxx.