|
ROOT 6.12/07 Reference Guide |
Base class for painting data for JS.
Definition at line 31 of file TDisplayItem.hxx.
Public Member Functions | |
| 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) |
Static Public Member Functions | |
| static std::string | MakeIDFromPtr (void *ptr) |
Protected Attributes | |
| int | fKind |
| std::string | fObjectID |
| std::string | fOption |
#include <ROOT/TDisplayItem.hxx>
| ROOT::Experimental::TDisplayItem::TDisplayItem | ( | ) |
Definition at line 20 of file TDisplayItem.cxx.
| ROOT::Experimental::TDisplayItem::TDisplayItem | ( | const TDisplayItem & | rhs | ) |
Definition at line 24 of file TDisplayItem.cxx.
|
virtual |
Definition at line 30 of file TDisplayItem.cxx.
|
inline |
Definition at line 50 of file TDisplayItem.hxx.
|
inline |
Definition at line 44 of file TDisplayItem.hxx.
|
inline |
Definition at line 47 of file TDisplayItem.hxx.
|
static |
Definition at line 34 of file TDisplayItem.cxx.
|
inline |
Definition at line 49 of file TDisplayItem.hxx.
|
inline |
Definition at line 43 of file TDisplayItem.hxx.
Definition at line 41 of file TDisplayItem.cxx.
|
inline |
Definition at line 46 of file TDisplayItem.hxx.
|
protected |
Definition at line 35 of file TDisplayItem.hxx.
|
protected |
Definition at line 33 of file TDisplayItem.hxx.
|
protected |
Definition at line 34 of file TDisplayItem.hxx.