|
ROOT 6.12/07 Reference Guide |
Definition at line 67 of file THistDrawable.hxx.
Public Member Functions | |
| THistDrawableBase () | |
| THistDrawableBase (THistDrawableBase &&) | |
| virtual | ~THistDrawableBase () |
| void | Execute (const std::string &) final |
| TH1 * | GetOldHist () const |
| THistDrawableBase & | operator= (THistDrawableBase &&) |
| void | PopulateMenu (TMenuItems &) final |
| Method can be used to provide menu items for the drawn object. More... | |
Public Member Functions inherited from ROOT::Experimental::TDrawable | |
| virtual | ~TDrawable () |
| virtual void | Paint (Internal::TVirtualCanvasPainter &onCanv)=0 |
Protected Attributes | |
| std::unique_ptr< TH1 > | fOldHist |
#include <ROOT/THistDrawable.hxx>
|
default |
|
default |
|
virtualdefault |
|
inlinefinalvirtual |
Reimplemented from ROOT::Experimental::TDrawable.
Definition at line 82 of file THistDrawable.hxx.
|
inline |
Definition at line 72 of file THistDrawable.hxx.
|
default |
|
finalvirtual |
Method can be used to provide menu items for the drawn object.
Reimplemented from ROOT::Experimental::TDrawable.
Definition at line 72 of file THistDrawable.cxx.
|
protected |
Definition at line 69 of file THistDrawable.hxx.