37 fNx(0), fNy(0), fNz(0),
38 fDx(0), fDy(0), fDz(0)
56 "TEveGridStepperSubEditor",
this,
"DoNs()");
66 "TEveGridStepperSubEditor",
this,
"DoNs()");
76 "TEveGridStepperSubEditor",
this,
"DoNs()");
93 "TEveGridStepperSubEditor",
this,
"DoDs()");
103 "TEveGridStepperSubEditor",
this,
"DoDs()");
113 "TEveGridStepperSubEditor",
this,
"DoDs()");
183 fSE->
Connect(
"Changed()",
"TEveGridStepperEditor",
this,
"Update()");
TEveGridStepperEditor(const TEveGridStepperEditor &)
virtual void SetModel(TObject *obj)
Set model object.
virtual void SetValue(Float_t v, Bool_t emit=kFALSE)
Set value, optionally emit signal.
image html pict1_TGaxis_012 png width
Define new text attributes for the label number "labNum".
TEveGridStepperSubEditor(const TEveGridStepperSubEditor &)
TEveGridStepperSubEditor * fSE
void DoDs()
Slot for changing fD's.
Composite GUI element for single value selection (supports label, number-entry and slider)...
Editor for TEveGridStepper class.
Sub-editor for TEveGridStepper class.
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...
void SetShowSlider(Bool_t s=kTRUE)
void SetNELength(Int_t l)
void DoNs()
Slot for changing fN's.
void Changed()
Emit Changed signal.
virtual void SetWidth(UInt_t w)
virtual void Build(Bool_t connect=kTRUE)
Create sub-components (label, number entry, slider).
Provide discrete position coordinates for placement of objects on regular grids.
void SetDs(Float_t dx, Float_t dy, Float_t dz=0)
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 SetLabelWidth(Int_t w)
void SetNs(Int_t nx, Int_t ny, Int_t nz=1)
void Emit(const char *signal, const T &arg)
Activate signal with single parameter.
void SetLimits(Int_t min, Int_t max)
Set limits of the represented value for integer values.
virtual void MakeTitle(const char *title)
Create attribute frame title.
void SetModel(TEveGridStepper *m)
Set model object.