#ifndef ROOT_TGeoSphereEditor
#define ROOT_TGeoSphereEditor
#ifndef ROOT_TGButton
#include "TGWidget.h"
#endif
#ifndef ROOT_TGeoGedFrame
#include "TGeoGedFrame.h"
#endif
class TGeoSphere;
class TGeoTabManager;
class TGTextEntry;
class TGNumberEntry;
class TGTab;
class TGComboBox;
class TGDoubleVSlider;
class TGTextButton;
class TGCheckButton;
class TString;
class TGeoSphereEditor : public TGeoGedFrame {
protected:
Double_t fRmini;
Double_t fRmaxi;
Double_t fTheta1i;
Double_t fTheta2i;
Double_t fPhi1i;
Double_t fPhi2i;
TString fNamei;
TGeoSphere *fShape;
Bool_t fIsModified;
Bool_t fIsShapeEditable;
Bool_t fLock;
TGTextEntry *fShapeName;
TGNumberEntry *fERmin;
TGNumberEntry *fERmax;
TGNumberEntry *fETheta1;
TGNumberEntry *fETheta2;
TGNumberEntry *fEPhi1;
TGNumberEntry *fEPhi2;
TGDoubleVSlider *fSPhi;
TGDoubleVSlider *fSTheta;
TGTextButton *fApply;
TGTextButton *fUndo;
TGCheckButton *fDelayed;
virtual void ConnectSignals2Slots();
Bool_t IsDelayed() const;
public:
TGeoSphereEditor(const TGWindow *p = 0,
Int_t width = 140, Int_t height = 30,
UInt_t options = kChildFrame,
Pixel_t back = GetDefaultFrameBackground());
virtual ~TGeoSphereEditor();
virtual void SetModel(TObject *obj);
void DoRmin();
void DoRmax();
void DoPhi();
void DoTheta();
void DoTheta1();
void DoTheta2();
void DoPhi1();
void DoPhi2();
void DoModified();
void DoName();
virtual void DoApply();
virtual void DoUndo();
ClassDef(TGeoSphereEditor,0)
};
#endif
Last change: Wed Jun 25 08:45:32 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.