Searched refs:fIcon (Results 1 - 25 of 67) sorted by path

123

/haiku/headers/os/interface/
H A DControl.h109 BPrivate::BIcon* fIcon; member in class:BControl
/haiku/headers/private/shared/
H A DStripeView.h32 BBitmap fIcon; member in class:BPrivate::BStripeView
/haiku/src/apps/diskusage/
H A DInfoWindow.cpp39 fIcon(icon)
47 delete fIcon;
58 DrawBitmap(fIcon, iconRect);
H A DInfoWindow.h26 BBitmap* fIcon; member in class:LeftView
/haiku/src/apps/icon-o-matic/
H A DCanvasView.h107 Icon* fIcon; member in class:CanvasView
/haiku/src/apps/icon-o-matic/document/
H A DDocument.h54 { return fIcon; }
61 _ICON_NAMESPACE Icon* fIcon; member in class:Document
/haiku/src/apps/icon-o-matic/generic/property/specific_properties/
H A DIconProperty.cpp26 fIcon(icon),
37 fIcon(other.fIcon),
H A DIconProperty.h50 const uchar* Icon() const { return fIcon; }
57 const uchar* fIcon; member in class:IconProperty
/haiku/src/apps/icon-o-matic/generic/property/view/specific_properties/
H A DIconValueView.cpp23 fIcon(NULL)
31 delete fIcon;
41 if (fIcon) {
44 r = fIcon->Bounds();
47 if (fIcon->ColorSpace() == B_RGBA32 || fIcon->ColorSpace() == B_RGBA32_BIG) {
64 if (fIcon) {
65 DrawBitmap(fIcon, r.LeftTop());
107 delete fIcon;
108 fIcon
[all...]
H A DIconValueView.h38 BBitmap* fIcon; member in class:IconValueView
/haiku/src/apps/icon-o-matic/gui/
H A DIconView.h44 Icon* fIcon; member in class:IconView
/haiku/src/apps/patchbay/
H A DEndpointInfo.cpp39 fIcon(NULL)
46 fIcon(NULL)
55 fIcon = CreateIcon(&msg, DISPLAY_ICON_SIZE);
67 fIcon = (info.fIcon) ? new BBitmap(info.fIcon) : NULL;
76 delete fIcon;
77 fIcon = (info.fIcon) ? new BBitmap(info.fIcon)
[all...]
H A DEndpointInfo.h42 return fIcon;
48 BBitmap* fIcon; member in class:EndpointInfo
/haiku/src/bin/
H A Dalert.cpp45 alert_type fIcon; member in class:AlertApplication
59 fIcon(B_INFO_ALERT),
94 fIcon = B_EMPTY_ALERT;
97 fIcon = B_INFO_ALERT;
100 fIcon = B_IDEA_ALERT;
103 fIcon = B_WARNING_ALERT;
106 fIcon = B_STOP_ALERT;
207 B_WIDTH_AS_USUAL, fIcon);
/haiku/src/kits/interface/
H A DControl.cpp79 delete fIcon;
537 status_t error = BIcon::UpdateIcon(bitmap, flags, fIcon);
551 status_t error = BIcon::SetIconBitmap(bitmap, which, flags, fIcon);
565 return fIcon != NULL ? fIcon->Bitmap(which) : NULL;
627 fIcon = NULL;
/haiku/src/preferences/bluetooth/
H A DBluetoothDeviceView.cpp61 fIcon = new BView(BRect(0, 0, 32 - 1, 32 - 1), "Icon", B_FOLLOW_ALL,
63 fIcon->SetViewUIColor(B_PANEL_BACKGROUND_COLOR);
69 .Add(fIcon)
112 bDevice->GetDeviceClass().Draw(fIcon, BPoint(Bounds().left, Bounds().top));
H A DBluetoothDeviceView.h48 BView* fIcon; member in class:BluetoothDeviceView
/haiku/src/preferences/locale/
H A DLanguageListView.cpp116 fIcon(NULL)
126 fIcon(other.fIcon != NULL ? new BBitmap(*other.fIcon) : NULL)
133 delete fIcon;
148 fIcon = new(std::nothrow) BBitmap(BRect(0, 0, iconSize - 1, iconSize - 1),
150 if (fIcon != NULL && BLocaleRoster::Default()->GetFlagIconForCountry(fIcon,
152 delete fIcon;
153 fIcon
[all...]
H A DLanguageListView.h60 BBitmap* fIcon; member in class:LanguageListItemWithFlag
/haiku/src/preferences/network/
H A DInterfaceListItem.h57 BBitmap* fIcon; member in class:InterfaceListItem
/haiku/src/preferences/printers/
H A DJobListView.cpp157 fIcon(NULL)
167 delete fIcon;
184 if (fIcon == NULL && be_roster->FindApp(mimeType.String(), &ref) == B_OK) {
191 fIcon = new BBitmap(rect, B_RGBA32);
194 fIcon = new BBitmap(rect, B_CMAP8);
197 if (type.GetIcon(fIcon, B_MINI_ICON) != B_OK) {
198 delete fIcon;
199 fIcon = NULL;
296 if (fIcon)
297 iconHeight = fIcon
[all...]
H A DJobListView.h61 BBitmap* fIcon; member in class:JobItem
/haiku/src/preferences/time/
H A DTimeZoneListItem.cpp35 fIcon(NULL)
44 delete fIcon;
51 if (fIcon != NULL && fIcon->IsValid()) {
52 float iconSize = fIcon->Bounds().Width();
61 owner->DrawBitmap(fIcon, iconFrame);
77 if (iconSize == oldIconSize && fIcon != NULL)
82 delete fIcon;
83 fIcon = new(std::nothrow) BBitmap(BRect(0, 0, iconSize - 1, iconSize - 1),
85 if (fIcon !
[all...]
H A DTimeZoneListItem.h53 BBitmap* fIcon; member in class:TimeZoneListItem
/haiku/src/servers/bluetooth/
H A DDeskbarReplicant.h41 BBitmap* fIcon; member in class:DeskbarReplicant

Completed in 168 milliseconds

123