74 void TVirtualPad::Streamer(
TBuffer &R__b)
84 TObject::Streamer(R__b);
85 TAttLine::Streamer(R__b);
86 TAttFill::Streamer(R__b);
87 TAttPad::Streamer(R__b);
143 gPad->PushTopLevelSelectable(obj);
151 gPad->PopTopLevelSelectable();
virtual Int_t WriteClassBuffer(const TClass *cl, void *pointer)=0
virtual void PushSelectableObject(TObject *obj)
Does nothing, unless you implement your own picking.
Manages default Pad attributes.
Buffer base class used for serializing objects.
virtual void SetFillStyle(Style_t fstyle)
Set the fill area style.
R__EXTERN void **(* gThreadTsd)(void *, Int_t)
static TVirtualPad *& Pad()
Return the current pad for the current thread.
TVirtualPad is an abstract base class for the Pad and Canvas classes.
TVirtualPad()
VirtualPad default constructor.
virtual void SetFillColor(Color_t fcolor)
Set the fill area color.
virtual Bool_t PadInHighlightMode() const
Should always return false, unless you can highlight selected object in pad.
virtual Int_t ReadClassBuffer(const TClass *cl, void *pointer, const TClass *onfile_class=0)=0
virtual void PopTopLevelSelectable()
Does nothing, unless you implement your own picking.
virtual Bool_t PadInSelectionMode() const
Should always return false unless you have non-standard picking.
TPickerStackGuard(TObject *obj)
Scope-guards ctor, pushe the object on stack.
Mother of all ROOT objects.
virtual ~TVirtualPad()
VirtualPad destructor.
~TPickerStackGuard()
Guard does out of scope, pop object from stack.
Int_t(* gThreadXAR)(const char *xact, Int_t nb, void **ar, Int_t *iret)=0
virtual void PushTopLevelSelectable(TObject *top)
Does nothing, unless you implement your own picking.
virtual Version_t ReadVersion(UInt_t *start=0, UInt_t *bcnt=0, const TClass *cl=0)=0