Logo ROOT  
Reference Guide
TAttTextEditor.h
Go to the documentation of this file.
1// @(#)root/ged:$Id$
2// Author: Ilka Antcheva 11/05/04
3
4/*************************************************************************
5 * Copyright (C) 1995-2002, 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_TGedTextEditor
13#define ROOT_TGedTextEditor
14
15//////////////////////////////////////////////////////////////////////////
16// //
17// TAttTextEditor //
18// //
19// Implements GUI for editing text attributes. //
20// //
21//////////////////////////////////////////////////////////////////////////
22
23#include "TGedFrame.h"
24
25#include "TGSlider.h"
26
27class TGComboBox;
29class TGColorSelect;
30class TAttText;
32
33class TAttTextEditor : public TGedFrame {
34
35protected:
36 TAttText *fAttText; // text attribute object
37 TGFontTypeComboBox *fTypeCombo; // font style combo box
38 TGComboBox *fSizeCombo; // font size combo box
39 TGComboBox *fAlignCombo; // font aligh combo box
40 TGColorSelect *fColorSelect; // color selection widget
41 TGHSlider *fAlpha; // fill opacity
43
45
46 static TGComboBox *BuildFontSizeComboBox(TGFrame *parent, Int_t id);
48
49public:
50 TAttTextEditor(const TGWindow *p = 0,
51 Int_t width = 140, Int_t height = 30,
52 UInt_t options = kChildFrame,
54 virtual ~TAttTextEditor();
55
56 virtual void SetModel(TObject* obj);
57 virtual Bool_t ProcessMessage(Long_t msg, Long_t parm1, Long_t parm2);
58 virtual void DoTextAlphaColor(ULong_t p);
59 virtual void DoAlpha();
60 virtual void DoAlphaField();
61 virtual void DoLiveAlpha(Int_t a);
62 virtual void GetCurAlpha();
63 virtual void DoTextColor(Pixel_t color);
64
65 ClassDef(TAttTextEditor,0) //GUI for editing text attributes
66};
67
68#endif
@ kChildFrame
Definition: GuiTypes.h:379
ULong_t Pixel_t
Definition: GuiTypes.h:39
unsigned long ULong_t
Definition: RtypesCore.h:53
long Long_t
Definition: RtypesCore.h:52
#define ClassDef(name, id)
Definition: Rtypes.h:322
include TDocParser_001 C image html pict1_TDocParser_001 png width
Definition: TDocParser.cxx:121
virtual void DoTextAlphaColor(ULong_t p)
Slot connected to the color with alpha.
TGHSlider * fAlpha
TGComboBox * fSizeCombo
static TGComboBox * BuildFontSizeComboBox(TGFrame *parent, Int_t id)
Create text size combo box.
virtual void SetModel(TObject *obj)
Pick up the values of used text attributes.
TGComboBox * fAlignCombo
virtual void GetCurAlpha()
Slot to update alpha value on click on Slider.
TAttText * fAttText
virtual void DoAlpha()
Slot to set the alpha value.
TGFontTypeComboBox * fTypeCombo
TAttTextEditor(const TGWindow *p=0, Int_t width=140, Int_t height=30, UInt_t options=kChildFrame, Pixel_t back=GetDefaultFrameBackground())
Constructor of text attributes GUI.
virtual void DoLiveAlpha(Int_t a)
Slot to set alpha value online.
virtual void DoAlphaField()
Slot to set the alpha value from the entry field.
static TGComboBox * BuildTextAlignComboBox(TGFrame *parent, Int_t id)
Create text align combo box.
virtual void DoTextColor(Pixel_t color)
Slot connected to the marker color.
TGNumberEntryField * fAlphaField
virtual ~TAttTextEditor()
Destructor of text editor.
TGColorSelect * fColorSelect
virtual Bool_t ProcessMessage(Long_t msg, Long_t parm1, Long_t parm2)
Process message.
void ConnectSignals2Slots()
Connect signals to slots.
Text Attributes class.
Definition: TAttText.h:18
static Pixel_t GetDefaultFrameBackground()
Get default frame background.
Definition: TGFrame.cxx:667
Mother of all ROOT objects.
Definition: TObject.h:37
auto * a
Definition: textangle.C:12