|
ROOT 6.14/05 Reference Guide |
Display item for the pad Includes different graphical properties of the pad itself plus list of created items for all primitives.
Definition at line 32 of file TPadDisplayItem.hxx.
Public Types | |
| using | PadPrimitives_t = std::vector< std::unique_ptr< TDisplayItem > > |
Public Member Functions | |
| TPadDisplayItem ()=default | |
| virtual | ~TPadDisplayItem () |
| void | Add (std::unique_ptr< TDisplayItem > &&item) |
| void | Clear () |
| PadPrimitives_t & | GetPrimitives () |
| void | SetDrawOpts (const TPadDrawingOpts *opts) |
| void | SetFrame (const TFrame *f) |
| void | SetSize (const TPadExtent *sz) |
Protected Attributes | |
| const TPadDrawingOpts * | fDrawOpts {nullptr} |
| temporary pointer on pad drawing options More... | |
| const TFrame * | fFrame {nullptr} |
| temporary pointer on frame object More... | |
| PadPrimitives_t | fPrimitives |
| display items for all primitives in the pad More... | |
| const TPadExtent * | fSize {nullptr} |
| temporary pointer on pad size attributes More... | |
#include <ROOT/TPadDisplayItem.hxx>
| using ROOT::Experimental::TPadDisplayItem::PadPrimitives_t = std::vector<std::unique_ptr<TDisplayItem> > |
Definition at line 35 of file TPadDisplayItem.hxx.
|
default |
|
inlinevirtual |
Definition at line 45 of file TPadDisplayItem.hxx.
|
inline |
Definition at line 50 of file TPadDisplayItem.hxx.
|
inline |
Definition at line 51 of file TPadDisplayItem.hxx.
|
inline |
Definition at line 49 of file TPadDisplayItem.hxx.
|
inline |
Definition at line 47 of file TPadDisplayItem.hxx.
Definition at line 46 of file TPadDisplayItem.hxx.
|
inline |
Definition at line 48 of file TPadDisplayItem.hxx.
|
protected |
temporary pointer on pad drawing options
Definition at line 40 of file TPadDisplayItem.hxx.
|
protected |
temporary pointer on frame object
Definition at line 39 of file TPadDisplayItem.hxx.
|
protected |
display items for all primitives in the pad
Definition at line 42 of file TPadDisplayItem.hxx.
|
protected |
temporary pointer on pad size attributes
Definition at line 41 of file TPadDisplayItem.hxx.