14#ifndef TGO4MARKERPAINTER_H
15#define TGO4MARKERPAINTER_H
Connection line for labels that knows its author.
Base class for painters providing a textlabel for additional information.
void PaintLabel(Option_t *opt="") override
Display coordinate label for this marker.
void UnPaintLabel(Option_t *opt="") override
Erase the label.
TGo4MarkerPainter(const char *name, const char *title="Go4 MarkerPainter")
void PaintConnector(Option_t *opt="")
void UnPaintConnector(Option_t *opt="")
TGo4LabelConnector * fxConnector
Connection line between marker and label.
virtual void SetMarker(TGo4Marker *mark)
virtual ~TGo4MarkerPainter()
TGo4Marker * fxMarker
Marker to be painted.
void DisplayToFront(Option_t *opt="") override
pop all components to the front of the pad
Bool_t fbIsConStreamed
Flag to handle streamed connector from file correctly.
Bool_t CheckConnector()
Check if connector is still existing.
Extended graphical marker class for go4 condition editor and viewpanel.