#include <TGo4LabelPainter.h>
Public Member Functions | |
TGo4LabelConnector () | |
TGo4LabelConnector (Double_t x1, Double_t y1, Double_t x2, Double_t y2) | |
virtual | ~TGo4LabelConnector () |
void | SetOwner (TObject *ob) |
virtual void | Paint (Option_t *opt="") |
Static Public Attributes | |
static char * | fxLastDeleted = 0 |
set this to pointer of last deleted instance before | |
Private Attributes | |
TObject * | fxOwner |
the owner of this connector line |
Required to suppress orphaned copies of marker and condition label connectors after canvas reconstruction by streamer.
Definition at line 63 of file TGo4LabelPainter.h.
|
Definition at line 66 of file TGo4LabelPainter.h. |
|
Definition at line 67 of file TGo4LabelPainter.h. |
|
Definition at line 70 of file TGo4LabelPainter.h. References fxLastDeleted. |
|
Definition at line 71 of file TGo4LabelPainter.h. References fxOwner. Referenced by TGo4MarkerPainter::CheckConnector(), and TGo4MarkerPainter::PaintConnector(). |
|
Definition at line 239 of file TGo4LabelPainter.cxx. References fxOwner. |
|
set this to pointer of last deleted instance before
Definition at line 236 of file TGo4LabelPainter.cxx. Referenced by TGo4MarkerPainter::CheckConnector(), and ~TGo4LabelConnector(). |
|
the owner of this connector line
Definition at line 80 of file TGo4LabelPainter.h. Referenced by Paint(), and SetOwner(). |