|
ROOT 6.14/05 Reference Guide |
Abstract interface for object painting on the pad/canvas.
Definition at line 37 of file TPadPainter.hxx.
Public Member Functions | |
| TPadPainter ()=default | |
| Default constructor. More... | |
| virtual | ~TPadPainter () |
| Default destructor. More... | |
| virtual void | AddDisplayItem (std::unique_ptr< TDisplayItem > &&item) |
| add display item to the canvas More... | |
Protected Member Functions | |
| void | PaintDrawables (const TPadBase &pad) |
Protected Attributes | |
| std::string | fCurrentDrawableId |
| ! current drawable id More... | |
| std::unique_ptr< TPadDisplayItem > | fPadDisplayItem |
| ! display items for all drawables in the pad More... | |
Friends | |
| class | ROOT::Experimental::TPadDrawable |
#include <ROOT/TPadPainter.hxx>
|
default |
Default constructor.
|
virtual |
|
virtual |
add display item to the canvas
Definition at line 21 of file TPadPainter.cxx.
Definition at line 27 of file TPadPainter.cxx.
|
friend |
Definition at line 39 of file TPadPainter.hxx.
|
protected |
! current drawable id
Definition at line 44 of file TPadPainter.hxx.
|
protected |
! display items for all drawables in the pad
Definition at line 43 of file TPadPainter.hxx.