Searched refs:showIcon (Results 1 - 2 of 2) sorted by relevance

/haiku/src/preferences/filetypes/
H A DMimeTypeListView.h16 MimeTypeItem(BMimeType& type, bool showIcon = false, bool flat = false);
17 MimeTypeItem(const char* type, bool showIcon = false, bool flat = false);
33 void ShowIcon(bool showIcon);
H A DMimeTypeListView.cpp39 MimeTypeItem::MimeTypeItem(BMimeType& type, bool showIcon, bool flat) argument
43 fShowIcon(showIcon)
49 MimeTypeItem::MimeTypeItem(const char* type, bool showIcon, bool flat) argument
53 fShowIcon(showIcon)
203 MimeTypeItem::ShowIcon(bool showIcon) argument
205 fShowIcon = showIcon;

Completed in 84 milliseconds