12 #ifndef ROOT_TGraphEditor
13 #define ROOT_TGraphEditor
30 class TGLineWidthComboBox;
32 class TGraphEditor :
public TGedFrame {
40 TGRadioButton *fShape;
41 TGRadioButton *fShape0;
42 TGRadioButton *fShape1;
43 TGRadioButton *fShape2;
44 TGRadioButton *fShape3;
45 TGLayoutHints *fShape1lh;
46 TGCheckButton *fMarkerOnOff;
47 TGLineWidthComboBox *fWidthCombo;
48 TGCheckButton *fExSide;
50 virtual void ConnectSignals2Slots();
53 TGraphEditor(
const TGWindow *p = 0,
54 Int_t width = 140, Int_t height = 30,
55 UInt_t options = kChildFrame,
56 Pixel_t back = GetDefaultFrameBackground());
57 virtual ~TGraphEditor();
58 virtual void SetModel(TObject* obj);
61 virtual void DoShape();
62 virtual void DoMarkerOnOff(Bool_t on);
63 virtual void DoTitle(
const char *text);
64 virtual void DoGraphLineWidth();
66 ClassDef(TGraphEditor,0)