TMessageHandler
class description - source file - inheritance tree
public:
TMessageHandler(const char* cl, Bool_t derived = kTRUE)
TMessageHandler(const TMessageHandler&)
TMessageHandler(const TClass* cl, Bool_t derived = kTRUE)
virtual ~TMessageHandler()
virtual void Add()
static TClass* Class()
virtual Int_t GetMessageCount(Int_t messId) const
Int_t GetSize() const
virtual Int_t GetTotalMessageCount() const
Bool_t HandleDerived() const
virtual void HandleMessage(Int_t id, const TObject* obj)
virtual TClass* IsA() const
virtual Bool_t Notify()
virtual void Print(Option_t* option) const
virtual void Remove()
virtual void ShowMembers(TMemberInspector& insp, char* parent)
virtual void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
protected:
const TClass* fClass class for which message has to be handled
const TObject* fMessObj object generating message
Int_t fMessId message id (often matching specific enum in fClass)
Int_t fSize number of different messages handled
Int_t* fCnts count per message
Int_t* fMessIds message ids
Bool_t fDerived if true handle messages also for derived classes
Last update: Fri May 14 13:32:41 2004
ROOT page - Class index - 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.