84 nef->
SetToolTipText(
"Enter the half length in x at low z and y low edge");
96 nef->
SetToolTipText(
"Enter the half length in x at low z and y high edge");
143 nef->
SetToolTipText(
"Enter angle between centers of x edges an y axis at low z");
209 fApply->
Connect(
"Clicked()",
"TGeoTrapEditor",
this,
"DoApply()");
210 fUndo->
Connect(
"Clicked()",
"TGeoTrapEditor",
this,
"DoUndo()");
211 fShapeName->
Connect(
"TextChanged(const char *)",
"TGeoTrapEditor",
this,
"DoModified()");
212 fEH1->
Connect(
"ValueSet(Long_t)",
"TGeoTrapEditor",
this,
"DoH1()");
213 fEBl1->
Connect(
"ValueSet(Long_t)",
"TGeoTrapEditor",
this,
"DoBl1()");
214 fETl1->
Connect(
"ValueSet(Long_t)",
"TGeoTrapEditor",
this,
"DoTl1()");
215 fEDz->
Connect(
"ValueSet(Long_t)",
"TGeoTrapEditor",
this,
"DoDz()");
216 fESc1->
Connect(
"ValueSet(Long_t)",
"TGeoTrapEditor",
this,
"DoSc1()");
217 fESc2->
Connect(
"ValueSet(Long_t)",
"TGeoTrapEditor",
this,
"DoSc2()");
218 fEAlpha1->
Connect(
"ValueSet(Long_t)",
"TGeoTrapEditor",
this,
"DoAlpha1()");
219 fETheta->
Connect(
"ValueSet(Long_t)",
"TGeoTrapEditor",
this,
"DoTheta()");
220 fEPhi->
Connect(
"ValueSet(Long_t)",
"TGeoTrapEditor",
this,
"DoPhi()");
238 if (obj == 0 || (obj->IsA()!=TGeoTrap::Class())) {
491 if (phi<0 || phi>360) {
537 fETwist->
Connect(
"ValueSet(Long_t)",
"TGeoGtraEditor",
this,
"DoTwist()");
538 nef->
Connect(
"TextChanged(const char *)",
"TGeoGtraEditor",
this,
"DoModified()");
559 if (obj == 0 || (obj->IsA()!=TGeoGtra::Class())) {
678 if (twist<=-180 || twist>=180) {
ULong_t Pixel_t
Pixel value.
include TDocParser_001 C image html pict1_TDocParser_001 png width
R__EXTERN TGeoManager * gGeoManager
virtual TList * GetList() const
virtual void AddFrame(TGFrame *f, TGLayoutHints *l=0)
Add frame to the composite frame using the specified layout hints.
virtual void Cleanup()
Cleanup and delete all objects contained in this composite frame.
virtual void SetSize(const TGDimension &s)
virtual UInt_t GetDefaultHeight() const
TGDimension GetSize() const
virtual Bool_t IsComposite() const
virtual void Resize(UInt_t w=0, UInt_t h=0)
Resize the frame.
virtual void SetNumber(Double_t val)
UInt_t GetDefaultHeight() const
TGNumberEntryField * GetNumberEntry() const
virtual void Associate(const TGWindow *w)
Make w the window that will receive the generated messages.
void SetNumAttr(EAttribute attr=kNEAAnyNumber)
virtual Double_t GetNumber() const
const char * GetText() const
virtual void SetToolTipText(const char *text, Long_t delayms=500)
Set tool tip text associated with this text entry.
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 MakeTitle(const char *title)
Create attribute frame title.
virtual void ComputeBBox()
Computes bounding box for an Arb8 shape.
virtual Double_t GetDX() const
virtual Double_t GetDZ() const
virtual Double_t GetDY() const
Common base class for geombuilder editors.
virtual void Update()
Override Update from TGedFrame as fGedEditor can be null.
virtual void SetActive(Bool_t active=kTRUE)
Set active GUI attribute frames related to the selected object.
virtual void DoUndo()
Slot for undoing last operation.
virtual void SetModel(TObject *obj)
Connect to a given twisted trapezoid.
TGeoGtraEditor(const TGWindow *p=0, Int_t width=140, Int_t height=30, UInt_t options=kChildFrame, Pixel_t back=GetDefaultFrameBackground())
Constructor for gtra editor.
virtual ~TGeoGtraEditor()
Destructor.
void DoTwist()
Change the twist angle.
virtual void DoApply()
Slot for applying current settings.
Gtra is a twisted trapezoid.
virtual void SetDimensions(Double_t *param)
Set all arb8 params in one step.
TVirtualGeoPainter * GetPainter() const
virtual const char * GetName() const
Get the shape name.
virtual void Draw(Option_t *option="")
Draw this shape.
static void MoveFrame(TGCompositeFrame *fr, TGCompositeFrame *p)
Move frame fr at the end of the list of parent p.
static void Cleanup(TGCompositeFrame *frame)
Static method to cleanup hierarchically all daughters of a composite frame.
TGCompositeFrame * fDFrame
void DoTl1()
Slot for Tl1.
TGeoTrapEditor(const TGWindow *p=0, Int_t width=140, Int_t height=30, UInt_t options=kChildFrame, Pixel_t back=GetDefaultFrameBackground())
Constructor for para editor.
virtual ~TGeoTrapEditor()
Destructor.
virtual void DoUndo()
Slot for undoing last operation.
virtual void SetModel(TObject *obj)
Connect to the selected object.
void DoPhi()
Slot for phi.
virtual void ConnectSignals2Slots()
Connect signals to slots.
void DoName()
Slot for name.
TGCompositeFrame * fBFrame
void DoAlpha1()
Slot for alpha1.
void DoBl1()
Slot for Bl1.
virtual void DoApply()
Slot for applying current settings.
void DoTheta()
Slot for theta.
void DoModified()
Slot for notifying modifications.
Bool_t IsDelayed() const
Check if shape drawing is delayed.
TRAP is a general trapezoid, i.e.
Double_t GetTheta() const
virtual void SetDimensions(Double_t *param)
Set all arb8 params in one step.
Double_t GetAlpha1() const
virtual void SetName(const char *name)
Set the name of the TNamed.
Mother of all ROOT objects.
virtual const char * ClassName() const
Returns name of class to which the object belongs.
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 ShowAxis()=0
virtual void SetRange(const Double_t *min, const Double_t *max)=0
virtual Bool_t IsPaintingShape() const =0
virtual TView * GetView() const =0