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

/haiku/src/preferences/filetypes/
H A DMimeTypeListView.h56 const char* supertype = NULL, bool showIcons = false,
68 void ShowIcons(bool showIcons);
H A DMimeTypeListView.cpp269 const char* supertype, bool showIcons, bool applicationMode)
272 fShowIcons(showIcons),
641 MimeTypeListView::ShowIcons(bool showIcons) argument
643 if (showIcons == fShowIcons)
646 fShowIcons = showIcons;
662 item->ShowIcon(showIcons);
268 MimeTypeListView(const char* name, const char* supertype, bool showIcons, bool applicationMode) argument
H A DFileTypes.cpp138 bool showIcons; local
139 if (message->FindBool("show_icons", &showIcons) == B_OK)
140 fMessage.ReplaceBool("show_icons", showIcons);
H A DFileTypesWindow.cpp341 bool showIcons; local
343 if (settings.FindBool("show_icons", &showIcons) != B_OK)
344 showIcons = true;
382 item->SetMarked(showIcons);
401 fTypeListView = new MimeTypeListView("typeview", NULL, showIcons, false);

Completed in 91 milliseconds