ScreenshotInfo
fScreenshotInfo = value->ScreenshotInfo();
ScreenshotInfo() const;
ScreenshotInfo::ScreenshotInfo()
ScreenshotInfo::ScreenshotInfo(const BString& code,
ScreenshotInfo::ScreenshotInfo(const ScreenshotInfo& other)
ScreenshotInfo&
ScreenshotInfo::operator=(const ScreenshotInfo& other)
ScreenshotInfo::operator==(const ScreenshotInfo& other) const
ScreenshotInfo::operator!=(const ScreenshotInfo& other) const
class ScreenshotInfo : public BReferenceable
ScreenshotInfo();
ScreenshotInfo(const BString& code,
ScreenshotInfo(const ScreenshotInfo& other);
ScreenshotInfo& operator=(const ScreenshotInfo& other);
bool operator==(const ScreenshotInfo& other) const;
bool operator!=(const ScreenshotInfo& other) const;
typedef BReference<ScreenshotInfo> ScreenshotInfoRef;
= PackageScreenshotInfoBuilder(preexistingPackageInfo->ScreenshotInfo());
new ScreenshotInfo(screenshot->Code(), static_cast<int32>(screenshot->Width()),
PackageScreenshotInfoRef screenshotInfo = package->ScreenshotInfo();
PackageScreenshotInfoRef screenshotInfo = fPackage->ScreenshotInfo();
PackageScreenshotInfoRef screenshotInfo = fPackage->ScreenshotInfo();
PackageScreenshotInfoRef screenshotInfo = fPackage->ScreenshotInfo();