|
ROOT 6.14/05 Reference Guide |
Definition at line 47 of file TObjectDrawable.hxx.
Public Member Functions | |
| TObjectDrawable ()=default | |
| TObjectDrawable (const std::shared_ptr< TObject > &obj, const std::string &opt) | |
| void | Execute (const std::string &) final |
| Executes menu item. More... | |
| const TObjectDrawingOpts & | GetOptions () const |
| Get the options - a string! More... | |
| TObjectDrawingOpts & | GetOptions () |
| void | Paint (Internal::TPadPainter &canv) final |
| Paint the object. More... | |
| void | PopulateMenu (TMenuItems &) final |
| Fill menu items for the object. More... | |
Public Member Functions inherited from ROOT::Experimental::TDrawableBase< TObjectDrawable > | |
| TDrawingOptsBase & | GetOptionsBase () override |
| Get the reference to the drawing options as TDrawingOptsBase. More... | |
Public Member Functions inherited from ROOT::Experimental::TDrawable | |
| virtual | ~TDrawable () |
| std::string | GetId () const |
Private Attributes | |
| const std::shared_ptr< TObject > | fObj |
| The object to be painted. More... | |
| TObjectDrawingOpts | fOpts |
#include <ROOT/TObjectDrawable.hxx>
|
default |
|
inline |
Definition at line 54 of file TObjectDrawable.hxx.
|
finalvirtual |
Executes menu item.
Reimplemented from ROOT::Experimental::TDrawable.
Definition at line 41 of file TObjectDrawable.cxx.
|
inline |
Get the options - a string!
Definition at line 63 of file TObjectDrawable.hxx.
|
inline |
Definition at line 65 of file TObjectDrawable.hxx.
|
finalvirtual |
Paint the object.
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 33 of file TObjectDrawable.cxx.
|
private |
The object to be painted.
Definition at line 48 of file TObjectDrawable.hxx.
|
private |
Definition at line 49 of file TObjectDrawable.hxx.