36 TGo4Marker(Double_t x, Double_t y, Int_t style);
41 virtual void Print(Option_t* opt=
"")
const;
46 virtual void Paint(Option_t* opt=
"");
49 virtual void Draw(Option_t* opt=
"");
52 virtual void UnDraw(Option_t* opt=
"");
58 virtual void ExecuteEvent(Int_t event, Int_t px, Int_t py);
71 void SetToBin(Int_t xbin, Int_t ybin = 0);
155 static void SetGlobalStyle(Bool_t HASLABEL, Bool_t HASCONNECTOR, Bool_t XDRAW, Bool_t YDRAW,
156 Bool_t XBINDRAW,Bool_t YBINDRAW,Bool_t CONTDRAW,
const char *NUMFORMAT);
158 static void GetGlobalStyle(Bool_t &HASLABEL, Bool_t &HASCONNECTOR, Bool_t &XDRAW, Bool_t &YDRAW,
159 Bool_t &XBINDRAW, Bool_t &YBINDRAW, Bool_t &CONTDRAW, TString &NUMFORMAT);
223 #endif //TGO4MARKER_H
void SetDrawPad(TVirtualPad *pad)
static Bool_t fgbHASCONNECTOR
virtual const char * GetName() const
void SetLabelDraw(Bool_t on)
void SetXbinDraw(Bool_t on)
static Bool_t fgbCONTDRAW
void SetYbinDraw(Bool_t on)
void SetToBin(Int_t xbin, Int_t ybin=0)
virtual void Paint(Option_t *opt="")
static Int_t GetInstances()
virtual void Print(Option_t *opt="") const
void SetHistogram(TH1 *histo)
void SetNumFormat(const char *fmt="%.4E")
static Bool_t fgbYBINDRAW
virtual void SetName(const char *name)
void SetPainted(Bool_t on)
TH1 * GetHistogram() const
TVirtualPad * GetDrawPad()
static void SetGlobalStyle(Bool_t HASLABEL, Bool_t HASCONNECTOR, Bool_t XDRAW, Bool_t YDRAW, Bool_t XBINDRAW, Bool_t YBINDRAW, Bool_t CONTDRAW, const char *NUMFORMAT)
virtual TGo4MarkerPainter * CreatePainter()
TGo4MarkerPainter * fxPainter
virtual void Draw(Option_t *opt="")
void SetContDraw(Bool_t on)
virtual void UnDraw(Option_t *opt="")
void PrintMarker(Option_t *opt="")
const char * GetNumFormat()
void SetVisible(Bool_t on)
static UInt_t fguInstanceCounter
void SetXY(Double_t x, Double_t y)
static Bool_t fgbXBINDRAW
static TString fgxNUMFORMAT
static Bool_t fgbHASLABEL
static void GetGlobalStyle(Bool_t &HASLABEL, Bool_t &HASCONNECTOR, Bool_t &XDRAW, Bool_t &YDRAW, Bool_t &XBINDRAW, Bool_t &YBINDRAW, Bool_t &CONTDRAW, TString &NUMFORMAT)
void SetLineDraw(Bool_t on)
virtual void ExecuteEvent(Int_t event, Int_t px, Int_t py)