TLink
class description - source file - inheritance tree
public:
TLink TLink()
TLink TLink(Double_t x, Double_t y, void* pointer)
TLink TLink(TLink&)
virtual void ~TLink()
static TClass* Class()
virtual void ExecuteEvent(Int_t event, Int_t px, Int_t py)
virtual TClass* IsA() const
virtual void ShowMembers(TMemberInspector& insp, char* parent)
virtual void Streamer(TBuffer& b)
protected:
void* fLink pointer to object
public:
static const enum TObject:: kObjIsParent
Special TText object used to show hyperlinks.
In the example below created by TObject::Inspect, TLinks are used
to show pointers to other objects.
Clicking on one link, inspect the corresponding object.
/*
*/
TLink() : TText()
*-*-*-*-*-*-*-*-*-*-*Link default constructor*-*-*-*-*-*-*-*-*-*-*-*-*
*-* ============================
TLink(Double_t x, Double_t y, void *pointer)
: TText(x, y, "")
*-*-*-*-*-*-*-*-*-*Constructor to define a link object*-*-*-*-*-*-*-*
*-* ========================================
pointer points to any kind of object.
~TLink()
*-*-*-*-*-*-*-*-*-*-*Link default destructor*-*-*-*-*-*-*-*-*-*-*-*-*
*-* =============================
void ExecuteEvent(Int_t event, Int_t, Int_t)
*-*-*-*-*-*-*-*-*-*-*Execute action corresponding to one event*-*-*-*
*-* =========================================
This member function is called when a link is clicked with the locator
If mouse is clicked on a link text, the object pointed by the link
is Inspected
Inline Functions
TClass* Class()
TClass* IsA() const
void ShowMembers(TMemberInspector& insp, char* parent)
void Streamer(TBuffer& b)
TLink TLink(TLink&)
Author: Rene Brun 05/03/95
Last update: root/graf:$Name: $:$Id: TLink.cxx,v 1.5 2000/09/13 12:32:48 brun Exp $
Copyright (C) 1995-2000, Rene Brun and Fons Rademakers. *
ROOT page - Class index - Top of the page
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.