ROOT 6.14/05 Reference Guide |
Definition at line 61 of file TDrawable.hxx.
Public Member Functions | |
TDrawingOptsBase & | GetOptionsBase () override |
Get the reference to the drawing options as TDrawingOptsBase. More... | |
Public Member Functions inherited from ROOT::Experimental::TDrawable | |
virtual | ~TDrawable () |
virtual void | Execute (const std::string &) |
std::string | GetId () const |
virtual void | Paint (Internal::TPadPainter &onPad)=0 |
virtual void | PopulateMenu (TMenuItems &) |
Method can be used to provide menu items for the drawn object. More... | |
#include <ROOT/TDrawable.hxx>
|
inlineoverridevirtual |
Get the reference to the drawing options as TDrawingOptsBase.
Used e.g. to identify the TDrawable in the list of primitives.
Implements ROOT::Experimental::TDrawable.
Definition at line 63 of file TDrawable.hxx.