#ifndef ROOT_TPieEditor
#define ROOT_TPieEditor
#ifndef ROOT_TGedFrame
#include "TGedFrame.h"
#endif
class TPie;
class TGButtonGroup;
class TGTextEntry;
class TGCheckButton;
class TGRadioButton;
class TGNumberEntry;
class TGColorSelect;
class TGFontTypeComboBox;
class TGComboox;
class TPieEditor : public TGedFrame {
protected:
char fDrawShape;
TGTextEntry *fTitle;
Int_t fTitlePrec;
TPie *fPie;
TGButtonGroup *fgr;
TGRadioButton *fLblDirH;
TGRadioButton *fLblDirR;
TGRadioButton *fLblDirT;
TGLayoutHints *fShape1lh;
TGCheckButton *fOutlineOnOff;
TGCheckButton *fIs3D;
TGNumberEntry *f3DHeight;
TGNumberEntry *f3DAngle;
TGColorSelect *fColorSelect;
TGFontTypeComboBox *fTypeCombo;
TGComboBox *fSizeCombo;
virtual void ConnectSignals2Slots();
static TGComboBox* BuildFontSizeComboBox(TGFrame*, Int_t);
public:
TPieEditor(const TGWindow *p = 0,
Int_t width = 140, Int_t height = 30,
UInt_t options = kChildFrame,
Pixel_t back = GetDefaultFrameBackground());
virtual ~TPieEditor();
virtual void SetModel(TObject* );
virtual void ActivateBaseClassEditors(TClass*);
virtual void DoShape();
virtual void DoMarkerOnOff(Bool_t on);
virtual void DoTitle(const char *text);
virtual void DoGraphLineWidth();
virtual void DoChange3DAngle();
virtual void DoTextChange();
ClassDef(TPieEditor,0)
};
#endif
Last change: Wed Jun 25 08:50:40 2008
Last generated: 2008-06-25 08:50
This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.