library: libGpad
#include "TSliderBox.h"

TSliderBox


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

class TSliderBox : public TWbox

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

    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) TSliderBox(const TSliderBox&) virtual ~TSliderBox() static TClass* Class() virtual void ExecuteEvent(Int_t event, Int_t px, Int_t py) virtual TClass* IsA() const TSliderBox& operator=(const TSliderBox&) virtual void SavePrimitive(ofstream& 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(): TWbox()
*-*-*-*-*-*-*-*-*-*-*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) :TWbox(x1,y1,x2,y2,color,bordersize,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(ofstream &, Option_t *)
 Save primitive as a C++ statement(s) on output stream out



Inline Functions


               void SetSlider(TSlider* slider)
            TClass* Class()
            TClass* IsA() const
               void ShowMembers(TMemberInspector& insp, char* parent)
               void Streamer(TBuffer& b)
               void StreamerNVirtual(TBuffer& b)
         TSliderBox TSliderBox(const TSliderBox&)
        TSliderBox& operator=(const TSliderBox&)


Author: Rene Brun 23/11/96
Last update: root/gpad:$Name: $:$Id: TSliderBox.cxx,v 1.4 2002/01/24 11:39:28 rdm 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.