Searched refs:fIconView (Results 1 - 17 of 17) sorted by relevance

/haiku-fatelf/src/apps/webpositive/
H A DURLInputGroup.h36 PageIconView* fIconView; member in class:URLInputGroup
H A DDownloadProgressView.cpp248 fIconView = new IconView(archive);
250 fIconView = new IconView(entry);
252 fIconView = new IconView();
275 layout->AddView(fIconView);
315 ret = fIconView->SaveSettings(archive);
376 fIconView->SetTo(entry);
444 fIconView->SetIconDimmed(true);
481 fIconView->SetIconDimmed(true);
484 } else if (fIconView->IsIconDimmed()) {
486 fIconView
[all...]
H A DDownloadProgressView.h84 IconView* fIconView; member in class:DownloadProgressView
H A DURLInputGroup.cpp558 fIconView = new PageIconView();
559 GroupLayout()->AddView(fIconView, 0.0f);
662 fIconView->SetIcon(icon);
/haiku-fatelf/src/apps/packagemanager/
H A DApplicationView.h47 IconView* fIconView; member in class:ApplicationView
H A DApplicationView.cpp178 fIconView = new IconView(archive);
180 fIconView = new IconView();
192 layout->AddView(fIconView);
288 fIconView->SetIconDimmed(false);
/haiku-fatelf/src/preferences/datatranslations/
H A DDataTranslationsWindow.h45 IconView* fIconView; member in class:DataTranslationsWindow
H A DDataTranslationsWindow.cpp213 fIconView = new IconView();
231 .Add(fIconView, 0, 1)
314 fIconView->DrawIcon(false);
332 fIconView->SetIcon(path);
/haiku-fatelf/src/preferences/filetypes/
H A DFileTypeWindow.h49 IconView* fIconView; member in class:FileTypeWindow
H A DApplicationTypeWindow.h79 IconView* fIconView; member in class:ApplicationTypeWindow
H A DFileTypeWindow.cpp90 fIconView = new IconView("icon");
93 .Add(fIconView);
230 fIconView->SetTo(ref);
236 fIconView->ShowIconHeap(fEntries.CountItems() != 1);
H A DFileTypesWindow.h67 TypeIconView* fIconView; member in class:FileTypesWindow
H A DApplicationTypeWindow.cpp352 fIconView = new IconView("icon");
353 fIconView->SetModificationMessage(new BMessage(kMsgIconChanged));
356 .Add(fIconView);
579 fIconView->SetModificationMessage(NULL);
580 fIconView->SetTo(&fIcon);
581 fIconView->SetModificationMessage(new BMessage(kMsgIconChanged));
H A DFileTypesWindow.cpp402 fIconView = new TypeIconView("icon");
408 .Add(fIconView, 3)
1074 fIconView->SetTo(*type);
1076 fIconView->Unset();
1146 fIconView->SetEnabled(enabled);
/haiku-fatelf/src/apps/deskbar/
H A DSwitcher.cpp122 TIconView* fIconView; member in class:TSwitcherWindow
212 TIconView* fIconView; member in class:TBox
1268 fIconView(iconView),
1282 BRect frame = fIconView->Frame();
1288 fIconView->ConvertToParent(&centerRect);
1300 BRect frame = fIconView->Frame();
1312 int32 newIndex = fIconView->IndexAt(newSlot);
1325 int32 newIndex = fIconView->IndexAt(newSlot);
1330 newIndex = fIconView->IndexAt(valid - 1);
1372 float height = fIconView
[all...]
/haiku-fatelf/src/add-ons/input_server/devices/keyboard/
H A DTeamMonitorWindow.cpp132 IconView* fIconView; member in class:TeamDescriptionView
612 fIconView = new IconView();
613 fIconView->SetExplicitAlignment(
621 .Add(fIconView)
705 fIconView->SetIcon(item->Path()->Path());
/haiku-fatelf/src/apps/diskprobe/
H A DProbeView.cpp161 IconView *fIconView; member in class:HeaderView
484 fIconView = new IconView(BRect(10, 10, 41, 41), ref, editor.IsDevice());
485 AddChild(fIconView);
701 fIconView->UpdateIcon();

Completed in 147 milliseconds