largeIcon
const char *extraType, bool largeIcon, int32 action);
bool largeIcon, int32 action);
const BString& url, const BBitmap* miniIcon, const BBitmap* largeIcon)
if (largeIcon != NULL && ret == B_OK)
ret = nodeInfo.SetIcon(largeIcon, B_LARGE_ICON);
else if (largeIcon == NULL && miniIcon != NULL && ret == B_OK) {
const BBitmap* largeIcon = NULL;
miniIcon, largeIcon);
BBitmap* largeIcon = NULL;
_CreateBookmark(path, fileName, title, url, miniIcon, largeIcon);
const BBitmap* largeIcon);
BBitmap largeIcon(BRect(0, 0, 31, 31), B_BITMAP_NO_SERVER_LINK, B_CMAP8);
if (appInfo.GetIcon(&largeIcon, B_LARGE_ICON) == B_OK) {
status = fDatabase->SetIcon(signature, &largeIcon, B_LARGE_ICON);
&& appInfo.GetIconForType(type, &largeIcon, B_LARGE_ICON) == B_OK) {
status = fDatabase->SetIconForType(signature, type, &largeIcon,
bool largeIcon, int32 action)
err = msg.AddBool("be:large_icon", largeIcon);
Database::_SendMonitorUpdate(int32 which, const char *type, bool largeIcon, int32 action)
err = msg.AddBool("be:large_icon", largeIcon);
BBitmap largeIcon(BRect(0, 0, 31, 31), B_BITMAP_NO_SERVER_LINK,
if (largeIcon.InitCheck() != B_OK)
return largeIcon.InitCheck();
err = update_icon(appFileInfoRead, appFileInfoWrite, NULL, largeIcon,
supportedType, largeIcon, B_LARGE_ICON);
BBitmap largeIcon(BRect(0, 0, 31, 31), B_BITMAP_NO_SERVER_LINK, B_CMAP8);
|| mime.GetIcon(&largeIcon, B_LARGE_ICON) != B_OK))
GetIconResource(bitsID, B_LARGE_ICON, &largeIcon) == B_OK)
mime.SetIcon(&largeIcon, B_LARGE_ICON);
bool largeIcon)
hasLargeIcon(true), largeIcon(largeIcon)
NotificationMessage(int32 which, string type, bool largeIcon)
hasLargeIcon(true), largeIcon(largeIcon)
bool largeIcon;
bool largeIcon;
&largeIcon) == B_OK);
CPPUNIT_ASSERT( entry.largeIcon == largeIcon );
&largeIcon) == B_NAME_NOT_FOUND);
const void *miniIcon = NULL, const void *largeIcon = NULL)
SetLargeIcon(largeIcon);
if (largeIcon) {
delete[] largeIcon;
largeIcon = NULL;
largeIcon = new char[1024];
memcpy(largeIcon, icon, 1024);
if (error == B_OK && largeIcon) {
LARGE_ICON_TYPE, 0, largeIcon,
char *largeIcon;
BBitmap largeIcon(BRect(0, 0, 31, 31), B_CMAP8);
CHK(mimeType.GetIcon(&largeIcon, B_LARGE_ICON) == B_OK);
TestTrackerIcon(info, &ref, B_LARGE_ICON, &largeIcon);
BBitmap largeIcon(BRect(0, 0, 31, 31), B_CMAP8);
CHK(volume.GetIcon(&largeIcon, B_LARGE_ICON) == iconError);
CHK(icon_equal(&largeIcon, &largeIcon2));
BBitmap largeIcon(BRect(0, 0, 31, 31), B_CMAP8);
CHK(volume.GetIcon(&largeIcon, B_LARGE_ICON) == B_BAD_VALUE);
BBitmap largeIcon(BRect(0, 0, 31, 31), B_CMAP8);
CHK(volume.GetIcon(&largeIcon, B_MINI_ICON) == B_BAD_VALUE);