HEventList
HEventList::RemoveAll()
HEventList::SelectionChanged()
HEventList::SetPath(const char* path)
HEventList::HEventList(const char* name)
HEventList::~HEventList()
HEventList::SetType(const char* type)
class HEventList : public BColumnListView {
HEventList(const char* name = "EventList");
virtual ~HEventList();
fEventList = new HEventList();
class HEventList;
HEventList* fEventList;