Searched refs:fIcon (Results 51 - 67 of 67) sorted by relevance

123

/haiku/src/kits/bluetooth/UI/
H A DPincodeWindow.cpp84 fIcon = new BluetoothIconView();
112 .Add(fIcon)
/haiku/src/apps/icon-o-matic/
H A DCanvasView.cpp33 fIcon(NULL),
305 if (fIcon == icon)
308 if (fIcon)
309 fIcon->RemoveListener(this);
311 fIcon = icon;
314 if (fIcon)
315 fIcon->AddListener(this);
536 if (fIcon) {
H A DCanvasView.h107 Icon* fIcon; member in class:CanvasView
H A DMainWindow.h110 Icon* fIcon; member in class:MainWindow
/haiku/src/preferences/locale/
H A DLanguageListView.h60 BBitmap* fIcon; member in class:LanguageListItemWithFlag
/haiku/src/preferences/filetypes/
H A DApplicationTypeWindow.h81 Icon fIcon; member in class:ApplicationTypeWindow
H A DApplicationTypeWindow.cpp92 ::Icon& Icon() { return fIcon; }
101 ::Icon fIcon; member in class:SupportedTypeItem
207 fIcon = *icon;
209 fIcon.Unset();
216 fIcon.SetTo(ref, type);
616 fIcon.SetTo(ref);
618 fIcon.Unset();
621 fIconView->SetTo(&fIcon);
750 fIcon.CopyTo(info, NULL, true);
H A DIconView.h157 ::Icon* fIcon; member in class:IconView
/haiku/src/libs/icon/
H A DIconRenderer.h96 const Icon* fIcon; member in class:IconRenderer
H A DIconRenderer.cpp401 fIcon(NULL),
437 if (fIcon == icon)
440 fIcon = icon;
537 if (!fIcon)
560 int32 shapeCount = fIcon->Shapes()->CountItems();
563 Shape* shape = fIcon->Shapes()->ItemAtFast(i);
/haiku/src/apps/diskusage/
H A DInfoWindow.cpp39 fIcon(icon)
47 delete fIcon;
58 DrawBitmap(fIcon, iconRect);
/haiku/headers/os/interface/
H A DControl.h109 BPrivate::BIcon* fIcon; member in class:BControl
/haiku/src/bin/desklink/
H A DMediaReplicant.cpp151 BBitmap* fIcon; member in class:MediaReplicant
204 delete fIcon;
246 DrawBitmap(fMuted ? fMutedIcon : fIcon);
566 fIcon = _LoadIcon(resources, "Speaker");
/haiku/src/apps/webpositive/
H A DURLInputGroup.cpp505 fIcon(NULL),
516 delete fIcon;
528 DrawBitmap(fIcon, fIcon->Bounds(), iconBounds,
591 miniIcon.ImportBits(fIcon);
611 BBitmap* iconClone = new BBitmap(fIcon);
621 delete fIcon;
623 fIcon = new BBitmap(icon);
626 fIcon = new BBitmap(BRect(0, 0, 15, 15), B_RGB32);
628 sizeof(kPlaceholderIcon), fIcon);
635 BBitmap* fIcon; member in class:URLInputGroup::PageIconView
[all...]
/haiku/src/apps/installer/
H A DPackageViews.cpp41 fIcon(NULL)
49 delete fIcon;
/haiku/src/apps/icon-o-matic/import_export/styled_text/
H A DStyledTextImporter.cpp59 Icon *fIcon; member in class:ShapeIterator
72 fIcon = icon;
176 fIcon->Paths()->AddItem(fPath);
/haiku/src/servers/input/
H A DInputServer.h107 uchar fIcon[16*16*1]; member in class:_BMethodAddOn_

Completed in 171 milliseconds

123