DtkGui
DTK Gui module
载入中...
搜索中...
未找到
dicontheme.h 文件参考

Dtk 图标主题工具类 更多...

#include <dtkgui_global.h>
#include <QScopedPointer>
#include <QIcon>
dicontheme.h 的引用(Include)关系图:
此图展示该文件直接或间接的被哪些文件引用了:

浏览源代码.

class  Dtk::Gui::DIconTheme::Cached
 

命名空间

namespace  Dtk::Gui::DIconTheme
 

枚举

enum  Dtk::Gui::DIconTheme::Option { Dtk::Gui::DIconTheme::DontFallbackToQIconFromTheme = 1 << 0 , Dtk::Gui::DIconTheme::IgnoreBuiltinIcons = 1 << 1 , IgnoreDciIcons = 1 << 2 , IgnoreIconCache = 1 << 3 }
 查找图标时的选项 更多...
 

函数

CachedDtk::Gui::DIconTheme::cached ()
 
QIcon Dtk::Gui::DIconTheme::findQIcon (const QString &iconName, Options options=Options())
 
QIcon Dtk::Gui::DIconTheme::findQIcon (const QString &iconName, const QIcon &fallback, Options options=Options())
 
QIconEngine * Dtk::Gui::DIconTheme::createIconEngine (const QString &iconName, Options options=DontFallbackToQIconFromTheme)
 
QString Dtk::Gui::DIconTheme::findDciIconFile (const QString &iconName, const QString &themeName)
 
QStringList Dtk::Gui::DIconTheme::dciThemeSearchPaths ()
 
void Dtk::Gui::DIconTheme::setDciThemeSearchPaths (const QStringList &path)
 
bool Dtk::Gui::DIconTheme::isBuiltinIcon (const QIcon &icon)
 
bool Dtk::Gui::DIconTheme::isXdgIcon (const QIcon &icon)
 

详细描述

Dtk 图标主题工具类