#ifndef ROOT_TEveLineEditor
#define ROOT_TEveLineEditor
#include "TGedFrame.h"
class TGCheckButton;
class TGNumberEntry;
class TGColorSelect;
class TEveLine;
class TEveLineEditor : public TGedFrame
{
private:
TEveLineEditor(const TEveLineEditor&);
TEveLineEditor& operator=(const TEveLineEditor&);
protected:
TEveLine *fM;
TGCheckButton *fRnrLine;
TGCheckButton *fRnrPoints;
TGCheckButton *fSmooth;
public:
TEveLineEditor(const TGWindow* p=0, Int_t width=170, Int_t height=30, UInt_t options = kChildFrame, Pixel_t back=GetDefaultFrameBackground());
virtual ~TEveLineEditor() {}
virtual void SetModel(TObject* obj);
void DoRnrLine();
void DoRnrPoints();
void DoSmooth();
ClassDef(TEveLineEditor, 0);
};
#endif
Last change: Wed Sep 17 08:52:27 2008
Last generated: 2008-09-17 08:52
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.