Searched refs:IconSource (Results 1 – 6 of 6) sorted by relevance
/haiku/src/kits/tracker/ |
H A D | IconCache.h | 102 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 D | Model.h | 146 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 D | IconCache.cpp | 488 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 D | Model.cpp | 204 if (IconCache::NeedsDeletionNotification((IconSource)fIconFrom)) { in ~Model()
|
/haiku/src/preferences/filetypes/ |
H A D | IconView.h | 117 icon_source IconSource() const { return fSource; } in IconSource() function
|
H A D | FileTypesWindow.cpp | 159 switch (IconSource()) { in Draw() 183 if (IconSource() == kNoIcon) { in Draw() 224 if (IconSource() == kNoIcon) { in BitmapRect()
|