#ifndef ROOT_TEveGedEditor
#define ROOT_TEveGedEditor
#include "TGedEditor.h"
class TEveElement;
class TEveGedEditor : public TGedEditor
{
TEveGedEditor(const TEveGedEditor&);
TEveGedEditor& operator=(const TEveGedEditor&);
protected:
TEveElement *fElement;
TObject *fObject;
public:
TEveGedEditor(TCanvas* canvas=0, Int_t width=250, Int_t height=400);
virtual ~TEveGedEditor() {}
TEveElement* GetEveElement() const;
void DisplayElement(TEveElement* re);
void DisplayObject(TObject* obj);
virtual void SetModel(TVirtualPad* pad, TObject* obj, Int_t event);
virtual void Update(TGedFrame* gframe=0);
ClassDef(TEveGedEditor, 0);
};
#endif
Last change: Wed Jun 25 08:37:04 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.