Searched refs:PublisherInfo (Results 1 - 4 of 4) sorted by relevance

/haiku/src/apps/haikudepot/packagemodel/
H A DPublisherInfo.cpp9 #include "PublisherInfo.h"
12 PublisherInfo::PublisherInfo() function in class:PublisherInfo
21 PublisherInfo::PublisherInfo(const BString& name, const BString& email, function in class:PublisherInfo
31 PublisherInfo::PublisherInfo(const PublisherInfo& other) function in class:PublisherInfo
40 PublisherInfo&
41 PublisherInfo
[all...]
H A DPublisherInfo.h13 class PublisherInfo { class
15 PublisherInfo();
16 PublisherInfo(const BString& name,
19 PublisherInfo(const PublisherInfo& other);
21 PublisherInfo& operator=(const PublisherInfo& other);
22 bool operator==(const PublisherInfo& other) const;
23 bool operator!=(const PublisherInfo& other) const;
H A DPackageInfo.h20 #include "PublisherInfo.h"
54 const PublisherInfo& publisher,
78 const PublisherInfo& Publisher() const
180 PublisherInfo fPublisher;
H A DPackageInfo.cpp92 fPublisher = PublisherInfo(publisherName, "", publisherURL);
97 const BPackageVersion& version, const PublisherInfo& publisher,

Completed in 91 milliseconds