BitmapHolder
BitmapHolderRef bitmapHolder(new(std::nothrow) BitmapHolder(bitmap), true);
bitmapHolderRef.SetTo(new(std::nothrow) BitmapHolder(bitmap), true);
bitmapHolderRef.SetTo(new(std::nothrow) BitmapHolder(bitmap), true);
bitmapHolderRef.SetTo(new(std::nothrow) BitmapHolder(bitmap), true);
*bitmapHolderRef = BitmapHolderRef(new(std::nothrow) BitmapHolder(bitmap), true);
*bitmapHolderRef = BitmapHolderRef(new(std::nothrow) BitmapHolder(bitmap), true);
= BitmapHolderRef(new(std::nothrow) BitmapHolder(bitmap), true);
BitmapHolder::~BitmapHolder()
BitmapHolder::Bitmap() const
BitmapHolder::BitmapHolder(const BBitmap* bitmap)
class BitmapHolder : public BReferenceable
BitmapHolder(const BBitmap* bitmap);
virtual ~BitmapHolder();
typedef BReference<BitmapHolder> BitmapHolderRef;