ROOT 6.12/07 Reference Guide |
Draw a TPad, by drawing its contained graphical elements at the pad offset in the parent pad.
'
Public Member Functions | |
TPadDrawable (std::unique_ptr< TPad > &&pPad, TPadBase &parent) | |
Move a sub-pad into this (i.e. parent's) list of drawables. More... | |
TPad * | Get () const |
TPadDrawingOpts & | GetOptions () |
Drawing options. More... | |
void | Paint (Internal::TVirtualCanvasPainter &) final |
Paint the pad. More... | |
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 | |
TPadDrawingOpts | fOpts |
The drawing options. More... | |
const std::unique_ptr< TPad > | fPad |
The pad to be painted. More... | |
#include <ROOT/TPad.hxx>
|
inline |
|
inline |
|
inlinefinalvirtual |
|
private |
|
private |