library: libGraf
#include "TLink.h"

TLink


class description - header file - source file - inheritance tree (.pdf)

class TLink : public TText

Inheritance Chart:
TObject
<-
TNamed
TAttText
<-
TText
<-
TLink

    public:
TLink() TLink(Double_t x, Double_t y, void* pointer) TLink(const TLink&) virtual ~TLink() static TClass* Class() virtual void ExecuteEvent(Int_t event, Int_t px, Int_t py) virtual TClass* IsA() const TLink& operator=(const TLink&) virtual void ShowMembers(TMemberInspector& insp, char* parent) virtual void Streamer(TBuffer& b) void StreamerNVirtual(TBuffer& b)

Data Members


    protected:
void* fLink pointer to object public:
static const enum TLink:: kObjIsParent static const enum TLink:: kIsStarStar

Class Description

______________________________________________________________________________

 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()
 Link default constructor.
TLink(Double_t x, Double_t y, void *pointer)
 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
TLink()

Author: Rene Brun 05/03/95
Last update: root/graf:$Name: $:$Id: TLink.cxx,v 1.7 2005/11/21 13:57:42 couet Exp $
Copyright (C) 1995-2000, Rene Brun and Fons Rademakers. *


ROOT page - Class index - Class Hierarchy - 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.