Searched refs:IconSource (Results 1 - 6 of 6) sorted by relevance

/haiku/src/kits/tracker/
H A DIconCache.h102 enum IconSource { enum in namespace:BPrivate
414 static bool NeedsDeletionNotification(IconSource);
434 IconSource &source, IconDrawMode mode, BSize size,
442 Model*, IconSource&, IconDrawMode mode,
447 Model*, IconSource&, IconDrawMode mode,
452 Model*, IconSource&, IconDrawMode mode,
457 Model*, IconSource&, IconDrawMode mode,
462 Model*, IconSource&, IconDrawMode mode,
523 IconCache::NeedsDeletionNotification(IconSource from)
H A DModel.h143 IconSource IconFrom() const;
144 void SetIconFrom(IconSource);
357 inline IconSource
360 return (IconSource)fIconFrom;
365 Model::SetIconFrom(IconSource from)
H A DIconCache.cpp488 IconSource &source, IconDrawMode mode, BSize size,
579 Model* model, IconSource &source,
658 Model*, IconSource &source, IconDrawMode mode,
674 Model* model, IconSource &source, IconDrawMode mode, BSize size,
787 Model* model, IconSource& source,
851 Model* model, IconSource &source,
930 IconSource source = model->IconFrom();
H A DModel.cpp204 if (IconCache::NeedsDeletionNotification((IconSource)fIconFrom)) {
/haiku/src/preferences/filetypes/
H A DIconView.h117 icon_source IconSource() const { return fSource; } function in class:IconView
H A DFileTypesWindow.cpp159 switch (IconSource()) {
183 if (IconSource() == kNoIcon) {
224 if (IconSource() == kNoIcon) {

Completed in 103 milliseconds