Searched refs:fLibraryList (Results 1 – 2 of 2) sorted by relevance
163 enabled = (fLibraryList->CurrentSelection() >= 0); in MessageReceived()190 int32 sel = fLibraryList->CurrentSelection(); in MessageReceived()191 IDItem *item = dynamic_cast<IDItem*>(fLibraryList->ItemAt(sel)); in MessageReceived()264 fLibraryList -> MakeEmpty(); in EmptyLists()297 int32 i = fLibraryList->CountItems(); in UpdateLists()298 while ((item = dynamic_cast<IDItem*>(fLibraryList->ItemAt(--i))) != NULL) in UpdateLists()303 fLibraryList->RemoveItem(item); in UpdateLists()318 fLibraryList->DoForEach(match_id, &mi); in UpdateLists()321 fLibraryList->AddItem(new IDItem(info.name, info.id)); in UpdateLists()632 fLibraryList = (BListView *) FindView("LibraryList"); in CreateViews()
62 BListView *fLibraryList; variable