|
ROOT 6.12/07 Reference Guide |
Public Member Functions | |
| TTextDrawable ()=default | |
| TTextDrawable (const std::shared_ptr< ROOT::Experimental::TText > &txt, TPadBase &pad) | |
| TextDrawingOpts & | GetOptions () |
| const TextDrawingOpts & | GetOptions () const |
| void | Paint (Internal::TVirtualCanvasPainter &canv) final |
Public Member Functions inherited from ROOT::Experimental::TDrawable | |
| virtual | ~TDrawable () |
| virtual void | Execute (const std::string &) |
| virtual void | PopulateMenu (TMenuItems &) |
| Method can be used to provide menu items for the drawn object. More... | |
Private Attributes | |
| TextDrawingOpts | fOpts {} |
| Text attributes. More... | |
| Internal::TUniWeakPtr< ROOT::Experimental::TText > | fText {} |
| Text string to be drawn. More... | |
#include <ROOT/TText.hxx>
|
default |
|
inline |
|
inline |
|
inline |
|
inlinefinalvirtual |
Implements ROOT::Experimental::TDrawable.
|
private |
|
private |