#ifndef ROOT_TLink
#define ROOT_TLink
#ifndef ROOT_TText
#include "TText.h"
#endif
class TLink : public TText {
protected:
void *fLink;
public:
enum { kObjIsParent = BIT(1) , kIsStarStar = BIT(2)};
TLink();
TLink(Double_t x, Double_t y, void *pointer);
virtual ~TLink();
virtual void ExecuteEvent(Int_t event, Int_t px, Int_t py);
ClassDef(TLink,0)
};
#endif
Last change: Wed Jun 25 08:48:00 2008
Last generated: 2008-06-25 08:48
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.