|
ROOT 6.12/07 Reference Guide |
Definition at line 57 of file TDisplayItem.hxx.
Public Member Functions | |
| TPadDisplayItem () | |
| virtual | ~TPadDisplayItem () |
| void | Add (TDisplayItem *snap) |
| void | Clear () |
| TDisplayItem * | Last () const |
Public Member Functions inherited from ROOT::Experimental::TDisplayItem | |
| TDisplayItem () | |
| TDisplayItem (const TDisplayItem &rhs) | |
| virtual | ~TDisplayItem () |
| int | GetKind () const |
| const char * | GetObjectID () const |
| const char * | GetOption () |
| void | SetKind (int kind) |
| void | SetObjectID (const char *id) |
| void | SetObjectIDAsPtr (void *ptr) |
| void | SetOption (const char *opt) |
Protected Attributes | |
| std::vector< TDisplayItem * > | fPrimitives |
Protected Attributes inherited from ROOT::Experimental::TDisplayItem | |
| int | fKind |
| std::string | fObjectID |
| std::string | fOption |
Additional Inherited Members | |
Static Public Member Functions inherited from ROOT::Experimental::TDisplayItem | |
| static std::string | MakeIDFromPtr (void *ptr) |
#include <ROOT/TDisplayItem.hxx>
|
inline |
Definition at line 62 of file TDisplayItem.hxx.
|
virtual |
Definition at line 49 of file TDisplayItem.cxx.
|
inline |
Definition at line 64 of file TDisplayItem.hxx.
| void ROOT::Experimental::TPadDisplayItem::Clear | ( | ) |
Definition at line 54 of file TDisplayItem.cxx.
|
inline |
Definition at line 65 of file TDisplayItem.hxx.
|
protected |
Definition at line 59 of file TDisplayItem.hxx.