ROOT
6.08/07
Reference Guide
gui
guibuilder
inc
TGuiBldHintsButton.h
Go to the documentation of this file.
1
// @(#)root/guibuilder:$Id$
2
// Author: Valeriy Onuchin 12/09/04
3
4
/*************************************************************************
5
* Copyright (C) 1995-2004, 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_TGuiBldHintsButton
13
#define ROOT_TGuiBldHintsButton
14
15
16
//////////////////////////////////////////////////////////////////////////
17
// //
18
// TGuiBldHintsButton //
19
// //
20
//////////////////////////////////////////////////////////////////////////
21
22
23
#ifndef ROOT_TGButton
24
#include "
TGButton.h
"
25
#endif
26
27
28
//////////////////////////////////////////////////////////////////////////
29
class
TGuiBldHintsButton
:
public
TGButton
{
30
31
protected
:
32
virtual
void
DrawExpandX
();
33
virtual
void
DrawExpandY
();
34
virtual
void
DrawCenterX
();
35
virtual
void
DrawCenterY
();
36
virtual
void
DrawTopLeft
();
37
virtual
void
DrawTopRight
();
38
virtual
void
DrawBottomLeft
();
39
virtual
void
DrawBottomRight
();
40
41
virtual
void
DoRedraw
();
42
43
public
:
44
TGuiBldHintsButton
(
const
TGWindow
*p,
Int_t
id
);
45
virtual
~TGuiBldHintsButton
() {}
46
47
ClassDef
(
TGuiBldHintsButton
,0)
//Button for editing layout hints in GUI Builder
48
};
49
50
#endif
TGuiBldHintsButton::DrawTopLeft
virtual void DrawTopLeft()
DrawTopLeft.
Definition:
TGuiBldHintsButton.cxx:234
TGuiBldHintsButton::DoRedraw
virtual void DoRedraw()
Redraw button.
Definition:
TGuiBldHintsButton.cxx:52
TGuiBldHintsButton::DrawTopRight
virtual void DrawTopRight()
DrawTopRight.
Definition:
TGuiBldHintsButton.cxx:241
Int_t
int Int_t
Definition:
RtypesCore.h:41
TGuiBldHintsButton::TGuiBldHintsButton
TGuiBldHintsButton(const TGWindow *p, Int_t id)
Constructor.
Definition:
TGuiBldHintsButton.cxx:29
TGuiBldHintsButton::~TGuiBldHintsButton
virtual ~TGuiBldHintsButton()
Definition:
TGuiBldHintsButton.h:45
ClassDef
#define ClassDef(name, id)
Definition:
Rtypes.h:254
TGuiBldHintsButton::DrawCenterX
virtual void DrawCenterX()
Draw center X buton.
Definition:
TGuiBldHintsButton.cxx:151
TGButton
Definition:
TGButton.h:72
TGWindow
Definition:
TGWindow.h:38
TGuiBldHintsButton::DrawCenterY
virtual void DrawCenterY()
Draw center Y button.
Definition:
TGuiBldHintsButton.cxx:193
TGuiBldHintsButton::DrawExpandX
virtual void DrawExpandX()
Draw expand X button.
Definition:
TGuiBldHintsButton.cxx:90
TGuiBldHintsButton
Definition:
TGuiBldHintsButton.h:29
TGuiBldHintsButton::DrawBottomRight
virtual void DrawBottomRight()
DrawBottomRight.
Definition:
TGuiBldHintsButton.cxx:255
TGButton.h
TGuiBldHintsButton::DrawExpandY
virtual void DrawExpandY()
Draw expand Y button.
Definition:
TGuiBldHintsButton.cxx:120
TGuiBldHintsButton::DrawBottomLeft
virtual void DrawBottomLeft()
DrawBottomLeft.
Definition:
TGuiBldHintsButton.cxx:248