12#ifndef ROOT_TAxisEditor
13#define ROOT_TAxisEditor
ULong_t Pixel_t
Pixel value.
#define ClassDef(name, id)
include TDocParser_001 C image html pict1_TDocParser_001 png width
virtual void DoLabelColor(Pixel_t color)
Slot connected to the label color.
virtual void DoTitleColor(Pixel_t color)
Slot connected to the title color.
TGColorSelect * fTitleColor
virtual void DoAxisColor(Pixel_t color)
Slot connected to the axis color.
virtual void DoTitleCentered()
Slot connected to centered title option.
TGColorSelect * fAxisColor
virtual void DoTitleOffset()
Slot connected to the title offset.
virtual void ConnectSignals2Slots()
Connect signals to slots.
virtual void DoTicks()
Slot connected to the ticks draw settings.
virtual void DoTitleFont(Int_t font)
Slot connected to the title font.
TGCheckButton * fNoExponent
TGFontTypeComboBox * fTitleFont
virtual ~TAxisEditor()
Destructor of axis editor.
virtual void DoTitle(const char *text)
Slot connected to the axis color.
virtual void DoDecimal(Bool_t on)
Slot connected to the decimal part setting.
TGNumberEntry * fTickLength
virtual void DoTitleSize()
Slot connected to the title font size.
TGNumberEntry * fTitleOffset
virtual void DoLabelOffset()
Slot connected to the label offset.
TGNumberEntry * fTitleSize
TGColorSelect * fLabelColor
virtual void DoTickLength()
Slot connected to the tick length settings.
TGCheckButton * fTicksBoth
virtual void DoTitleRotated()
Slot connected to the title rotation.
TGNumberEntry * fLabelOffset
TGCheckButton * fOptimize
virtual void DoLogAxis()
Slot for Log scale setting.
TGCheckButton * fCentered
virtual void DoNoExponent()
Slot connected to the labels' exponent flag.
virtual void DoDivisions()
Slot connected to the number of divisions.
virtual void DoLabelFont(Int_t font)
Slot connected to the label font.
virtual void DoMoreLog()
Slot connected to more Log labels flag.
TGNumberEntry * fLabelSize
virtual void DoLabelSize()
Slot connected to the label size.
virtual void SetModel(TObject *obj)
Pick up the used values of axis attributes.
TGFontTypeComboBox * fLabelFont
Class to manage histogram axis.
static Pixel_t GetDefaultFrameBackground()
Get default frame background.
Mother of all ROOT objects.