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