Structure holding information about TGListTree and TGListTreeItem that represents given TEveElement.
This needed because each element can appear in several list-trees as well as several times in the same list-tree.
Definition at line 42 of file TEveElement.h.
Public Member Functions | |
TEveListTreeInfo () | |
TEveListTreeInfo (const TEveListTreeInfo &l) | |
TEveListTreeInfo (TGListTree *lt, TGListTreeItem *lti) | |
virtual | ~TEveListTreeInfo () |
virtual TClass * | IsA () const |
bool | operator< (const TEveListTreeInfo &x) const |
TEveListTreeInfo & | operator= (const TEveListTreeInfo &l) |
bool | operator== (const TEveListTreeInfo &x) const |
virtual void | Streamer (TBuffer &) |
void | StreamerNVirtual (TBuffer &ClassDef_StreamerNVirtual_b) |
Static Public Member Functions | |
static TClass * | Class () |
static const char * | Class_Name () |
static constexpr Version_t | Class_Version () |
static const char * | DeclFileName () |
Public Attributes | |
TGListTreeItem * | fItem |
TGListTree * | fTree |
#include <TEveElement.h>
|
inline |
Definition at line 48 of file TEveElement.h.
|
inline |
Definition at line 49 of file TEveElement.h.
|
inline |
Definition at line 50 of file TEveElement.h.
|
inlinevirtual |
Definition at line 51 of file TEveElement.h.
|
static |
|
inlinestaticconstexpr |
Definition at line 61 of file TEveElement.h.
|
inlinestatic |
Definition at line 61 of file TEveElement.h.
|
inlinevirtual |
Definition at line 61 of file TEveElement.h.
|
inline |
Definition at line 58 of file TEveElement.h.
|
inline |
Definition at line 53 of file TEveElement.h.
|
inline |
Definition at line 56 of file TEveElement.h.
|
virtual |
|
inline |
Definition at line 61 of file TEveElement.h.
TGListTreeItem* TEveElement::TEveListTreeInfo::fItem |
Definition at line 46 of file TEveElement.h.
TGListTree* TEveElement::TEveListTreeInfo::fTree |
Definition at line 45 of file TEveElement.h.