164 fApply->
Connect(
"Clicked()",
"TGeoTorusEditor",
this,
"DoApply()");
165 fUndo->
Connect(
"Clicked()",
"TGeoTorusEditor",
this,
"DoUndo()");
166 fShapeName->
Connect(
"TextChanged(const char *)",
"TGeoTorusEditor",
this,
"DoModified()");
167 fER->
Connect(
"ValueSet(Long_t)",
"TGeoTorusEditor",
this,
"DoR()");
168 fERmin->
Connect(
"ValueSet(Long_t)",
"TGeoTorusEditor",
this,
"DoRmin()");
169 fERmax->
Connect(
"ValueSet(Long_t)",
"TGeoTorusEditor",
this,
"DoRmax()");
170 fEPhi1->
Connect(
"ValueSet(Long_t)",
"TGeoTorusEditor",
this,
"DoPhi1()");
171 fEDphi->
Connect(
"ValueSet(Long_t)",
"TGeoTorusEditor",
this,
"DoDphi()");
346 if (phi<0 || phi>360) {
360 if (dphi<=0 || dphi>360) {
virtual void Resize(UInt_t w=0, UInt_t h=0)
Resize the frame.
void DoDphi()
Slot for Dphi.
void DoApply()
Slot for applying current settings.
void DoUndo()
Slot for undoing last operation.
virtual Double_t GetDX() const
TVirtualGeoPainter * GetPainter() const
virtual void SetToolTipText(const char *text, Long_t delayms=500)
Set tool tip text associated with this text entry.
virtual void SetName(const char *name)
Set the name of the TNamed.
virtual void SetNumber(Double_t val)
virtual void SetRange(const Double_t *min, const Double_t *max)=0
virtual Bool_t IsPaintingShape() const =0
TGeoTorusEditor(const TGWindow *p=0, Int_t width=140, Int_t height=30, UInt_t options=kChildFrame, Pixel_t back=GetDefaultFrameBackground())
Constructor for torus editor.
virtual Bool_t IsComposite() const
virtual void ConnectSignals2Slots()
Connect signals to slots.
static void Cleanup(TGCompositeFrame *frame)
Static method to cleanup hierarchically all daughters of a composite frame.
virtual const char * ClassName() const
Returns name of class to which the object belongs.
virtual void SetActive(Bool_t active=kTRUE)
Set active GUI attribute frames related to the selected object.
TGCompositeFrame(const TGCompositeFrame &)
void DoModified()
Slot for notifying modifications.
virtual TList * GetList() const
virtual ~TGeoTorusEditor()
Destructor.
virtual TView * GetView() const =0
void DoPhi1()
Slot for phi.
virtual const char * GetName() const
Get the shape name.
Bool_t Connect(const char *signal, const char *receiver_class, void *receiver, const char *slot)
Non-static method is used to connect from the signal of this object to the receiver slot...
virtual void Associate(const TGWindow *w)
Make w the window that will receive the generated messages.
void DoRmin()
Slot for Rmin.
virtual void SetSize(const TGDimension &s)
Bool_t IsDelayed() const
Check if shape drawing is delayed.
virtual void ShowAxis()=0
virtual Double_t GetDY() const
void SetNumAttr(EAttribute attr=kNEAAnyNumber)
TGDimension GetSize() const
const char * GetText() const
virtual UInt_t GetDefaultHeight() const
R__EXTERN TGeoManager * gGeoManager
virtual void SetModel(TObject *obj)
Connect to the selected object.
virtual Double_t GetNumber() const
virtual void SetDimensions(Double_t *param)
Set torus dimensions starting from a list.
virtual void AddFrame(TGFrame *f, TGLayoutHints *l=0)
Add frame to the composite frame using the specified layout hints.
Mother of all ROOT objects.
virtual void ComputeBBox()
Compute bounding box of the torus.
TGNumberEntryField * GetNumberEntry() const
void DoRmax()
Slot for Rmax.
virtual void Update()
Override Update from TGedFrame as fGedEditor can be null.
virtual void SetText(const char *text, Bool_t emit=kTRUE)
Sets text entry to text, clears the selection and moves the cursor to the end of the line...
virtual void Cleanup()
Cleanup and delete all objects contained in this composite frame.
virtual void Draw(Option_t *option="")
Draw this shape.
virtual void MakeTitle(const char *title)
Create attribute frame title.
void DoName()
Slot for name.
UInt_t GetDefaultHeight() const
Common base class for geombuilder editors.
virtual Double_t GetDZ() const