Home
last modified time | relevance | path

Searched refs:PackageLocalizedText (Results 1 – 6 of 6) sorted by relevance

/haiku/src/apps/haikudepot/packagemodel/
H A DPackageLocalizedText.cpp10 PackageLocalizedText::PackageLocalizedText() in PackageLocalizedText() function in PackageLocalizedText
21 PackageLocalizedText::PackageLocalizedText(const PackageLocalizedText& other) in PackageLocalizedText() function in PackageLocalizedText
33 PackageLocalizedText::Title() const in Title()
40 PackageLocalizedText::SetTitle(const BString& value) in SetTitle()
47 PackageLocalizedText::Summary() const in Summary()
54 PackageLocalizedText::SetSummary(const BString& value) in SetSummary()
61 PackageLocalizedText::Description() const in Description()
68 PackageLocalizedText::SetDescription(const BString& value) in SetDescription()
75 PackageLocalizedText::HasChangelog() const in HasChangelog()
82 PackageLocalizedText::SetHasChangelog(bool value) in SetHasChangelog()
[all …]
H A DPackageLocalizedText.h13 class PackageLocalizedText : public BReferenceable
16 PackageLocalizedText();
17 PackageLocalizedText(const PackageLocalizedText& other);
34 bool operator==(const PackageLocalizedText& other) const;
35 bool operator!=(const PackageLocalizedText& other) const;
47 typedef BReference<PackageLocalizedText> PackageLocalizedTextRef;
H A DPackageInfo.cpp82 fLocalizedText = PackageLocalizedTextRef(new PackageLocalizedText(), true); in PackageInfo()
/haiku/src/apps/haikudepot/server/
H A DPopulatePkgChangelogFromServerProcess.cpp76 new PackageLocalizedText(*(localizedText.Get())), true); in RunInternal()
78 localizedText = PackageLocalizedTextRef(new PackageLocalizedText(), true); in RunInternal()
/haiku/src/apps/haikudepot/util/
H A DPackageUtils.cpp78 return PackageLocalizedTextRef(new PackageLocalizedText(*(localizedText.Get())), true); in NewLocalizedText()
80 return PackageLocalizedTextRef(new PackageLocalizedText(), true); in NewLocalizedText()
/haiku/src/apps/haikudepot/
H A DJamfile185 PackageLocalizedText.cpp