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()");
 
  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()");
 
  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()");
 
  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.
 
winID h TVirtualViewer3D TVirtualGLPainter p
 
Option_t Option_t TPoint TPoint const char GetTextMagnitude GetFillStyle GetLineColor GetLineWidth GetMarkerStyle GetTextAlign GetTextColor GetTextSize void char Point_t Rectangle_t WindowAttributes_t Float_t r
 
Option_t Option_t TPoint TPoint angle
 
Option_t Option_t TPoint TPoint const char GetTextMagnitude GetFillStyle GetLineColor GetLineWidth GetMarkerStyle GetTextAlign GetTextColor GetTextSize void char Point_t Rectangle_t height
 
The base class for composite widgets (menu bars, list boxes, etc.).
 
virtual void AddFrame(TGFrame *f, TGLayoutHints *l=nullptr)
Add frame to the composite frame using the specified layout hints.
 
virtual TList * GetList() const
 
virtual void Cleanup()
Cleanup and delete all objects contained in this composite frame.
 
UInt_t GetDefaultHeight() const override
 
virtual void SetSize(const TGDimension &s)
 
void Resize(UInt_t w=0, UInt_t h=0) override
Resize the frame.
 
virtual UInt_t GetDefaultHeight() const
 
TGDimension GetSize() const
 
virtual Bool_t IsComposite() const
 
This class handles GUI labels.
 
This class describes layout hints used by the layout classes.
 
TGNumberEntry is a number entry input widget with up/down buttons.
 
TGNumberEntryField * GetNumberEntry() const
Get the number entry field.
 
void Associate(const TGWindow *w) override
Make w the window that will receive the generated messages.
 
virtual Double_t GetNumber() const
 
virtual void SetNumber(Double_t val, Bool_t emit=kTRUE)
 
UInt_t GetDefaultHeight() const override
 
A text buffer is used in several widgets, like TGTextEntry, TGFileDialog, etc.
 
Yield an action as soon as it is clicked.
 
A TGTextEntry is a one line text input widget.
 
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.
 
ROOT GUI Window base class.
 
Bool_t fInit
init flag for setting signals/slots
 
virtual void MakeTitle(const char *title)
Create attribute frame title.
 
Editor for a TGeoCombiTrans.
 
TGeoCombiTransEditor(const TGWindow *p=nullptr, 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.
 
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)
 
TGeoRotationEditor(const TGWindow *p=nullptr, Int_t width=140, Int_t height=30, UInt_t options=kChildFrame, Pixel_t back=GetDefaultFrameBackground())
Constructor for rotation editor.
 
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.
 
TGeoTranslationEditor(const TGWindow *p=nullptr, Int_t width=140, Int_t height=30, UInt_t options=kChildFrame, Pixel_t back=GetDefaultFrameBackground())
Constructor for translation editor.
 
void DoUndo()
Slot for undoing last operation.
 
Bool_t DoParameters()
Slot for checking parameters.
 
void DoCancel()
Slot for cancelling last modifications non-applied.
 
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.
 
const char * GetName() const override
Returns name of object.
 
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.
 
virtual TClass * IsA() const
 
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