TSlider


class description - source file - inheritance tree

class TSlider : public TPad

    private:
TSlider(const TSlider& org) TSlider& operator=(const TSlider& rhs) public:
TSlider(const char* name, const char* title, Double_t x1, Double_t y1, Double_t x2, Double_t y2, Color_t color = 16, Short_t bordersize = 2, Short_t bordermode = -1) TSlider() virtual ~TSlider() static TClass* Class() Double_t GetMaximum() const virtual const char* GetMethod() const Double_t GetMinimum() const TObject* GetObject() const virtual TClass* IsA() const virtual void Paint(Option_t* option) virtual void SavePrimitive(ofstream& out, Option_t* option) virtual void SetMaximum(Double_t max = 1) virtual void SetMethod(const char* method) virtual void SetMinimum(Double_t min = 0) void SetObject(TObject* obj = 0) virtual void SetRange(Double_t xmin = 0, Double_t xmax = 1) virtual void ShowMembers(TMemberInspector& insp, char* parent) virtual void Streamer(TBuffer& b) void StreamerNVirtual(TBuffer& b)

Data Members


    protected:
Double_t fMinimum Slider minimum value in [0,1] Double_t fMaximum Slider maximum value in [0,1] TObject* fObject !Pointer to associated object TString fMethod command to be executed when slider is changed

Class Description



Last update: Fri May 14 13:32:43 2004


ROOT page - Class index - 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.