Home
last modified time | relevance | path

Searched refs:fShowIcons (Results 1 – 2 of 2) sorted by relevance

/haiku/src/preferences/filetypes/
H A DMimeTypeListView.h69 bool IsShowingIcons() const { return fShowIcons; } in IsShowingIcons()
85 bool fShowIcons; variable
H A DMimeTypeListView.cpp272 fShowIcons(showIcons), in MimeTypeListView()
300 MimeTypeItem* typeItem = new MimeTypeItem(mimeType, fShowIcons, in _CollectSubtypes()
418 item = new MimeTypeItem(mimeType, fShowIcons, fSupertype.Type() != NULL); in _AddNewType()
521 if (item != NULL && fShowIcons) { in MessageReceived()
643 if (showIcons == fShowIcons) in ShowIcons()
646 fShowIcons = showIcons; in ShowIcons()