157 fApply->
Connect(
"Clicked()",
"TGeoTrd1Editor",
this,
"DoApply()");
158 fUndo->
Connect(
"Clicked()",
"TGeoTrd1Editor",
this,
"DoUndo()");
159 fShapeName->
Connect(
"TextChanged(const char *)",
"TGeoTrd1Editor",
this,
"DoModified()");
160 fEDx1->
Connect(
"ValueSet(Long_t)",
"TGeoTrd1Editor",
this,
"DoDx1()");
161 fEDx2->
Connect(
"ValueSet(Long_t)",
"TGeoTrd1Editor",
this,
"DoDx2()");
162 fEDy->
Connect(
"ValueSet(Long_t)",
"TGeoTrd1Editor",
this,
"DoDy()");
163 fEDz->
Connect(
"ValueSet(Long_t)",
"TGeoTrd1Editor",
this,
"DoDz()");
281 if (dx1<1.
e-6 && dx2<1.
e-6) {
300 if (dx1<1.
e-6 && dx2<1.
e-6) {
virtual void Resize(UInt_t w=0, UInt_t h=0)
Resize the frame.
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.
void DoModified()
Slot for signaling modifications.
virtual void ConnectSignals2Slots()
Connect signals to slots.
virtual void ComputeBBox()
compute bounding box for a trd1
virtual void SetNumber(Double_t val)
virtual Bool_t IsPaintingShape() const =0
virtual Bool_t IsComposite() const
A trapezoid with only x length varying with z.
static void Cleanup(TGCompositeFrame *frame)
Static method to cleanup hierarchically all daughters of a composite frame.
Bool_t IsDelayed() const
Check if shape drawing is delayed.
virtual const char * ClassName() const
Returns name of class to which the object belongs.
virtual ~TGeoTrd1Editor()
Destructor.
void DoApply()
Slot for applying modifications.
virtual void SetActive(Bool_t active=kTRUE)
Set active GUI attribute frames related to the selected object.
TGCompositeFrame(const TGCompositeFrame &)
virtual TList * GetList() const
virtual TView * GetView() const =0
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.
virtual void SetSize(const TGDimension &s)
virtual void SetDimensions(Double_t *param)
set trd1 params in one step :
void DoUndo()
Slot for undoing last operation.
virtual void ShowAxis()=0
void SetNumAttr(EAttribute attr=kNEAAnyNumber)
TGeoTrd1Editor(const TGWindow *p=0, Int_t width=140, Int_t height=30, UInt_t options=kChildFrame, Pixel_t back=GetDefaultFrameBackground())
Constructor for trd1 editor.
TGDimension GetSize() const
const char * GetText() const
virtual UInt_t GetDefaultHeight() const
R__EXTERN TGeoManager * gGeoManager
virtual Double_t GetNumber() const
you should not use this method at all Int_t Int_t Double_t Double_t Double_t e
virtual void AddFrame(TGFrame *f, TGLayoutHints *l=0)
Add frame to the composite frame using the specified layout hints.
Mother of all ROOT objects.
TGNumberEntryField * GetNumberEntry() const
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.
void DoDx1()
Slot for dx1.
virtual void MakeTitle(const char *title)
Create attribute frame title.
virtual void SetModel(TObject *obj)
Connect to the selected object.
void DoName()
Perform name change.
void DoDx2()
Slot for dx2.
Common base class for geombuilder editors.