GSI Object Oriented Online Offline (Go4)
GO4-6.2.0
|
#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 const void * | fxLastDeleted = 0 |
Private Attributes | |
TObject * | fxOwner |
Connection line for labels that knows its author. Required to suppress orphaned copies of marker and condition label connectors after canvas reconstruction by streamer.
Definition at line 62 of file TGo4LabelPainter.h.
|
inline |
Definition at line 65 of file TGo4LabelPainter.h.
|
inline |
Definition at line 66 of file TGo4LabelPainter.h.
|
inlinevirtual |
Definition at line 71 of file TGo4LabelPainter.h.
References fxLastDeleted.
|
virtual |
Definition at line 245 of file TGo4LabelPainter.cxx.
References fxOwner.
|
inline |
Definition at line 73 of file TGo4LabelPainter.h.
References fxOwner.
Referenced by TGo4MarkerPainter::CheckConnector(), and TGo4MarkerPainter::PaintConnector().
|
static |
set this to pointer of last deleted instance before
Definition at line 78 of file TGo4LabelPainter.h.
Referenced by TGo4MarkerPainter::CheckConnector(), and ~TGo4LabelConnector().
|
private |
the owner of this connector line
Definition at line 82 of file TGo4LabelPainter.h.
Referenced by Paint(), and SetOwner().