ROOT 6.12/07 Reference Guide |
Definition at line 32 of file TObjectDrawable.hxx.
Public Member Functions | |
TObjectDrawable ()=default | |
TObjectDrawable (const std::shared_ptr< TObject > &obj) | |
void | Execute (const std::string &) final |
Executes menu item. More... | |
std::string & | Options () |
Get the options - a string! More... | |
void | Paint (Internal::TVirtualCanvasPainter &canv) final |
Paint the histogram. More... | |
void | PopulateMenu (TMenuItems &) final |
Fill menu items for the object. More... | |
Public Member Functions inherited from ROOT::Experimental::TDrawable | |
virtual | ~TDrawable () |
Private Attributes | |
const std::shared_ptr< TObject > | fObj |
The object to be painted. More... | |
std::string | fOpts |
The drawing options. More... | |
#include <ROOT/TObjectDrawable.hxx>
|
default |
|
inline |
Definition at line 40 of file TObjectDrawable.hxx.
|
finalvirtual |
Executes menu item.
Reimplemented from ROOT::Experimental::TDrawable.
Definition at line 44 of file TObjectDrawable.cxx.
|
inline |
Get the options - a string!
Definition at line 49 of file TObjectDrawable.hxx.
|
finalvirtual |
Paint the histogram.
Implements ROOT::Experimental::TDrawable.
Definition at line 28 of file TObjectDrawable.cxx.
|
finalvirtual |
Fill menu items for the object.
Reimplemented from ROOT::Experimental::TDrawable.
Definition at line 36 of file TObjectDrawable.cxx.
|
private |
The object to be painted.
Definition at line 33 of file TObjectDrawable.hxx.
|
private |
The drawing options.
Definition at line 34 of file TObjectDrawable.hxx.