12 #ifndef ROOT_TEveProjectionAxesEditor
13 #define ROOT_TEveProjectionAxesEditor
21 class TEveProjectionAxes;
23 class TEveProjectionAxesEditor :
public TGedFrame
26 TEveProjectionAxesEditor(
const TEveProjectionAxesEditor&);
27 TEveProjectionAxesEditor& operator=(
const TEveProjectionAxesEditor&);
30 TEveProjectionAxes *fM;
33 TGComboBox *fAxesMode;
35 TGVerticalFrame *fCenterFrame;
36 TGCheckButton *fDrawCenter;
37 TGCheckButton *fDrawOrigin;
40 TEveProjectionAxesEditor(
const TGWindow* p=0, Int_t width=170, Int_t height=30,
41 UInt_t options=kChildFrame, Pixel_t back=GetDefaultFrameBackground());
42 virtual ~TEveProjectionAxesEditor() {}
44 virtual void SetModel(TObject* obj);
48 void DoLabMode(Int_t type);
49 void DoAxesMode(Int_t type);
54 ClassDef(TEveProjectionAxesEditor, 0);