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