ROOT
6.10/09
Reference Guide
ROOT Home Page
Main Page
Tutorials
User's Classes
+
Namespaces
Namespace List
+
Namespace Members
+
All
<
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Functions
<
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Variables
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
x
y
z
+
Typedefs
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
u
w
x
+
Enumerations
a
e
f
g
m
p
t
w
y
+
Enumerator
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
w
+
All Classes
Class List
Class Index
Class Hierarchy
+
Class Members
+
All
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
+
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
+
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Typedefs
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
v
w
x
y
+
Enumerations
a
b
c
d
e
f
g
h
i
l
m
o
p
r
s
w
y
+
Enumerator
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
+
Properties
f
+
Related Functions
:
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
+
Files
File List
+
File Members
+
All
1
2
3
4
5
6
7
8
9
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
+
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Typedefs
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
+
Enumerations
c
e
f
i
l
m
p
r
u
x
+
Enumerator
a
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
v
w
x
y
z
+
Macros
1
2
3
4
5
6
7
8
9
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Release Notes
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
gui
qtgsi
inc
TQCanvasImp.h
Go to the documentation of this file.
1
// @(#)root/qtgsi:$Id$
2
// Author: Denis Bertini 01/11/2000
3
4
/*************************************************************************
5
* Copyright (C) 1995-2006, 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_TQCanvasImp
13
#define ROOT_TQCanvasImp
14
15
//////////////////////////////////////////////////////////////////////////
16
//
17
// TQCanvasImp
18
//
19
// ABC describing Qt GUI independent main window (with menubar,
20
// scrollbars and a drawing area).
21
//
22
//////////////////////////////////////////////////////////////////////////
23
24
#include "
TCanvasImp.h
"
25
26
class
TQRootCanvas
;
27
28
class
TQCanvasImp
:
public
TCanvasImp
{
29
protected
:
30
TQRootCanvas
*
fQCanvas
;
// Pointer to the Qt widget (TQRootCanvas)
31
void
Build
(
TCanvas
*c,
const
char
*
name
,
Int_t
x
,
Int_t
y
,
UInt_t
width,
UInt_t
height);
32
public
:
33
TQCanvasImp
(
TCanvas
* = 0);
34
TQCanvasImp
(
TCanvas
*c,
const
char
*
name
,
UInt_t
width,
UInt_t
height);
35
TQCanvasImp
(
TCanvas
*c,
const
char
*
name
,
Int_t
x
,
Int_t
y
,
UInt_t
width,
UInt_t
height);
36
virtual
~TQCanvasImp
();
37
38
ClassDef
(
TQCanvasImp
,1)
//ABC describing Qt GUI independent main window
39
};
40
41
#endif
42
TCanvasImp
ABC describing GUI independent main window (with menubar, scrollbars and a drawing area)...
Definition:
TCanvasImp.h:30
TQCanvasImp::TQCanvasImp
TQCanvasImp(TCanvas *=0)
TQCanvasImp ctor.
Definition:
TQCanvasImp.cxx:56
RegressionKeras.name
name
Definition:
RegressionKeras.py:30
Int_t
int Int_t
Definition:
RtypesCore.h:41
TQRootCanvas
Definition:
TQRootCanvas.h:57
TQCanvasImp::fQCanvas
TQRootCanvas * fQCanvas
Definition:
TQCanvasImp.h:30
x
Double_t x[n]
Definition:
legend1.C:17
ClassDef
#define ClassDef(name, id)
Definition:
Rtypes.h:297
TQCanvasImp::Build
void Build(TCanvas *c, const char *name, Int_t x, Int_t y, UInt_t width, UInt_t height)
Build the TQRootCanvas.
Definition:
TQCanvasImp.cxx:64
UInt_t
unsigned int UInt_t
Definition:
RtypesCore.h:42
TQCanvasImp::~TQCanvasImp
virtual ~TQCanvasImp()
dtor
Definition:
TQCanvasImp.cxx:74
TCanvasImp.h
TCanvas
The Canvas class.
Definition:
TCanvas.h:31
TQCanvasImp
Definition:
TQCanvasImp.h:28
y
Double_t y[n]
Definition:
legend1.C:17