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

/haiku-fatelf/src/apps/musiccollection/
H A DMusicCollectionWindow.h35 MusicFileListView* fFileListView; member in class:MusicCollectionWindow
H A DMusicCollectionWindow.cpp215 fFileListView = new MusicFileListView("File List View");
216 fFileListView->SetInvocationMessage(new BMessage(kMsgItemInvoked));
217 BScrollView* scrollView = new BScrollView("list scroll", fFileListView, 0,
238 fEntryViewInterface = new ListViewListener<FileListItem>(fFileListView,
275 fFileListView->Launch(message);

Completed in 90 milliseconds