#ifndef ROOT_TGeoEltuEditor
#define ROOT_TGeoEltuEditor
#ifndef ROOT_TGButton
#include "TGWidget.h"
#endif
#ifndef ROOT_TGeoGedFrame
#include "TGeoGedFrame.h"
#endif
class TGeoEltu;
class TGeoTabManager;
class TGTextEntry;
class TGNumberEntry;
class TGTab;
class TGComboBox;
class TGTextButton;
class TGCheckButton;
class TString;
class TGeoEltuEditor : public TGeoGedFrame {
protected:
Double_t fAi;
Double_t fBi;
Double_t fDzi;
TString fNamei;
TGeoEltu *fShape;
Bool_t fIsModified;
Bool_t fIsShapeEditable;
TGTextEntry *fShapeName;
TGNumberEntry *fEA;
TGNumberEntry *fEB;
TGNumberEntry *fEDz;
TGTextButton *fApply;
TGTextButton *fUndo;
TGCheckButton *fDelayed;
virtual void ConnectSignals2Slots();
Bool_t IsDelayed() const;
public:
TGeoEltuEditor(const TGWindow *p = 0,
Int_t width = 140, Int_t height = 30,
UInt_t options = kChildFrame,
Pixel_t back = GetDefaultFrameBackground());
virtual ~TGeoEltuEditor();
virtual void SetModel(TObject *obj);
void DoA();
void DoB();
void DoDz();
void DoModified();
void DoName();
void DoApply();
void DoUndo();
ClassDef(TGeoEltuEditor,0)
};
#endif
Last change: Wed Jun 25 08:44:28 2008
Last generated: 2008-06-25 08:44
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.