#ifndef ROOT_TGeoTrd1Editor
#define ROOT_TGeoTrd1Editor
#ifndef ROOT_TGButton
#include "TGWidget.h"
#endif
#ifndef ROOT_TGeoGedFrame
#include "TGeoGedFrame.h"
#endif
class TGeoTrd1;
class TGeoTabManager;
class TGTextEntry;
class TGNumberEntry;
class TGTab;
class TGComboBox;
class TGTextButton;
class TGCheckButton;
class TString;
class TGeoTrd1Editor : public TGeoGedFrame {
protected:
Double_t fDxi1;
Double_t fDxi2;
Double_t fDyi;
Double_t fDzi;
TString fNamei;
TGeoTrd1 *fShape;
Bool_t fIsModified;
Bool_t fIsShapeEditable;
TGTextEntry *fShapeName;
TGNumberEntry *fEDx1;
TGNumberEntry *fEDx2;
TGNumberEntry *fEDy;
TGNumberEntry *fEDz;
TGTextButton *fApply;
TGTextButton *fUndo;
TGCheckButton *fDelayed;
virtual void ConnectSignals2Slots();
Bool_t IsDelayed() const;
public:
TGeoTrd1Editor(const TGWindow *p = 0,
Int_t width = 140, Int_t height = 30,
UInt_t options = kChildFrame,
Pixel_t back = GetDefaultFrameBackground());
virtual ~TGeoTrd1Editor();
virtual void SetModel(TObject *obj);
void DoDx1();
void DoDx2();
void DoDy();
void DoDz();
void DoModified();
void DoName();
void DoApply();
void DoUndo();
ClassDef(TGeoTrd1Editor,0)
};
#endif
Last change: Wed Jun 25 08:45:44 2008
Last generated: 2008-06-25 08:45
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.