Logo ROOT  
Reference Guide
ROOT::Experimental::RHist2Drawable Class Referencefinal

Definition at line 95 of file RHistDrawable.hxx.

Public Member Functions

 RHist2Drawable ()=default
 
template<class HIST >
 RHist2Drawable (const std::shared_ptr< HIST > &hist)
 
- Public Member Functions inherited from ROOT::Experimental::RHistDrawable< 2 >
 RHistDrawable ()
 
 RHistDrawable (const std::shared_ptr< HIST > &hist)
 
virtual ~RHistDrawable ()=default
 
std::shared_ptr< HistImpl_tGetHist () const
 
- 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)
 

Additional Inherited Members

- Public Types inherited from ROOT::Experimental::RHistDrawable< 2 >
using HistImpl_t = Detail::RHistImplPrecisionAgnosticBase< DIMENSIONS >
 
- Public Types inherited from ROOT::Experimental::RDrawable
using Version_t = uint64_t
 
- Protected Member Functions inherited from ROOT::Experimental::RHistDrawable< 2 >
void CollectShared (Internal::RIOSharedVector_t &vect) override
 
bool IsFrameRequired () const final
 
void PopulateMenu (RMenuItems &) override
 
- Protected Member Functions inherited from ROOT::Experimental::RDrawable
 RDrawable (const RDrawable &)=delete
 
virtual void CollectShared (Internal::RIOSharedVector_t &)
 
virtual std::unique_ptr< RDisplayItemDisplay (const RDisplayContext &)
 Creates display item for drawable By default item contains drawable data itself. More...
 
virtual void Execute (const std::string &)
 
RAttrMapGetAttrMap ()
 
const RAttrMapGetAttrMap () 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...
 
RDrawableoperator= (const RDrawable &)=delete
 
virtual void PopulateMenu (RMenuItems &)
 
virtual void SetDrawableVersion (Version_t vers)
 

#include <ROOT/RHistDrawable.hxx>

Inheritance diagram for ROOT::Experimental::RHist2Drawable:
[legend]

Constructor & Destructor Documentation

◆ RHist2Drawable() [1/2]

ROOT::Experimental::RHist2Drawable::RHist2Drawable ( )
default

◆ RHist2Drawable() [2/2]

template<class HIST >
ROOT::Experimental::RHist2Drawable::RHist2Drawable ( const std::shared_ptr< HIST > &  hist)
inline

Definition at line 100 of file RHistDrawable.hxx.

Libraries for ROOT::Experimental::RHist2Drawable:
[legend]

The documentation for this class was generated from the following file: