library: libGpad
#include "TSliderBox.h"

TSliderBox


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

class TSliderBox : public TWbox

Inheritance Chart:
TObject
TAttLine
TAttFill
<-
TBox
<-
TWbox
<-
TSliderBox

    protected:
TSliderBox(const TSliderBox& sb) TSliderBox& operator=(const TSliderBox& sb) public:
TSliderBox() TSliderBox(Double_t x1, Double_t y1, Double_t x2, Double_t y2, Color_t color = 18, Short_t bordersize = 2, Short_t bordermode = -1) virtual ~TSliderBox() static TClass* Class() virtual void ExecuteEvent(Int_t event, Int_t px, Int_t py) virtual TClass* IsA() const virtual void SavePrimitive(ostream& out, Option_t* option = "") void SetSlider(TSlider* slider) virtual void ShowMembers(TMemberInspector& insp, char* parent) virtual void Streamer(TBuffer& b) void StreamerNVirtual(TBuffer& b)

Data Members


    protected:
TSlider* fSlider Pointer to slider

Class Description

______________________________________________________________________________

                                                                      
 TSliderBox                                                           
                                                                      
  The moving box in a TSlider                                         
                                                                      

TSliderBox()
 SliderBox default constructor.
TSliderBox(Double_t x1, Double_t y1,Double_t x2, Double_t y2, Color_t color, Short_t bordersize, Short_t bordermode)
 SliderBox normal constructor.
~TSliderBox()
 SliderBox default destructor.
void ExecuteEvent(Int_t event, Int_t px, Int_t py)
 Interaction with a slider.
void SavePrimitive(ostream &, Option_t * /*= ""*/)
 Save primitive as a C++ statement(s) on output stream out
TSliderBox(const TSliderBox& sb)
TSliderBox& operator=(const TSliderBox& sb)
void SetSlider(TSlider*slider)

Author: Rene Brun 23/11/96
Last update: root/gpad:$Name: $:$Id: TSliderBox.cxx,v 1.7 2006/07/03 16:10:44 brun Exp $
Copyright (C) 1995-2000, 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.