11#ifndef ROOT_TGeoParaEditor
12#define ROOT_TGeoParaEditor
ULong_t Pixel_t
Pixel value.
int Int_t
Signed integer 4 bytes (int).
unsigned int UInt_t
Unsigned integer 4 bytes (unsigned int).
bool Bool_t
Boolean (0=false, 1=true) (bool).
double Double_t
Double 8 bytes.
#define ClassDefOverride(name, id)
A combobox (also known as a drop down listbox) allows the selection of one item out of a list of item...
static Pixel_t GetDefaultFrameBackground()
Get default frame background.
TGNumberEntry is a number entry input widget with up/down buttons.
A tab widget contains a set of composite frames each with a little tab with a name (like a set of fol...
Yield an action as soon as it is clicked.
A TGTextEntry is a one line text input widget.
ROOT GUI Window base class.
TGeoGedFrame(const TGWindow *p=nullptr, Int_t width=140, Int_t height=30, UInt_t options=kChildFrame, Pixel_t back=GetDefaultFrameBackground())
Constructor.
void DoName()
Slot for name.
void DoPhi()
Slot for phi.
TGeoParaEditor(const TGWindow *p=nullptr, Int_t width=140, Int_t height=30, UInt_t options=kChildFrame, Pixel_t back=GetDefaultFrameBackground())
Constructor for para editor.
~TGeoParaEditor() override
Destructor.
Bool_t IsDelayed() const
Check if shape drawing is delayed.
void SetModel(TObject *obj) override
Connect to the selected object.
void DoAlpha()
Slot for alpha.
void DoUndo()
Slot for undoing last operation.
void DoModified()
Slot for notifying modifications.
void DoTheta()
Slot for theta.
void DoApply()
Slot for applying current settings.
virtual void ConnectSignals2Slots()
Connect signals to slots.
Manager for all editor tabs.
Mother of all ROOT objects.