class TEveElement::TEveListTreeInfo


 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.

Function Members (Methods)

public:
virtual~TEveListTreeInfo()
static TClass*Class()
virtual TClass*IsA() const
booloperator<(const TEveElement::TEveListTreeInfo& x) const
TEveElement::TEveListTreeInfo&operator=(const TEveElement::TEveListTreeInfo& l)
booloperator==(const TEveElement::TEveListTreeInfo& x) const
virtual voidShowMembers(TMemberInspector& insp, char* parent)
virtual voidStreamer(TBuffer& b)
voidStreamerNVirtual(TBuffer& b)
TEveElement::TEveListTreeInfoTEveListTreeInfo()
TEveElement::TEveListTreeInfoTEveListTreeInfo(const TEveElement::TEveListTreeInfo& l)
TEveElement::TEveListTreeInfoTEveListTreeInfo(TGListTree* lt, TGListTreeItem* lti)

Data Members

public:
TGListTreeItem*fItem
TGListTree*fTree

Class Charts

Inheritance Inherited Members Includes Libraries
Class Charts

Function documentation

TEveElement& operator=(const TEveElement::TEveListTreeInfo& l)
TEveListTreeInfo(const TEveElement::TEveListTreeInfo& l)
{}
TEveListTreeInfo(TGListTree* lt, TGListTreeItem* lti)
{}
TEveListTreeInfo(const TEveElement::TEveListTreeInfo& l)
{}
virtual ~TEveListTreeInfo()
{}
bool operator==(const TEveElement::TEveListTreeInfo& x) const
{ return fTree == x.fTree && fItem == x.fItem; }
bool operator<(const TEveElement::TEveListTreeInfo& x) const
{ return fTree == x.fTree ? fItem < x.fItem : fTree < x.fTree; }

Last change: root/eve:$Id: TEveElement.h 24449 2008-06-20 21:37:48Z matevz $
Last generated: 2008-06-25 08:36
Copyright (C) 1995-2007, Rene Brun and Fons Rademakers. *

This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.