#ifndef ROOT_TEveGridStepperEditor
#define ROOT_TEveGridStepperEditor
#include "TGedFrame.h"
class TGButton;
class TGCheckButton;
class TGNumberEntry;
class TGColorSelect;
class TEveGridStepper;
class TEveGValuator;
class TEveGridStepperSubEditor : public TGVerticalFrame
{
private:
TEveGridStepperSubEditor(const TEveGridStepperSubEditor&);
TEveGridStepperSubEditor& operator=(const TEveGridStepperSubEditor&);
protected:
TEveGridStepper *fM;
TEveGValuator *fNx;
TEveGValuator *fNy;
TEveGValuator *fNz;
TEveGValuator *fDx;
TEveGValuator *fDy;
TEveGValuator *fDz;
public:
TEveGridStepperSubEditor(const TGWindow* p);
virtual ~TEveGridStepperSubEditor() {}
void SetModel(TEveGridStepper* m);
void Changed();
void DoNs();
void DoDs();
ClassDef(TEveGridStepperSubEditor, 0);
};
class TEveGridStepperEditor : public TGedFrame
{
private:
TEveGridStepperEditor(const TEveGridStepperEditor&);
TEveGridStepperEditor& operator=(const TEveGridStepperEditor&);
protected:
TEveGridStepper *fM;
TEveGridStepperSubEditor *fSE;
public:
TEveGridStepperEditor(const TGWindow* p=0, Int_t width=170, Int_t height=30, UInt_t options=kChildFrame, Pixel_t back=GetDefaultFrameBackground());
virtual ~TEveGridStepperEditor() {}
virtual void SetModel(TObject* obj);
ClassDef(TEveGridStepperEditor, 0);
};
#endif
Last change: Wed Jun 25 08:37:13 2008
Last generated: 2008-06-25 08:37
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.