Home
last modified time | relevance | path

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

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