201 fApply->
Connect(
"Clicked()",
"TGeoMaterialEditor",
this,
"DoApply()");
202 fUndo->
Connect(
"Clicked()",
"TGeoMaterialEditor",
this,
"DoUndo()");
204 fMatA->
Connect(
"ValueSet(Long_t)",
"TGeoMaterialEditor",
this,
"DoA()");
205 fMatZ->
Connect(
"ValueSet(Long_t)",
"TGeoMaterialEditor",
this,
"DoZ()");
206 fMatState->
Connect(
"Selected(Int_t)",
"TGeoMaterialEditor",
this,
"DoState(Int_t)");
210 fMatRadLen->
Connect(
"ValueSet(Long_t)",
"TGeoMaterialEditor",
this,
"DoRadAbs()");
211 fMatAbsLen->
Connect(
"ValueSet(Long_t)",
"TGeoMaterialEditor",
this,
"DoRadAbs()");
485 fApply->
Connect(
"Clicked()",
"TGeoMixtureEditor",
this,
"DoApply1()");
486 fUndo->
Connect(
"Clicked()",
"TGeoMixtureEditor",
this,
"DoUndo1()");
490 fNENatoms->
Connect(
"ValueSet(Long_t)",
"TGeoMixtureEditor",
this,
"DoNatoms()");
491 fMixElem->
Connect(
"Selected(Int_t)",
"TGeoMixtureEditor",
this,
"DoSelectElement(Int_t)");
494 fMatA->
Connect(
"ValueSet(Long_t)",
"TGeoMaterialEditor",
this,
"DoA()");
495 fMatZ->
Connect(
"ValueSet(Long_t)",
"TGeoMaterialEditor",
this,
"DoZ()");
496 fMatState->
Connect(
"Selected(Int_t)",
"TGeoMaterialEditor",
this,
"DoState(Int_t)");
500 fMatRadLen->
Connect(
"ValueSet(Long_t)",
"TGeoMaterialEditor",
this,
"DoRadAbs()");
501 fMatAbsLen->
Connect(
"ValueSet(Long_t)",
"TGeoMaterialEditor",
this,
"DoRadAbs()");
574 Error(
"DoSelectElement",
"No element at index %d", ielem);
590 if (!byfraction && natoms<=0)
return;
592 if (byfraction && frac<=0)
return;
647 for (
Int_t i=0; i<nelem; i++) {
virtual const char * GetName() const
Returns name of object.
virtual void Resize(UInt_t w=0, UInt_t h=0)
Resize the frame.
TGNumberEntry * fMatTemperature
EGeoMaterialState GetState() const
virtual Double_t GetDensity() 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 DoZ()
Slot for charge.
TGeoMaterialEditor(const TGWindow *p=0, Int_t width=140, Int_t height=30, UInt_t options=kChildFrame, Pixel_t back=GetDefaultFrameBackground())
Constructor for material editor.
virtual void SetA(Double_t a)
TGeoElementTable * GetElementTable()
Returns material table. Creates it if not existing.
void DoState(Int_t state)
Slot for material state.
virtual void SetNumber(Double_t val)
void DoPressure()
Slot for material pressure.
TGCompositeFrame * fComps
Double_t * GetWmixt() const
virtual TGeoElement * GetElement(Int_t i=0) const
Retrieve the pointer to the element corresponding to component I.
void SetRadLen(Double_t radlen, Double_t intlen=0.)
Set radiation/absorption lengths.
void DoModified()
Slot for signaling modifications.
Base class describing materials.
virtual void SetZ(Double_t z)
virtual void RemoveAll()
Remove all frames from composite frame.
void GetMaterialEditor(TGeoMaterial *material)
Get editor for a material.
virtual Bool_t IsComposite() const
virtual void ConnectSignals2Slots()
Connect signals to slots.
void DoFraction()
Fraction changed.
void DoDensity()
Slot for density.
static void Cleanup(TGCompositeFrame *frame)
Static method to cleanup hierarchically all daughters of a composite frame.
virtual void SetModel(TObject *obj)
Connect to the selected material.
TGNumberEntry * fMatDensity
TGTextEntry * fMaterialName
void DoName()
Perform name change.
static TString Format(const char *fmt,...)
Static method which formats a string using a printf style format descriptor and return a TString...
virtual void SetModel(TObject *obj)
Connect to the selected mixture.
virtual void SetText(TGString *newText)
Set new text in label.
Base class for chemical elements.
virtual void SetActive(Bool_t active=kTRUE)
Set active GUI attribute frames related to the selected object.
virtual void Select(Int_t id, Bool_t emit=kTRUE)
Make the selected item visible in the combo box window and emit signals according to the second param...
TGCompositeFrame(const TGCompositeFrame &)
void DoUndo()
Slot for cancelling current modifications.
virtual Double_t GetA() const
virtual Double_t GetIntLen() const
virtual TList * GetList() const
virtual ~TGeoMaterialEditor()
Destructor.
TGNumberEntry * fMatAbsLen
virtual void SetDefaultSize(UInt_t w, UInt_t h)
Set the default / minimal size of the widget.
TGeoMixtureEditor(const TGWindow *p=0, Int_t width=140, Int_t height=30, UInt_t options=kChildFrame, Pixel_t back=GetDefaultFrameBackground())
Constructor for mixture editor.
TGCheckButton * fChkFraction
virtual Double_t GetZ() const
void AddElement(Double_t a, Double_t z, Double_t weight)
add an element to the mixture using fraction by weight Check if the element is already defined ...
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.
Double_t GetPressure() const
void DoA()
Slot for atomic mass.
virtual void SetSize(const TGDimension &s)
void DoApply1()
Slot for applying modifications.
Double_t GetTemperature() const
virtual Bool_t InheritsFrom(const char *classname) const
Returns kTRUE if object inherits from class "classname".
virtual Int_t GetNelements() const
TGNumberEntry * fNENatoms
virtual void Error(const char *method, const char *msgfmt,...) const
Issue error message.
Int_t GetNelements() const
void DoChkFraction()
Check button state changed for fraction.
void SetPressure(Double_t pressure)
static void MoveFrame(TGCompositeFrame *fr, TGCompositeFrame *p)
Move frame fr at the end of the list of parent p.
void DoApply()
Slot for applying modifications.
virtual void ConnectSignals2Slots()
Connect signals to slots.
TGDimension GetSize() const
const char * GetText() const
virtual UInt_t GetDefaultHeight() const
virtual void SetFormat(EStyle style, EAttribute attr=TGNumberFormat::kNEAAnyNumber)
R__EXTERN TGeoManager * gGeoManager
Double_t * GetAmixt() const
virtual Bool_t IsMixture() const
void SetState(EGeoMaterialState state)
virtual void AddEntry(TGString *s, Int_t id)
virtual Double_t GetNumber() const
static constexpr double s
you should not use this method at all Int_t Int_t Double_t Double_t Double_t e
void DoRadAbs()
Slot for radiation/absorption length.
virtual void AddFrame(TGFrame *f, TGLayoutHints *l=0)
Add frame to the composite frame using the specified layout hints.
virtual void MapSubwindows()
Map all sub windows that are part of the composite frame.
Mother of all ROOT objects.
you should not use this method at all Int_t Int_t z
void SetTemperature(Double_t temperature)
void UpdateElements()
Update the list of elements in the TGCanvas.
virtual Int_t GetSelected() const
TGNumberEntryField * GetNumberEntry() const
void SetTextJustify(Int_t tmode)
Set text justification.
void DoNatoms()
Natoms changed.
virtual void SetDensity(Double_t density)
TGNumberEntry * fNEFraction
Double_t * GetZmixt() const
Bool_t fIsMaterialEditable
void DoUndo1()
Slot for undoing all changes.
TGCheckButton * fChkNatoms
TGeoElement * GetElement(Int_t z)
void DoAddElem()
Slot for adding an element. No undo.
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 Double_t GetRadLen() const
void DoChkNatoms()
Check button state changed for natoms.
virtual void Cleanup()
Cleanup and delete all objects contained in this composite frame.
void DoTemperature()
Slot for material temperature.
TGNumberEntry * fMatRadLen
virtual void MakeTitle(const char *title)
Create attribute frame title.
TGNumberEntry * fMatPressure
virtual const char * GetTitle() const
Returns title of object.
Common base class for geombuilder editors.
const char * Data() const
void DoSelectElement(Int_t iel)
Slot for selecting an element.