library: libGed
#include "TF1Editor.h"

TF1Editor


class description - header file - source file - inheritance tree (.pdf)

class TF1Editor : public TGedFrame

Inheritance Chart:
TObject
<-
TGObject
<-
TGWindow
TQObject
<-
TGFrame
<-
TGCompositeFrame
TGWidget
<-
TGedFrame
<-
TF1Editor

    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)

Data Members


    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

Class Description

                                                                      
  TF1Editor                                                           
                                                                      
  GUI for TF1 attributes and parameters.                              
                                                                      

TF1Editor(const TGWindow *p, Int_t id, Int_t width, Int_t height, UInt_t options, Pixel_t back)
 Constructor of TF1 editor.
~TF1Editor()
 Destructor of TF1 editor.
void ConnectSignals2Slots()
 Connect signals to slots.
void SetModel(TVirtualPad* pad, TObject* obj, Int_t)
 Pick up the function parameters and options.
void DoParameterSettings()
 Slot connected to the function parameter(s) settings.
void DoXPoints()
 Slot connected to the number of points setting.
void DoSliderXMoved()
 Slot connected to the x-Slider range for function redrawing.
void DoSliderXPressed()
 Slot connected to the x-Slider.
void DoSliderXReleased()
 Slot connected to the x-Slider.
void DoXRange()
 Slot connected to min/max settings of the slider range.
TF1Editor(const TGWindow *p, Int_t id, Int_t width = 140, Int_t height = 30, UInt_t options = kChildFrame, Pixel_t back = GetDefaultFrameBackground())

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.