]> git.uio.no Git - u/mrichter/AliRoot.git/blame - EVE/Reve/EventBase.h
Setup check-box pictures when inserting in a list-tree.
[u/mrichter/AliRoot.git] / EVE / Reve / EventBase.h
CommitLineData
32ec5ec1 1// $Header$
2
3#ifndef REVE_EventBase_H
4#define REVE_EventBase_H
5
6#include <Reve/RenderElement.h>
7
8namespace Reve {
9
d68fe48d 10class EventBase : public PadPrimitive
32ec5ec1 11{
12protected:
13
14public:
15 EventBase(const Text_t* n="EventBase", const Text_t* t="");
16 virtual ~EventBase() {}
17
18 ClassDef(EventBase, 1);
19}; // endclass Event
20
21}
22
23#endif