#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 *fLabMode;
TGComboBox *fAxesMode;
TEveGValuator *fNdivisions;
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 DoLabMode(Int_t type);
void DoAxesMode(Int_t type);
void DoNdivisions();
void DoDrawCenter();
void DoDrawOrigin();
ClassDef(TEveProjectionAxesEditor, 0);
};
#endif
Last change: Wed Oct 1 13:57:20 2008
Last generated: 2008-10-01 13:57
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.