Searched refs:fLibraryList (Results 1 - 2 of 2) sorted by relevance

/haiku/src/tests/kits/interface/bshelf/ShelfInspector/
H A DInfoWindow.h62 BListView *fLibraryList; member in class:InfoWindow
H A DInfoWindow.cpp163 enabled = (fLibraryList->CurrentSelection() >= 0);
190 int32 sel = fLibraryList->CurrentSelection();
191 IDItem *item = dynamic_cast<IDItem*>(fLibraryList->ItemAt(sel));
264 fLibraryList -> MakeEmpty();
297 int32 i = fLibraryList->CountItems();
298 while ((item = dynamic_cast<IDItem*>(fLibraryList->ItemAt(--i))) != NULL)
303 fLibraryList->RemoveItem(item);
318 fLibraryList->DoForEach(match_id, &mi);
321 fLibraryList->AddItem(new IDItem(info.name, info.id));
632 fLibraryList
[all...]

Completed in 41 milliseconds