Searched refs:ScreenshotCoordinate (Results 1 - 14 of 14) sorted by relevance

/haiku/src/apps/haikudepot/model/
H A DScreenshotCoordinate.cpp5 #include "ScreenshotCoordinate.h"
13 ScreenshotCoordinate::ScreenshotCoordinate() function in class:ScreenshotCoordinate
22 ScreenshotCoordinate::ScreenshotCoordinate(const BMessage* from) function in class:ScreenshotCoordinate
30 ScreenshotCoordinate::ScreenshotCoordinate(BString code, uint16 width, uint16 height) function in class:ScreenshotCoordinate
39 ScreenshotCoordinate::~ScreenshotCoordinate()
45 ScreenshotCoordinate
[all...]
H A DScreenshotCoordinate.h18 class ScreenshotCoordinate : public BArchivable { class in inherits:BArchivable
20 ScreenshotCoordinate(const BMessage* from);
21 ScreenshotCoordinate(BString code, uint16 width, uint16 height);
22 ScreenshotCoordinate();
23 virtual ~ScreenshotCoordinate();
29 bool operator==(const ScreenshotCoordinate& other) const;
H A DPackageScreenshotRepository.h12 #include "ScreenshotCoordinate.h"
21 virtual void ScreenshotCached(const ScreenshotCoordinate& coord) = 0;
41 status_t LoadScreenshot(const ScreenshotCoordinate& coord, BitmapRef* bitmap);
42 status_t CacheAndLoadScreenshot(const ScreenshotCoordinate& coord,
45 status_t HasCachedScreenshot(const ScreenshotCoordinate& coord, bool* value);
46 status_t CacheScreenshot(const ScreenshotCoordinate& coord);
53 status_t _DownloadToLocalFile(const ScreenshotCoordinate& coord,
55 BPath _DeriveCachePath(const ScreenshotCoordinate& coord) const;
56 status_t _CreateCachedData(const ScreenshotCoordinate& coord,
H A DPackageScreenshotRepository.cpp43 PackageScreenshotRepository::LoadScreenshot(const ScreenshotCoordinate& coord, BitmapRef* bitmap)
79 PackageScreenshotRepository::CacheAndLoadScreenshot(const ScreenshotCoordinate& coord,
103 PackageScreenshotRepository::HasCachedScreenshot(const ScreenshotCoordinate& coord, bool* value)
134 PackageScreenshotRepository::CacheScreenshot(const ScreenshotCoordinate& coord)
185 PackageScreenshotRepository::_DownloadToLocalFile(const ScreenshotCoordinate& coord,
211 PackageScreenshotRepository::_DeriveCachePath(const ScreenshotCoordinate& coord) const
220 PackageScreenshotRepository::_CreateCachedData(const ScreenshotCoordinate& coord, BPositionIO** data)
H A DModel.h20 #include "ScreenshotCoordinate.h"
52 virtual void ScreenshotCached(const ScreenshotCoordinate& coordinate) = 0;
171 virtual void ScreenshotCached(const ScreenshotCoordinate& coord);
H A DModel.cpp1048 Model::ScreenshotCached(const ScreenshotCoordinate& coord)
/haiku/src/apps/haikudepot/server/
H A DCacheScreenshotProcess.h19 Model* model, ScreenshotCoordinate& screenshotCoordinate);
30 ScreenshotCoordinate
H A DCacheScreenshotProcess.cpp17 ScreenshotCoordinate& screenshotCoordinate)
/haiku/src/apps/haikudepot/ui/
H A DPackageInfoView.h45 void HandleScreenshotCached(const ScreenshotCoordinate& coordinate);
48 static const ScreenshotCoordinate
52 const ScreenshotCoordinate& coordinate);
H A DPackageInfoView.cpp1375 ScreenshotCoordinate desiredCoordinate = _ScreenshotThumbCoordinate(package);
1404 /*static*/ const ScreenshotCoordinate
1408 return ScreenshotCoordinate();
1410 return ScreenshotCoordinate();
1411 return ScreenshotCoordinate(package->ScreenshotInfoAtIndex(0)->Code(), kScreenshotSize, kScreenshotSize);
1422 PackageInfoView::HandleScreenshotCached(const ScreenshotCoordinate& coordinate)
1430 const ScreenshotCoordinate& coordinate)
1432 ScreenshotCoordinate desiredCoordinate = _ScreenshotThumbCoordinate(package);
H A DScreenshotWindow.cpp297 ScreenshotCoordinate(info->Code(), info->Width(), info->Height()),
H A DMainWindow.cpp130 virtual void ScreenshotCached(const ScreenshotCoordinate& coordinate)
1713 ScreenshotCoordinate coordinate(message);
/haiku/src/apps/haikudepot/process/
H A DProcessCoordinatorFactory.h41 Model* model, ScreenshotCoordinate& screenshotCoordinate);
H A DProcessCoordinatorFactory.cpp169 ScreenshotCoordinate& screenshotCoordinate)

Completed in 102 milliseconds