Lines Matching refs:PackageInfo

9 #include "PackageInfo.h"
19 // #pragma mark - PackageInfo
22 PackageInfo::PackageInfo()
53 PackageInfo::PackageInfo(const BPackageInfo& info)
96 PackageInfo::PackageInfo(const BString& name,
131 PackageInfo::PackageInfo(const PackageInfo& other)
164 PackageInfo&
165 PackageInfo::operator=(const PackageInfo& other)
198 PackageInfo::operator==(const PackageInfo& other) const
226 PackageInfo::operator!=(const PackageInfo& other) const
233 PackageInfo::SetTitle(const BString& title)
243 PackageInfo::Title() const
250 PackageInfo::SetShortDescription(const BString& description)
260 PackageInfo::SetFullDescription(const BString& description)
270 PackageInfo::SetHasChangelog(bool value)
277 PackageInfo::SetChangelog(const BString& changelog)
287 PackageInfo::IsSystemPackage() const
294 PackageInfo::CountCategories() const
301 PackageInfo::CategoryAtIndex(int32 index) const
308 PackageInfo::ClearCategories()
318 PackageInfo::AddCategory(const CategoryRef& category)
337 PackageInfo::SetSystemDependency(bool isDependency)
344 PackageInfo::SetState(PackageState state)
356 PackageInfo::AddInstallationLocation(int32 location)
365 PackageInfo::ClearInstallationLocations()
372 PackageInfo::SetDownloadProgress(float progress)
381 PackageInfo::SetLocalFilePath(const char* path)
388 PackageInfo::IsLocalFile() const
395 PackageInfo::ClearUserRatings()
405 PackageInfo::CountUserRatings() const
412 PackageInfo::UserRatingAtIndex(int32 index) const
419 PackageInfo::AddUserRating(const UserRatingRef& rating)
427 PackageInfo::SetRatingSummary(const RatingSummary& summary)
439 PackageInfo::CalculateRatingSummary() const
493 PackageInfo::SetProminence(int64 prominence)
503 PackageInfo::IsProminent() const
510 PackageInfo::ClearScreenshotInfos()
520 PackageInfo::CountScreenshotInfos() const
527 PackageInfo::ScreenshotInfoAtIndex(int32 index) const
534 PackageInfo::AddScreenshotInfo(const ScreenshotInfoRef& info)
542 PackageInfo::SetSize(int64 size)
552 PackageInfo::SetViewed()
559 PackageInfo::SetVersionCreateTimestamp(uint64 value)
569 PackageInfo::SetDepotName(const BString& depotName)
579 PackageInfo::AddListener(const PackageInfoListenerRef& listener)
587 PackageInfo::RemoveListener(const PackageInfoListenerRef& listener)
595 PackageInfo::NotifyChangedIcon()
602 PackageInfo::StartCollatingChanges()
610 PackageInfo::EndCollatingChanges()
620 PackageInfo::_NotifyListeners(uint32 changes)
630 PackageInfo::_NotifyListenersImmediate(uint32 changes)