39#ifdef R__LESS_INCLUDES 
#define ClassDefOverride(name, id)
 
ROOT::Detail::TRangeCast< T, true > TRangeDynCast
TRangeDynCast is an adapter class that allows the typed iteration through a TCollection.
 
Method or function calling interface.
 
Each ROOT class (see TClass) has a linked list of methods.
 
The TNamed class is the base class for all named ROOT classes.
 
Mother of all ROOT objects.
 
This class defines toggling facility for both - object's method or variables.
 
TToggle()
TToggle default constructor.
 
virtual void SetToggledVariable(Int_t &var)
Initializes object for use with a variable - you pass it via reference so it will be modified by Togg...
 
virtual void SetValue(Long_t val)
Sets the value of toggle and modifies its state according to whether the value is equal to fOnValue.
 
virtual Long_t GetOnValue()
 
virtual void SetOffValue(Long_t lof)
 
virtual void Toggle()
Toggles the Values and State of this object and connected data!
 
virtual void SetOnValue(Long_t lon)
 
virtual Bool_t IsInitialized()
 
TMethodCall * GetSetter() const
 
TMethodCall * GetGetter() const
 
virtual void SetToggledObject(TObject *obj, TMethod *anymethod)
Initializes it to toggle an object's datamember using this object's method.
 
virtual Long_t GetOffValue()
 
virtual void SetState(Bool_t state)
Sets the value of toggle to fOnValue or fOffValue according to passed argument.
 
virtual Bool_t GetState()
Returns the state of Toggle according to its current value and fOnValue, returns true if they match.