TLink
class description - source file - inheritance tree
public:
TLink TLink(Coord_t x, Coord_t y, void* pointer)
TLink TLink()
TLink TLink(TLink&)
virtual void ~TLink()
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
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(Float_t x, Float_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: 2.23/02 03/09/99 10.17.00 by Rene Brun
Copyright (c) 1995-1999, The ROOT System, All rights reserved. *
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.