Searched refs:fFileListView (Results 1 – 2 of 2) sorted by relevance
217 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()
35 MusicFileListView* fFileListView; variable