Searched refs:TListView (Results 1 - 2 of 2) sorted by relevance

/haiku/src/apps/mail/
H A DEnclosures.h52 class TListView;
66 TListView* fList;
74 class TListView : public BListView { class in inherits:BListView
76 TListView(TEnclosuresView* view);
H A DEnclosures.cpp38 // The enclosures list view (TListView), the list items (TListItem),
113 fList = new TListView(this);
319 TListView::TListView(TEnclosuresView *view) function in class:TListView
328 TListView::AttachedToWindow()
339 TListView::MinSize()
348 TListView::MakeFocus(bool focus)
356 TListView::MouseDown(BPoint point)
390 TListView::KeyDown(const char *bytes, int32 numBytes)

Completed in 91 milliseconds