Home
last modified time | relevance | path

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

/dports/x11-fm/krusader2/krusader-2.7.2/krusader/Panel/
H A Dkrcolorcache.cpp375 QColor getSpecialForegroundColor(const QString & type, bool isActive) const;
428 foreground = getSpecialForegroundColor("Directory", isActive); in getColors()
431 foreground = getSpecialForegroundColor("Executable", isActive); in getColors()
434 foreground = getSpecialForegroundColor("Invalid Symlink", isActive); in getColors()
437 foreground = getSpecialForegroundColor("Symlink", isActive); in getColors()
525 QColor KrColorCacheImpl::getSpecialForegroundColor(const QString & type, bool isActive) const in getSpecialForegroundColor() function in KrColorCacheImpl