Home
last modified time | relevance | path

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

/haiku/src/apps/packageinstaller/
H A DUninstallView.cpp57 class UninstallView::InfoItem : public BStringItem { class in UninstallView
59 InfoItem(const BString& name, const BString& version, in InfoItem() function in UninstallView::InfoItem
181 InfoItem* iter; in MessageReceived()
183 iter = static_cast<InfoItem *>(fAppList->ItemAt(i)); in MessageReceived()
222 InfoItem* item = dynamic_cast<InfoItem*>(fAppList->ItemAt(index)); in MessageReceived()
402 fAppList->AddItem(new InfoItem(name, version, filename, ref)); in _AddFile()
H A DUninstallView.h42 class InfoItem;