Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
TDiamond.h
Go to the documentation of this file.
1// @(#)root/graf:$Id$
2// Author: Rene Brun 22/06/96
3
4/*************************************************************************
5 * Copyright (C) 1995-2000, Rene Brun and Fons Rademakers. *
6 * All rights reserved. *
7 * *
8 * For the licensing terms see $ROOTSYS/LICENSE. *
9 * For the list of contributors see $ROOTSYS/README/CREDITS. *
10 *************************************************************************/
11
12#ifndef ROOT_TDiamond
13#define ROOT_TDiamond
14
15#include "TPaveText.h"
16
17class TDiamond : public TPaveText {
18
19public:
20 TDiamond();
22 TDiamond(const TDiamond &diamond);
23 ~TDiamond() override;
24 Int_t DistancetoPrimitive(Int_t px, Int_t py) override;
25 void Draw(Option_t *option="") override;
26 void ExecuteEvent(Int_t event, Int_t px, Int_t py) override;
27 void Paint(Option_t *option="") override;
28 void SavePrimitive(std::ostream &out, Option_t *option = "") override;
29
30 ClassDefOverride(TDiamond,1) //Diamond class
31};
32
33#endif
34
const char Option_t
Definition RtypesCore.h:66
#define ClassDefOverride(name, id)
Definition Rtypes.h:341
Option_t Option_t option
Option_t Option_t TPoint TPoint const char x2
Option_t Option_t TPoint TPoint const char x1
Option_t Option_t TPoint TPoint const char y2
Option_t Option_t TPoint TPoint const char y1
Draw a Diamond.
Definition TDiamond.h:17
TDiamond()
Diamond default constructor.
Definition TDiamond.cxx:46
void ExecuteEvent(Int_t event, Int_t px, Int_t py) override
Execute action corresponding to one event.
Definition TDiamond.cxx:109
void SavePrimitive(std::ostream &out, Option_t *option="") override
Save primitive as a C++ statement(s) on output stream out.
Definition TDiamond.cxx:440
void Paint(Option_t *option="") override
Paint this diamond with its current attributes.
Definition TDiamond.cxx:380
Int_t DistancetoPrimitive(Int_t px, Int_t py) override
Compute distance from point px,py to a diamond.
Definition TDiamond.cxx:85
~TDiamond() override
Diamond destructor.
Definition TDiamond.cxx:61
A Pave (see TPave) with text, lines or/and boxes inside.
Definition TPaveText.h:21
th1 Draw()