library: libGed #include "TF1Editor.h" |
TF1Editor
class description - header file - source file - inheritance tree (.pdf)
protected:
virtual void ConnectSignals2Slots()
public:
TF1Editor(const TGWindow* p, Int_t id, Int_t width = 140, Int_t height = 30, UInt_t options = kChildFrame, Pixel_t back = GetDefaultFrameBackground())
TF1Editor(const TF1Editor&)
virtual ~TF1Editor()
static TClass* Class()
virtual void DoParameterSettings()
virtual void DoSliderXMoved()
virtual void DoSliderXPressed()
virtual void DoSliderXReleased()
virtual void DoXPoints()
virtual void DoXRange()
virtual TClass* IsA() const
virtual void SetModel(TVirtualPad* pad, TObject* obj, Int_t event)
virtual void ShowMembers(TMemberInspector& insp, char* parent)
virtual void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
protected:
TGTextEntry* fTitle function title
Int_t fNP number of function parameters
TGLabel* fParLabel label for number of parameters
TGCheckButton* fDrawMode immediate function redraw (if selected)
TGTextButton* fSetPars open 'Set Parameters' dialog
TGNumberEntry* fNXpoints number of points along x-axis
TGDoubleHSlider* fSliderX slider to set x-axis range
TGNumberEntryField* fSldMinX contains minimum value of x-axis
TGNumberEntryField* fSldMaxX contains maximum value of x-axis
void DoXPoints()
Slot connected to the number of points setting.
void DoSliderXMoved()
Slot connected to the x-Slider range for function redrawing.
void DoXRange()
Slot connected to min/max settings of the slider range.
Author: Ilka Antcheva 21/03/06
Last update: root/ged:$Name: $:$Id: TF1Editor.cxx,v 1.4 2006/07/10 13:18:57 rdm Exp $
Copyright (C) 1995-2004, Rene Brun and Fons Rademakers. *
ROOT page - Class index - Class Hierarchy - Top of the page
This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.