InfoItem
InfoItem* iter;
iter = static_cast<InfoItem *>(fAppList->ItemAt(i));
InfoItem* item = dynamic_cast<InfoItem*>(fAppList->ItemAt(index));
fAppList->AddItem(new InfoItem(name, version, filename, ref));
InfoItem(const BString& name, const BString& version,
class InfoItem;