Logo ROOT   6.10/09
Reference Guide
List of all members | Public Member Functions | Protected Attributes | List of all members
ROOT::Experimental::Internal::THistDrawableBase Class Reference

Definition at line 65 of file THistDrawable.hxx.

Public Member Functions

 THistDrawableBase ()
 
 THistDrawableBase (THistDrawableBase &&)
 
virtual ~THistDrawableBase ()
 
TH1GetOldHist () const
 
THistDrawableBaseoperator= (THistDrawableBase &&)
 
- Public Member Functions inherited from ROOT::Experimental::Internal::TDrawable
virtual ~TDrawable ()
 
virtual void Paint (TCanvas &onCanv)=0
 Paint the object. More...
 

Protected Attributes

std::unique_ptr< TH1fOldHist
 

#include <ROOT/THistDrawable.hxx>

Inheritance diagram for ROOT::Experimental::Internal::THistDrawableBase:
[legend]

Constructor & Destructor Documentation

◆ THistDrawableBase() [1/2]

Internal::THistDrawableBase::THistDrawableBase ( )
default

◆ THistDrawableBase() [2/2]

Internal::THistDrawableBase::THistDrawableBase ( THistDrawableBase &&  )
default

◆ ~THistDrawableBase()

Internal::THistDrawableBase::~THistDrawableBase ( )
virtualdefault

Member Function Documentation

◆ GetOldHist()

TH1* ROOT::Experimental::Internal::THistDrawableBase::GetOldHist ( ) const
inline

Definition at line 70 of file THistDrawable.hxx.

◆ operator=()

Internal::THistDrawableBase & Internal::THistDrawableBase::operator= ( THistDrawableBase &&  )
default

Member Data Documentation

◆ fOldHist

std::unique_ptr<TH1> ROOT::Experimental::Internal::THistDrawableBase::fOldHist
protected

Definition at line 67 of file THistDrawable.hxx.


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