Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
TLink.h
Go to the documentation of this file.
1// @(#)root/graf:$Id$
2// Author: Rene Brun 05/03/95
3
4/*************************************************************************
5 * Copyright (C) 1995-2000, Rene Brun and Fons Rademakers. *
6 * All rights reserved. *
7 * *
8 * For the licensing terms see $ROOTSYS/LICENSE. *
9 * For the list of contributors see $ROOTSYS/README/CREDITS. *
10 *************************************************************************/
11
12#ifndef ROOT_TLink
13#define ROOT_TLink
14
15#include "TText.h"
16
17class TLink : public TText {
18
19protected:
20
21 void *fLink{nullptr}; ///< pointer to object
22
23public:
25 TLink();
26 TLink(Double_t x, Double_t y, void *pointer);
27 ~TLink() override;
28 void ExecuteEvent(Int_t event, Int_t px, Int_t py) override;
29
30 ClassDefOverride(TLink,0) //Link: hypertext link to an object
31};
32
33#endif
int Int_t
Definition RtypesCore.h:45
double Double_t
Definition RtypesCore.h:59
#define BIT(n)
Definition Rtypes.h:85
#define ClassDefOverride(name, id)
Definition Rtypes.h:341
Base class for several text objects.
Definition TText.h:22
Double_t y[n]
Definition legend1.C:17
Double_t x[n]
Definition legend1.C:17