#define ClassDefOverride(name, id)
 
winID h TVirtualViewer3D TVirtualGLPainter p
 
Abstract base class for elements drawn in the editor.
 
Double_t fX
X position of marker (left,center,etc..)
 
void ExecuteEvent(Int_t event, Int_t px, Int_t py) override
Execute action corresponding to one event.
 
void ls(Option_t *option="") const override
List this marker with its attributes.
 
virtual void SetX(Double_t x)
 
void SetBBoxCenterY(const Int_t y) override
Set Y coordinate of the center of the BoundingBox.
 
virtual void SetNDC(Bool_t isNDC=kTRUE)
Set NDC mode on if isNDC = kTRUE, off otherwise.
 
void SavePrimitive(std::ostream &out, Option_t *option="") override
Save primitive as a C++ statement(s) on output stream out.
 
@ kMarkerNDC
Marker position is in NDC.
 
~TMarker() override
Marker default destructor.
 
TMarker()
Marker default constructor.
 
Double_t fY
Y position of marker (left,center,etc..)
 
TPoint GetBBoxCenter() override
Return the center of the BoundingBox as TPoint in pixels.
 
virtual void SetY(Double_t y)
 
void SetBBoxCenterX(const Int_t x) override
Set X coordinate of the center of the BoundingBox.
 
void SetBBoxY1(const Int_t y) override
Set top of BoundingBox to a value (resize in y direction on top)
 
void SetBBoxY2(const Int_t y) override
Set bottom of BoundingBox to a value (resize in y direction on bottom)
 
void Copy(TObject &marker) const override
Copy this marker to marker.
 
void Paint(Option_t *option="") override
Paint this marker with its current attributes.
 
virtual TMarker * DrawMarker(Double_t x, Double_t y)
Draw this marker with new coordinates.
 
virtual void PaintMarker(Double_t x, Double_t y)
Draw this marker with new coordinates.
 
Rectangle_t GetBBox() override
Return the bounding Box of the Line.
 
void SetBBoxX1(const Int_t x) override
Set left hand side of BoundingBox to a value (resize in x direction on left)
 
static void DisplayMarkerLineWidths()
Display the table of markers with different line widths and their numbers.
 
void Print(Option_t *option="") const override
Dump this marker with its attributes.
 
void SetBBoxCenter(const TPoint &p) override
Set center of the BoundingBox.
 
Int_t DistancetoPrimitive(Int_t px, Int_t py) override
Compute distance from point px,py to a marker.
 
void SetBBoxX2(const Int_t x) override
Set right hand side of BoundingBox to a value (resize in x direction on right)
 
static void DisplayMarkerTypes()
Display the table of markers with their numbers.
 
virtual void PaintMarkerNDC(Double_t u, Double_t v)
Draw this marker with new coordinates in NDC.
 
Mother of all ROOT objects.
 
Rectangle structure (maps to the X11 XRectangle structure)