Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
TEveElement::TEveListTreeInfo Class Reference

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 TClassIsA () const
 
bool operator< (const TEveListTreeInfo &x) const
 
TEveListTreeInfooperator= (const TEveListTreeInfo &l)
 
bool operator== (const TEveListTreeInfo &x) const
 
virtual void Streamer (TBuffer &)
 
void StreamerNVirtual (TBuffer &ClassDef_StreamerNVirtual_b)
 

Static Public Member Functions

static TClassClass ()
 
static const char * Class_Name ()
 
static constexpr Version_t Class_Version ()
 
static const char * DeclFileName ()
 

Public Attributes

TGListTreeItemfItem
 
TGListTreefTree
 

#include <TEveElement.h>

Constructor & Destructor Documentation

◆ TEveListTreeInfo() [1/3]

TEveElement::TEveListTreeInfo::TEveListTreeInfo ( )
inline

Definition at line 48 of file TEveElement.h.

◆ TEveListTreeInfo() [2/3]

TEveElement::TEveListTreeInfo::TEveListTreeInfo ( TGListTree lt,
TGListTreeItem lti 
)
inline

Definition at line 49 of file TEveElement.h.

◆ TEveListTreeInfo() [3/3]

TEveElement::TEveListTreeInfo::TEveListTreeInfo ( const TEveListTreeInfo l)
inline

Definition at line 50 of file TEveElement.h.

◆ ~TEveListTreeInfo()

virtual TEveElement::TEveListTreeInfo::~TEveListTreeInfo ( )
inlinevirtual

Definition at line 51 of file TEveElement.h.

Member Function Documentation

◆ Class()

static TClass * TEveElement::TEveListTreeInfo::Class ( )
static
Returns
TClass describing this class

◆ Class_Name()

static const char * TEveElement::TEveListTreeInfo::Class_Name ( )
static
Returns
Name of this class

◆ Class_Version()

static constexpr Version_t TEveElement::TEveListTreeInfo::Class_Version ( )
inlinestaticconstexpr
Returns
Version of this class

Definition at line 61 of file TEveElement.h.

◆ DeclFileName()

static const char * TEveElement::TEveListTreeInfo::DeclFileName ( )
inlinestatic
Returns
Name of the file containing the class declaration

Definition at line 61 of file TEveElement.h.

◆ IsA()

virtual TClass * TEveElement::TEveListTreeInfo::IsA ( ) const
inlinevirtual
Returns
TClass describing current object

Definition at line 61 of file TEveElement.h.

◆ operator<()

bool TEveElement::TEveListTreeInfo::operator< ( const TEveListTreeInfo x) const
inline

Definition at line 58 of file TEveElement.h.

◆ operator=()

TEveListTreeInfo & TEveElement::TEveListTreeInfo::operator= ( const TEveListTreeInfo l)
inline

Definition at line 53 of file TEveElement.h.

◆ operator==()

bool TEveElement::TEveListTreeInfo::operator== ( const TEveListTreeInfo x) const
inline

Definition at line 56 of file TEveElement.h.

◆ Streamer()

virtual void TEveElement::TEveListTreeInfo::Streamer ( TBuffer )
virtual

◆ StreamerNVirtual()

void TEveElement::TEveListTreeInfo::StreamerNVirtual ( TBuffer ClassDef_StreamerNVirtual_b)
inline

Definition at line 61 of file TEveElement.h.

Member Data Documentation

◆ fItem

TGListTreeItem* TEveElement::TEveListTreeInfo::fItem

Definition at line 46 of file TEveElement.h.

◆ fTree

TGListTree* TEveElement::TEveListTreeInfo::fTree

Definition at line 45 of file TEveElement.h.

Libraries for TEveElement::TEveListTreeInfo:

The documentation for this class was generated from the following file: