Main Page   Namespace List   Class Hierarchy   Compound List   File List   Compound Members   File Members  

XANAGraph Class Reference

#include <XANAGraph.h>

List of all members.

Public Methods

 XANAGraph ()
 XANAGraph (const char *name, Int_t n, Float_t *x, Float_t *y, Option_t *opt)
 XANAGraph (const char *name, Int_t n, Double_t *x, Double_t *y, Option_t *opt)
 ~XANAGraph ()
void Draw (Option_t *opt="")
Option_t * GetGKSOption () const
virtual void ExecuteEvent (Int_t event, Int_t px, Int_t py)

Private Attributes

TString fDrawOption


Constructor & Destructor Documentation

XANAGraph::XANAGraph  
 

XANAGraph::XANAGraph const char *    name,
Int_t    n,
Float_t *    x,
Float_t *    y,
Option_t *    opt
 

XANAGraph::XANAGraph const char *    name,
Int_t    n,
Double_t *    x,
Double_t *    y,
Option_t *    opt
 

XANAGraph::~XANAGraph   [inline]
 

Definition at line 16 of file XANAGraph.h.

00016 {;}


Member Function Documentation

void XANAGraph::Draw Option_t *    opt = ""
 

virtual void XANAGraph::ExecuteEvent Int_t    event,
Int_t    px,
Int_t    py
[inline, virtual]
 

Definition at line 21 of file XANAGraph.h.

00021 {;} //Override TGraph method

Option_t* XANAGraph::GetGKSOption   const [inline]
 

Definition at line 19 of file XANAGraph.h.

References fDrawOption.

00019 {return fDrawOption.Data();}


Member Data Documentation

TString XANAGraph::fDrawOption [private]
 

Definition at line 10 of file XANAGraph.h.

Referenced by GetGKSOption.


The documentation for this class was generated from the following file:
Generated on Tue May 10 10:01:38 2005 for XANADOO by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002