#ifndef ROOT_TEveProjectionAxesEditor
#define ROOT_TEveProjectionAxesEditor
#include "TGedFrame.h"
class TGCheckButton;
class TGComboBox;
class TEveGValuator;
class TEveProjectionAxes;
class TEveProjectionAxesEditor : public TGedFrame
{
private:
   TEveProjectionAxesEditor(const TEveProjectionAxesEditor&);            
   TEveProjectionAxesEditor& operator=(const TEveProjectionAxesEditor&); 
protected:
   TEveProjectionAxes   *fM;       
   TGComboBox      *fStepMode;     
   TEveGValuator   *fNumTickMarks; 
   TGVerticalFrame *fCenterFrame;  
   TGCheckButton   *fDrawCenter;   
   TGCheckButton   *fDrawOrigin;   
public:
   TEveProjectionAxesEditor(const TGWindow* p=0, Int_t width=170, Int_t height=30,
                            UInt_t options=kChildFrame, Pixel_t back=GetDefaultFrameBackground());
   virtual ~TEveProjectionAxesEditor() {}
   virtual void SetModel(TObject* obj);
   
   void DoStepMode(Int_t type);
   void DoNumTickMarks();
   void DoDrawCenter();
   void DoDrawOrigin();
   ClassDef(TEveProjectionAxesEditor, 0); 
};
#endif
Last change: Tue May 13 17:09:34 2008
Last generated: 2008-05-13 17:09
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.