132 fApply->
Connect(
"Clicked()",
"TGeoTranslationEditor",
this,
"DoApply()");
133 fCancel->
Connect(
"Clicked()",
"TGeoTranslationEditor",
this,
"DoCancel()");
134 fUndo->
Connect(
"Clicked()",
"TGeoTranslationEditor",
this,
"DoUndo()");
135 fTransName->
Connect(
"TextChanged(const char *)",
"TGeoTranslationEditor",
this,
"DoModified()");
136 fTransDx->
Connect(
"ValueSet(Long_t)",
"TGeoTranslationEditor",
this,
"DoDx()");
137 fTransDy->
Connect(
"ValueSet(Long_t)",
"TGeoTranslationEditor",
this,
"DoDy()");
138 fTransDz->
Connect(
"ValueSet(Long_t)",
"TGeoTranslationEditor",
this,
"DoDz()");
151 if (obj == 0 || (obj->IsA()!=TGeoTranslation::Class())) {
198 if (!changed)
return kFALSE;
333 nef->
SetToolTipText(
"Modify the second rotation angle about the new X");
362 nef->
SetToolTipText(
"Enter the new rotation angle about the selected axis");
416 fApply->
Connect(
"Clicked()",
"TGeoRotationEditor",
this,
"DoApply()");
417 fCancel->
Connect(
"Clicked()",
"TGeoRotationEditor",
this,
"DoCancel()");
418 fUndo->
Connect(
"Clicked()",
"TGeoRotationEditor",
this,
"DoUndo()");
419 fRotName->
Connect(
"TextChanged(const char *)",
"TGeoRotationEditor",
this,
"DoModified()");
420 fRotPhi->
Connect(
"ValueSet(Long_t)",
"TGeoRotationEditor",
this,
"DoRotPhi()");
421 fRotTheta->
Connect(
"ValueSet(Long_t)",
"TGeoRotationEditor",
this,
"DoRotTheta()");
422 fRotPsi->
Connect(
"ValueSet(Long_t)",
"TGeoRotationEditor",
this,
"DoRotPsi()");
423 fRotAxis->
Connect(
"ValueSet(Long_t)",
"TGeoRotationEditor",
this,
"DoRotAngle()");
433 if (obj == 0 || (obj->IsA()!=TGeoRotation::Class())) {
517 Double_t phi0 = 0., theta0 = 0., psi0 = 0.;
520 if (phi != psi0 || theta != theta0 || psi != psi0) changed =
kTRUE;
528 if (!changed)
return kFALSE;
680 nef->
SetToolTipText(
"Modify the second rotation angle about the new X");
709 nef->
SetToolTipText(
"Enter the new rotation angle about the selected axis");
763 fApply->
Connect(
"Clicked()",
"TGeoCombiTransEditor",
this,
"DoApply()");
764 fCancel->
Connect(
"Clicked()",
"TGeoCombiTransEditor",
this,
"DoCancel()");
765 fUndo->
Connect(
"Clicked()",
"TGeoCombiTransEditor",
this,
"DoUndo()");
766 fRotName->
Connect(
"TextChanged(const char *)",
"TGeoCombiTransEditor",
this,
"DoModified()");
767 fRotPhi->
Connect(
"ValueSet(Long_t)",
"TGeoCombiTransEditor",
this,
"DoRotPhi()");
768 fRotTheta->
Connect(
"ValueSet(Long_t)",
"TGeoCombiTransEditor",
this,
"DoRotTheta()");
769 fRotPsi->
Connect(
"ValueSet(Long_t)",
"TGeoCombiTransEditor",
this,
"DoRotPsi()");
770 fRotAxis->
Connect(
"ValueSet(Long_t)",
"TGeoCombiTransEditor",
this,
"DoRotAngle()");
771 fTransDx->
Connect(
"ValueSet(Long_t)",
"TGeoCombiTransEditor",
this,
"DoDx()");
772 fTransDy->
Connect(
"ValueSet(Long_t)",
"TGeoCombiTransEditor",
this,
"DoDy()");
773 fTransDz->
Connect(
"ValueSet(Long_t)",
"TGeoCombiTransEditor",
this,
"DoDz()");
786 if (obj == 0 || (obj->IsA()!=TGeoCombiTrans::Class())) {
887 Double_t phi0 = 0., theta0 = 0., psi0 = 0.;
889 if (rot) rot->
GetAngles(phi0,theta0,psi0);
899 if (phi != psi0 || theta != theta0 || psi != psi0) changed =
kTRUE;
900 if (changed && rot) rot->
SetAngles(phi, theta, psi);
907 if (changedtr) changed =
kTRUE;
908 if (!changed)
return kFALSE;
ULong_t Pixel_t
Pixel value.
include TDocParser_001 C image html pict1_TDocParser_001 png width
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 UInt_t GetDefaultHeight() const
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.
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.
Editor for a TGeoCombiTrans.
TGeoCombiTransEditor(const TGWindow *p=0, Int_t width=140, Int_t height=30, UInt_t options=kChildFrame, Pixel_t back=GetDefaultFrameBackground())
Constructor for combi matrix editor.
void DoRotPsi()
Slot for psi (Euler X convention)
virtual ~TGeoCombiTransEditor()
Destructor.
void DoModified()
Slot for notifying changes.
void DoUndo()
Slot for undoing last changes.
Bool_t DoParameters()
Slot for checking parameters.
void DoName()
Slot for name.
void DoRotAngle()
Slot for additional rotation about one axis.
void DoRotPhi()
Slot for phi (Euler X convention)
void DoApply()
Slot for applying modifications.
TGNumberEntry * fRotTheta
virtual void SetModel(TObject *obj)
Connect to the selected combi matrix.
virtual void ConnectSignals2Slots()
Connect signals to slots.
void DoRotTheta()
Slot for theta (Euler X convention)
void DoCancel()
Slot for cancelling last un-applied operations.
Class describing rotation + translation.
virtual const Double_t * GetTranslation() const
virtual void RotateZ(Double_t angle)
Rotate about Z axis with angle expressed in degrees.
TGeoRotation * GetRotation() const
void SetTranslation(const TGeoTranslation &tr)
copy the translation component
void SetRotation(const TGeoRotation &other)
Copy the rotation from another one.
virtual void RotateY(Double_t angle)
Rotate about Y axis with angle expressed in degrees.
virtual void RotateX(Double_t angle)
Rotate about X axis with angle expressed in degrees.
Common base class for geombuilder editors.
virtual void SetActive(Bool_t active=kTRUE)
Set active GUI attribute frames related to the selected object.
Editor for a TGeoRotation.
void DoApply()
Slot for applying modifications.
void DoRotPhi()
Slot for phi (Euler X convention)
void DoRotAngle()
Slot for additional rotation about one axis.
void DoCancel()
Slot for cancelling last un-applied operations.
TGNumberEntry * fRotTheta
void DoUndo()
Slot for undoing last changes.
virtual ~TGeoRotationEditor()
Destructor.
TGeoRotationEditor(const TGWindow *p=0, Int_t width=140, Int_t height=30, UInt_t options=kChildFrame, Pixel_t back=GetDefaultFrameBackground())
Constructor for rotation editor.
void DoName()
Slot for name.
Bool_t DoParameters()
Slot for checking parameters.
void DoModified()
Slot for notifying changes.
virtual void SetModel(TObject *obj)
Connect to the selected rotation.
virtual void ConnectSignals2Slots()
Connect signals to slots.
void DoRotPsi()
Slot for psi (Euler X convention)
void DoRotTheta()
Slot for theta (Euler X convention)
Class describing rotations.
virtual void RotateY(Double_t angle)
Rotate about Y axis of the master frame with angle expressed in degrees.
void SetAngles(Double_t phi, Double_t theta, Double_t psi)
Set matrix elements according to Euler angles.
virtual void RotateX(Double_t angle)
Rotate about X axis of the master frame with angle expressed in degrees.
void GetAngles(Double_t &theta1, Double_t &phi1, Double_t &theta2, Double_t &phi2, Double_t &theta3, Double_t &phi3) const
Retrieve rotation angles.
virtual void RotateZ(Double_t angle)
Rotate about Z axis of the master frame with angle expressed in degrees.
static void Cleanup(TGCompositeFrame *frame)
Static method to cleanup hierarchically all daughters of a composite frame.
Editor for a TGeoTranslation.
TGeoTranslation * fTranslation
virtual ~TGeoTranslationEditor()
Destructor.
void DoModified()
Slot for notifying changes.
void DoName()
Slot for name.
void DoUndo()
Slot for undoing last operation.
Bool_t DoParameters()
Slot for checking parameters.
void DoCancel()
Slot for cancelling last modifications non-applied.
TGeoTranslationEditor(const TGWindow *p=0, Int_t width=140, Int_t height=30, UInt_t options=kChildFrame, Pixel_t back=GetDefaultFrameBackground())
Constructor for translation editor.
virtual void SetModel(TObject *obj)
Connect to the new matrix.
virtual void ConnectSignals2Slots()
Connect signals to slots.
void DoApply()
Slot for applying changes.
Class describing translations.
virtual const Double_t * GetTranslation() const
void SetTranslation(Double_t dx, Double_t dy, Double_t dz)
Set translation components.
virtual void SetName(const char *name)
Set the name of the TNamed.
virtual const char * GetName() const
Returns name of object.
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.
const char * Data() const
virtual void Modified(Bool_t flag=1)=0