Searched refs:BIcon (Results 1 - 4 of 4) sorted by relevance

/haiku/headers/private/interface/
H A DIcon.h20 class BIcon { class in namespace:BPrivate
22 BIcon();
23 ~BIcon();
41 BIcon*& _icon);
43 uint32 which, uint32 flags, BIcon*& _icon);
65 using BPrivate::BIcon;
/haiku/src/kits/interface/
H A DIcon.cpp25 BIcon::BIcon() function in class:BPrivate::BIcon
33 BIcon::~BIcon()
39 BIcon::SetTo(const BBitmap* bitmap, uint32 flags)
121 BIcon::SetBitmap(BBitmap* bitmap, uint32 which)
143 BIcon::Bitmap(uint32 which) const
152 BIcon::CreateBitmap(const BRect& bounds, color_space colorSpace, uint32 which)
165 BIcon::SetExternalBitmap(const BBitmap* bitmap, uint32 which, uint32 flags)
192 BIcon
[all...]
H A DControl.cpp537 status_t error = BIcon::UpdateIcon(bitmap, flags, fIcon);
551 status_t error = BIcon::SetIconBitmap(bitmap, which, flags, fIcon);
/haiku/headers/os/interface/
H A DControl.h23 class BIcon;
109 BPrivate::BIcon* fIcon;

Completed in 84 milliseconds