Searched refs:HEventRow (Results 1 - 3 of 3) sorted by relevance

/haiku/src/preferences/sounds/
H A DHEventList.h24 class HEventRow : public BRow { class in inherits:BRow
26 HEventRow(const char* event_name,
28 virtual ~HEventRow();
H A DHEventList.cpp26 HEventRow::HEventRow(const char* name, const char* path) function in class:HEventRow
36 HEventRow::~HEventRow()
42 HEventRow::SetPath(const char* _path)
52 HEventRow::Remove(const char* type)
92 AddRow(new HEventRow(name.String(), NULL));
94 AddRow(new HEventRow(name.String(), path.Path()));
117 HEventRow* row = (HEventRow*)CurrentSelectio
[all...]
H A DHWindow.cpp116 HEventRow* row = (HEventRow*)fEventList->CurrentSelection();
137 HEventRow* row = (HEventRow*)fEventList->CurrentSelection();
185 HEventRow* row = (HEventRow*)fEventList->CurrentSelection();
237 HEventRow* row = (HEventRow*)fEventList->CurrentSelection();
258 HEventRow* row = (HEventRow*)fEventLis
[all...]

Completed in 38 milliseconds