library: libGraf #include "TMarker.h" |
TMarker
class description - header file - source file - inheritance tree (.pdf)
public:
TMarker()
TMarker(Double_t x, Double_t y, Int_t marker)
TMarker(const TMarker& marker)
virtual ~TMarker()
static TClass* Class()
virtual void Copy(TObject& marker) const
static void DisplayMarkerTypes()
virtual Int_t DistancetoPrimitive(Int_t px, Int_t py)
virtual void Draw(Option_t* option = "")
virtual void DrawMarker(Double_t x, Double_t y)
virtual void ExecuteEvent(Int_t event, Int_t px, Int_t py)
Double_t GetX() const
Double_t GetY() const
virtual TClass* IsA() const
virtual void ls(Option_t* option = "") const
TMarker& operator=(const TMarker&)
virtual void Paint(Option_t* option = "")
virtual void PaintMarker(Double_t x, Double_t y)
virtual void PaintMarkerNDC(Double_t u, Double_t v)
virtual void Print(Option_t* option = "") const
virtual void SavePrimitive(ostream& out, Option_t* option = "")
virtual void SetNDC(Bool_t isNDC = kTRUE)
virtual void SetX(Double_t x)
virtual void SetY(Double_t y)
virtual void ShowMembers(TMemberInspector& insp, char* parent)
virtual void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
protected:
Double_t fX X position of marker (left,center,etc..)
Double_t fY Y position of marker (left,center,etc..)
public:
static const enum TMarker:: kMarkerNDC
______________________________________________________________________________
Manages Markers. Marker attributes are managed by TAttMarker.
The list of standard ROOT markers is shown in this picture
TMarker()
Marker default constructor.
Int_t DistancetoPrimitive(Int_t px, Int_t py)
Compute distance from point px,py to a marker.
Compute the closest distance of approach from point px,py to this marker.
The distance is computed in pixels units.
void ExecuteEvent(Int_t event, Int_t px, Int_t py)
Execute action corresponding to one event.
This member function is called when a marker is clicked with the locator
If Left button is clicked on a marker, the marker is moved to
a new position when the mouse button is released.
void ls(Option_t *)
List this marker with its attributes.
Author: Rene Brun 12/05/95
Last update: root/graf:$Name: $:$Id: TMarker.cxx,v 1.15 2006/07/03 16:10:45 brun Exp $
Copyright (C) 1995-2000, Rene Brun and Fons Rademakers. *
ROOT page - Class index - Class Hierarchy - Top of the page
This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.