Searched refs:ScreenshotInfo (Results 1 - 3 of 3) sorted by relevance

/haiku/src/apps/haikudepot/packagemodel/
H A DScreenshotInfo.cpp9 #include "ScreenshotInfo.h"
12 ScreenshotInfo::ScreenshotInfo() function in class:ScreenshotInfo
22 ScreenshotInfo::ScreenshotInfo(const BString& code, function in class:ScreenshotInfo
33 ScreenshotInfo::ScreenshotInfo(const ScreenshotInfo& other) function in class:ScreenshotInfo
43 ScreenshotInfo&
44 ScreenshotInfo
[all...]
H A DScreenshotInfo.h14 class ScreenshotInfo : public BReferenceable { class in inherits:BReferenceable
16 ScreenshotInfo();
17 ScreenshotInfo(const BString& code,
19 ScreenshotInfo(const ScreenshotInfo& other);
21 ScreenshotInfo& operator=(const ScreenshotInfo& other);
22 bool operator==(const ScreenshotInfo& other) const;
23 bool operator!=(const ScreenshotInfo& other) const;
42 typedef BReference<ScreenshotInfo> ScreenshotInfoRe
[all...]
/haiku/src/apps/haikudepot/server/
H A DServerPkgDataUpdateProcess.cpp149 package->AddScreenshotInfo(ScreenshotInfoRef(new ScreenshotInfo(

Completed in 83 milliseconds