#ifndef HSUACTIVEWIDGET_H
#define HSUACTIVEWIDGET_H
#pragma interface
#include "TROOT.h"
class HSUActiveWidget
{
public:
HSUActiveWidget(){};
virtual ~HSUActiveWidget(){};
virtual void Reset(void) = 0;
virtual void SetData(void) = 0;
virtual void DataChanged(void) {};
ClassDef(HSUActiveWidget, 0)
};
#endif //!HSUACTIVEWIDGET_H
Last change: Sat May 22 13:12:27 2010
Last generated: 2010-05-22 13:12
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.