#ifndef ROOT_TDrawFeedback
#define ROOT_TDrawFeedback
#ifndef ROOT_TQObject
#include "TQObject.h"
#endif
#ifndef ROOT_TObject
#include "TObject.h"
#endif
class TProof;
class TProof;
class THashList;
class TSeqCollection;
class TDrawFeedback : public TObject, public TQObject {
private:
   Bool_t         fAll;    
   THashList     *fNames;  
protected:
   Option_t      *fOption; 
   TProof        *fProof;  
public:
   TDrawFeedback(TProof *proof = 0, TSeqCollection *names = 0);
   ~TDrawFeedback();
   void Feedback(TList *objs);
   void SetOption(Option_t *option) { fOption = option; }
   ClassDef(TDrawFeedback,0)  
};
#endif
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.