Home
last modified time | relevance | path

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

/haiku/src/apps/musiccollection/
H A DMusicCollectionWindow.h37 EntryViewInterface* fEntryViewInterface; variable
H A DMusicCollectionWindow.cpp240 fEntryViewInterface = new ListViewListener<FileListItem>(fFileListView, in MusicCollectionWindow()
242 fQueryHandler = new QueryHandler(fEntryViewInterface); in MusicCollectionWindow()
256 delete fEntryViewInterface; in ~MusicCollectionWindow()
318 ((ListViewListener<FileListItem>*)fEntryViewInterface)->SetQueryString( in _StartNewQuery()