ROOT
v6-26
Reference Guide
Loading...
Searching...
No Matches
TGroupButton.h
Go to the documentation of this file.
1
// @(#)root/gpad:$Id$
2
// Author: Rene Brun 01/07/96
3
4
/*************************************************************************
5
* Copyright (C) 1995-2021, 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_TGroupButton
13
#define ROOT_TGroupButton
14
15
#include "
TButton.h
"
16
17
class
TGroupButton
:
public
TButton
{
18
19
private
:
20
TGroupButton
(
const
TGroupButton
&) =
delete
;
21
TGroupButton
&
operator=
(
const
TGroupButton
&) =
delete
;
22
23
public
:
24
TGroupButton
();
25
TGroupButton
(
const
char
*groupname,
const
char
*title,
const
char
*method,
Double_t
x1
,
Double_t
y1,
Double_t
x2
,
Double_t
y2);
26
virtual
~TGroupButton
();
27
virtual
void
DisplayColorTable
(
const
char
*action,
Double_t
x0,
Double_t
y0,
Double_t
wc,
Double_t
hc);
28
virtual
void
ExecuteAction
();
29
virtual
void
ExecuteEvent
(
Int_t
event
,
Int_t
px,
Int_t
py);
30
virtual
void
SavePrimitive
(std::ostream &out,
Option_t
*option =
""
);
31
ClassDef
(
TGroupButton
,0)
//A user interface button in a group of buttons.
32
};
33
34
#endif
35
x2
static const double x2[5]
Definition
RooGaussKronrodIntegrator1D.cxx:364
x1
static const double x1[5]
Definition
RooGaussKronrodIntegrator1D.cxx:346
Double_t
double Double_t
Definition
RtypesCore.h:59
Option_t
const char Option_t
Definition
RtypesCore.h:66
ClassDef
#define ClassDef(name, id)
Definition
Rtypes.h:325
TButton.h
TButton
A TButton object is a user interface object.
Definition
TButton.h:18
TGroupButton
A specialized TButton used in a group of Buttons.
Definition
TGroupButton.h:17
TGroupButton::TGroupButton
TGroupButton(const TGroupButton &)=delete
TGroupButton::SavePrimitive
virtual void SavePrimitive(std::ostream &out, Option_t *option="")
Save primitive as a C++ statement(s) on output stream out.
Definition
TGroupButton.cxx:222
TGroupButton::TGroupButton
TGroupButton()
GroupButton default constructor.
Definition
TGroupButton.cxx:46
TGroupButton::ExecuteEvent
virtual void ExecuteEvent(Int_t event, Int_t px, Int_t py)
Execute action corresponding to one event.
Definition
TGroupButton.cxx:153
TGroupButton::DisplayColorTable
virtual void DisplayColorTable(const char *action, Double_t x0, Double_t y0, Double_t wc, Double_t hc)
Display Color Table in an attribute canvas.
Definition
TGroupButton.cxx:71
TGroupButton::operator=
TGroupButton & operator=(const TGroupButton &)=delete
TGroupButton::ExecuteAction
virtual void ExecuteAction()
Execute action of this button.
Definition
TGroupButton.cxx:104
TGroupButton::~TGroupButton
virtual ~TGroupButton()
GroupButton default destructor.
Definition
TGroupButton.cxx:64
int
event
Definition
triangle.c:553
graf2d
gpad
inc
TGroupButton.h
ROOT v6-26 - Reference Guide Generated on Mon Sep 11 2023 21:02:19 (GVA Time) using Doxygen 1.9.8