Home
last modified time | relevance | path

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

/haiku/src/kits/tracker/
H A DIconCache.h102 enum IconSource { enum
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) in NeedsDeletionNotification()
H A DModel.h146 IconSource IconFrom() const;
147 void SetIconFrom(IconSource);
360 inline IconSource
363 return (IconSource)fIconFrom; in IconFrom()
368 Model::SetIconFrom(IconSource from) in SetIconFrom()
H A DIconCache.cpp488 IconSource &source, IconDrawMode mode, BSize size, in GetIconFromFileTypes()
579 Model* model, IconSource &source, in GetVolumeIcon()
658 Model*, IconSource &source, IconDrawMode mode, in GetRootIcon()
674 Model* model, IconSource &source, IconDrawMode mode, BSize size, in GetWellKnownIcon()
787 Model* model, IconSource& source, in GetNodeIcon()
851 Model* model, IconSource &source, in GetGenericIcon()
930 IconSource source = model->IconFrom(); in Preload()
H A DModel.cpp204 if (IconCache::NeedsDeletionNotification((IconSource)fIconFrom)) { in ~Model()
/haiku/src/preferences/filetypes/
H A DIconView.h117 icon_source IconSource() const { return fSource; } in IconSource() function
H A DFileTypesWindow.cpp159 switch (IconSource()) { in Draw()
183 if (IconSource() == kNoIcon) { in Draw()
224 if (IconSource() == kNoIcon) { in BitmapRect()