61 fLabMode->
Connect(
"Selected(Int_t)",
"TEveProjectionAxesEditor",
this,
"DoLabMode(Int_t)");
80 fAxesMode->
Connect(
"Selected(Int_t)",
"TEveProjectionAxesEditor",
this,
"DoAxesMode(Int_t)");
108 fDrawOrigin->
Connect(
"Toggled(Bool_t)",
"TEveProjectionAxesEditor",
this,
"DoDrawOrigin()");
113 fDrawCenter->
Connect(
"Toggled(Bool_t)",
"TEveProjectionAxesEditor",
this,
"DoDrawCenter()");
virtual void Resize(UInt_t w=0, UInt_t h=0)
Resize the frame.
virtual TGTextEntry * GetTextEntry() const
virtual void Resize(UInt_t w, UInt_t h)
Resize the listbox widget.
void SetAxesMode(EAxesMode x)
void SetDrawCenter(Bool_t x)
void SetLabMode(ELabMode x)
GUI editor for TEveProjectionAxes.
virtual void SetToolTipText(const char *text, Long_t delayms=500)
Set tool tip text associated with this text entry.
void DoAxesMode(Int_t type)
Slot for setting number of axes.
TGVerticalFrame * fCenterFrame
Bool_t GetDrawCenter() const
Axes for non-linear projections.
TGCheckButton * fDrawOrigin
you should not use this method at all Int_t Int_t Double_t Double_t em
ELabMode GetLabMode() const
virtual void Update()
Update the current pad when an attribute is changed via GUI.
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 &)
virtual TGVerticalFrame * CreateEditorTabSubFrame(const char *name)
Create a vertical frame to be used by 'owner' in extra tab 'name'.
void DoLabMode(Int_t type)
Slot for setting tick-mark step mode.
Bool_t GetDrawOrigin() const
EAxesMode GetAxesMode() const
virtual TGListBox * GetListBox() 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...
TGCheckButton * fDrawCenter
void SetDrawOrigin(Bool_t x)
virtual void AddEntry(TGString *s, Int_t id)
void DoDrawCenter()
Slot for setting draw of center.
virtual void AddFrame(TGFrame *f, TGLayoutHints *l=0)
Add frame to the composite frame using the specified layout hints.
Mother of all ROOT objects.
void DoDrawOrigin()
Slot for setting draw of origin.
virtual void SetModel(TObject *obj)
Set model object.
TEveProjectionAxesEditor(const TEveProjectionAxesEditor &)
virtual void MakeTitle(const char *title)
Create attribute frame title.