BIcon
BPrivate::BIcon* fIcon;
class BIcon;
class BIcon {
BIcon();
~BIcon();
BIcon*& _icon);
uint32 which, uint32 flags, BIcon*& _icon);
using BPrivate::BIcon;
status_t error = BIcon::UpdateIcon(bitmap, flags, fIcon);
status_t error = BIcon::SetIconBitmap(bitmap, which, flags, fIcon);
BIcon::SetBitmap(BBitmap* bitmap, uint32 which)
BIcon::Bitmap(uint32 which) const
BIcon::CreateBitmap(const BRect& bounds, color_space colorSpace, uint32 which)
BIcon::SetExternalBitmap(const BBitmap* bitmap, uint32 which, uint32 flags)
BIcon::CopyBitmap(const BBitmap& bitmapToClone, uint32 which)
BIcon::DeleteBitmaps()
BIcon::UpdateIcon(const BBitmap* bitmap, uint32 flags, BIcon*& _icon)
BIcon* icon = new(std::nothrow) BIcon;
BIcon::SetIconBitmap(const BBitmap* bitmap, uint32 which, uint32 flags,
BIcon*& _icon)
_icon = new(std::nothrow) BIcon;
BIcon::BIcon()
BIcon::_ConvertToRGB32(const BBitmap* bitmap, bool noAppServerLink)
BIcon::_TrimBitmap(const BBitmap* bitmap, bool keepAspect,
BIcon::~BIcon()
BIcon::_MakeBitmaps(const BBitmap* bitmap, uint32 flags)
BIcon::SetTo(const BBitmap* bitmap, uint32 flags)