GSI Object Oriented Online Offline (Go4)
GO4-5.3.2
|
#include <TGo4LabelPainter.h>
Public Member Functions | |
TGo4Label () | |
TGo4Label (Double_t x1, Double_t y1, Double_t x2, Double_t y2, Option_t *option="br") | |
virtual | ~TGo4Label () |
void | SetOwner (TObject *ob) |
virtual void | Paint (Option_t *opt="") |
virtual void | ExecuteEvent (Int_t event, Int_t px, Int_t py) |
Static Public Attributes | |
static char * | fxLastDeleted = 0 |
Private Attributes | |
TObject * | fxOwner |
Text label that knows its author. Required to suppress orphaned copies of marker and condition labels after canvas reconstruction by streamer.
Definition at line 31 of file TGo4LabelPainter.h.
|
inline |
Definition at line 34 of file TGo4LabelPainter.h.
|
inline |
Definition at line 35 of file TGo4LabelPainter.h.
|
inlinevirtual |
Definition at line 38 of file TGo4LabelPainter.h.
References fxLastDeleted.
|
virtual |
Definition at line 248 of file TGo4LabelPainter.cxx.
References TGo4LabelPainter::DisplayToFront(), and fxOwner.
|
virtual |
Definition at line 233 of file TGo4LabelPainter.cxx.
References fxOwner.
Referenced by TGo4LabelPainter::RePaintLabel().
|
inline |
Definition at line 39 of file TGo4LabelPainter.h.
References fxOwner.
Referenced by TGo4LabelPainter::CheckLabel(), and TGo4LabelPainter::CreateCurrentLabel().
|
static |
set this to pointer of last deleted instance before
Definition at line 46 of file TGo4LabelPainter.h.
Referenced by TGo4LabelPainter::CheckLabel(), and ~TGo4Label().
|
private |
the owner of this label
Definition at line 50 of file TGo4LabelPainter.h.
Referenced by ExecuteEvent(), Paint(), and SetOwner().