Symbol: BitmapHolder
src/apps/haikudepot/icon/PackageIconDefaultRepository.cpp
59
BitmapHolderRef bitmapHolder(new(std::nothrow) BitmapHolder(bitmap), true);
src/apps/haikudepot/icon/PackageIconTarRepository.cpp
364
bitmapHolderRef.SetTo(new(std::nothrow) BitmapHolder(bitmap), true);
src/apps/haikudepot/model/PackageScreenshotRepository.cpp
104
bitmapHolderRef.SetTo(new(std::nothrow) BitmapHolder(bitmap), true);
src/apps/haikudepot/model/PackageScreenshotRepository.cpp
72
bitmapHolderRef.SetTo(new(std::nothrow) BitmapHolder(bitmap), true);
src/apps/haikudepot/ui/SharedIcons.cpp
191
*bitmapHolderRef = BitmapHolderRef(new(std::nothrow) BitmapHolder(bitmap), true);
src/apps/haikudepot/ui/SharedIcons.cpp
229
*bitmapHolderRef = BitmapHolderRef(new(std::nothrow) BitmapHolder(bitmap), true);
src/apps/haikudepot/ui/UserLoginWindow.cpp
943
= BitmapHolderRef(new(std::nothrow) BitmapHolder(bitmap), true);
src/apps/haikudepot/ui_generic/BitmapHolder.cpp
10
BitmapHolder::BitmapHolder(const BBitmap* bitmap)
src/apps/haikudepot/ui_generic/BitmapHolder.cpp
17
BitmapHolder::~BitmapHolder()
src/apps/haikudepot/ui_generic/BitmapHolder.cpp
24
BitmapHolder::Bitmap() const
src/apps/haikudepot/ui_generic/BitmapHolder.h
19
class BitmapHolder : public BReferenceable
src/apps/haikudepot/ui_generic/BitmapHolder.h
22
BitmapHolder(const BBitmap* bitmap);
src/apps/haikudepot/ui_generic/BitmapHolder.h
23
virtual ~BitmapHolder();
src/apps/haikudepot/ui_generic/BitmapHolder.h
32
typedef BReference<BitmapHolder> BitmapHolderRef;