56 fLabMode->GetTextEntry()->SetToolTipText(
"Set tick-marks on equidistant values/screen position.");
60 fLabMode->Connect(
"Selected(Int_t)",
"TEveProjectionAxesEditor",
this,
"DoLabMode(Int_t)");
79 fAxesMode->Connect(
"Selected(Int_t)",
"TEveProjectionAxesEditor",
this,
"DoAxesMode(Int_t)");
107 fDrawOrigin->Connect(
"Toggled(Bool_t)",
"TEveProjectionAxesEditor",
this,
"DoDrawOrigin()");
112 fDrawCenter->Connect(
"Toggled(Bool_t)",
"TEveProjectionAxesEditor",
this,
"DoDrawCenter()");
ULong_t Pixel_t
Pixel value.
int Int_t
Signed integer 4 bytes (int).
unsigned int UInt_t
Unsigned integer 4 bytes (unsigned int).
void SetModel(TObject *obj) override
Set model object.
void DoLabMode(Int_t type)
Slot for setting tick-mark step mode.
void DoAxesMode(Int_t type)
Slot for setting number of axes.
void DoDrawOrigin()
Slot for setting draw of origin.
void DoDrawCenter()
Slot for setting draw of center.
TGCheckButton * fDrawOrigin
TGVerticalFrame * fCenterFrame
TEveProjectionAxesEditor(const TEveProjectionAxesEditor &)
TGCheckButton * fDrawCenter
Axes for non-linear projections.
A combobox (also known as a drop down listbox) allows the selection of one item out of a list of item...
virtual void AddFrame(TGFrame *f, TGLayoutHints *l=nullptr)
Add frame to the composite frame using the specified layout hints.
TGCompositeFrame(const TGCompositeFrame &)=delete
A horizontal 3D line is a line that typically separates a toolbar from the menubar.
A composite frame that layout their children in horizontal way.
This class handles GUI labels.
This class describes layout hints used by the layout classes.
A listbox is a box, possibly with scrollbar, containing entries.
void Resize(UInt_t w, UInt_t h) override
Resize the listbox widget.
ROOT GUI Window base class.
virtual TGVerticalFrame * CreateEditorTabSubFrame(const char *name)
Create a vertical frame to be used by 'owner' in extra tab 'name'.
TGedFrame(const TGedFrame &)=delete
virtual void MakeTitle(const char *title)
Create attribute frame title.
virtual void Update()
Update the current pad when an attribute is changed via GUI.
Mother of all ROOT objects.