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

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

Completed in 39 milliseconds