Searched refs:fFileListView (Results 1 - 2 of 2) sorted by last modified time

/haiku/src/apps/musiccollection/
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);
H A DMusicCollectionWindow.h35 MusicFileListView* fFileListView; member in class:MusicCollectionWindow

Completed in 49 milliseconds