FeaturedPackagesView
FeaturedPackagesView::~FeaturedPackagesView()
FeaturedPackagesView::AttachedToWindow()
FeaturedPackagesView::RetainPackages(const std::vector<PackageInfoRef>& packages)
FeaturedPackagesView::AddRemovePackages(const std::vector<PackageInfoRef>& addedPackages,
FeaturedPackagesView::Clear()
FeaturedPackagesView::SelectPackage(const PackageInfoRef& package, bool scrollToEntry)
FeaturedPackagesView::DoLayout()
FeaturedPackagesView::HandleIconsChanged()
FeaturedPackagesView::HandlePackagesChanged(const std::vector<PackageInfoChangeEvent>& events)
FeaturedPackagesView::SetLoading(bool isLoading)
FeaturedPackagesView::_BuildNoResultsView()
FeaturedPackagesView::_AdjustViews()
FeaturedPackagesView::FeaturedPackagesView(Model& model)
class FeaturedPackagesView : public BView {
FeaturedPackagesView(Model& model);
virtual ~FeaturedPackagesView();
fFeaturedPackagesView = new FeaturedPackagesView(fModel);
FeaturedPackagesView* fFeaturedPackagesView;
class FeaturedPackagesView;