#ifndef ROOT_TGeoParaEditor
#define ROOT_TGeoParaEditor
#ifndef ROOT_TGButton
#include "TGWidget.h"
#endif
#ifndef ROOT_TGeoGedFrame
#include "TGeoGedFrame.h"
#endif
class TGeoPara;
class TGeoTabManager;
class TGTextEntry;
class TGNumberEntry;
class TGTab;
class TGComboBox;
class TGTextButton;
class TGCheckButton;
class TString;
class TGeoParaEditor : public TGeoGedFrame {
protected:
Double_t fXi;
Double_t fYi;
Double_t fZi;
Double_t fAlphai;
Double_t fThetai;
Double_t fPhii;
TString fNamei;
TGeoPara *fShape;
Bool_t fIsModified;
Bool_t fIsShapeEditable;
TGTextEntry *fShapeName;
TGNumberEntry *fEDx;
TGNumberEntry *fEDy;
TGNumberEntry *fEDz;
TGNumberEntry *fEAlpha;
TGNumberEntry *fETheta;
TGNumberEntry *fEPhi ;
TGTextButton *fApply;
TGTextButton *fUndo;
TGCheckButton *fDelayed;
virtual void ConnectSignals2Slots();
Bool_t IsDelayed() const;
public:
TGeoParaEditor(const TGWindow *p = 0,
Int_t width = 140, Int_t height = 30,
UInt_t options = kChildFrame,
Pixel_t back = GetDefaultFrameBackground());
virtual ~TGeoParaEditor();
virtual void SetModel(TObject *obj);
void DoX();
void DoY();
void DoZ();
void DoAlpha();
void DoTheta();
void DoPhi();
void DoModified();
void DoName();
void DoApply();
void DoUndo();
ClassDef(TGeoParaEditor,0)
};
#endif
Last change: Wed Jun 25 08:45:03 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.