| 1 |
// @(#)root/graf:$Name: $:$Id: TMultiGraph.h,v 1.1 2000/10/12 13:27:23 brun Exp $ |
// @(#)root/graf:$Name: $:$Id: TMultiGraph.h,v 1.2 2000/12/13 15:13:49 brun Exp $ |
| 2 |
// Author: Rene Brun 12/10/2000 |
// Author: Rene Brun 12/10/2000 |
| 3 |
|
|
| 4 |
/************************************************************************* |
/************************************************************************* |
| 44 |
TMultiGraph(); |
TMultiGraph(); |
| 45 |
TMultiGraph(const char *name, const char *title); |
TMultiGraph(const char *name, const char *title); |
| 46 |
virtual ~TMultiGraph(); |
virtual ~TMultiGraph(); |
| 47 |
virtual void Add(TGraph *graph); |
virtual void Add(TGraph *graph, Option_t *chopt=""); |
| 48 |
virtual void Browse(TBrowser *b); |
virtual void Browse(TBrowser *b); |
| 49 |
virtual Int_t DistancetoPrimitive(Int_t px, Int_t py); |
virtual Int_t DistancetoPrimitive(Int_t px, Int_t py); |
| 50 |
virtual void Draw(Option_t *chopt=""); |
virtual void Draw(Option_t *chopt=""); |