Uses of Enum
io.qt.gui.QIcon.ThemeIcon
Packages that use QIcon.ThemeIcon
-
Uses of QIcon.ThemeIcon in io.qt.gui
Methods in io.qt.gui that return QIcon.ThemeIconModifier and TypeMethodDescriptionstatic QIcon.ThemeIcon
QIcon.ThemeIcon.resolve
(int value) Returns the corresponding enum entry for the given value.static QIcon.ThemeIcon
Returns the enum constant of this type with the specified name.static QIcon.ThemeIcon[]
QIcon.ThemeIcon.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.qt.gui with parameters of type QIcon.ThemeIconModifier and TypeMethodDescriptionstatic QIcon
QIcon.fromTheme
(QIcon.ThemeIcon icon) static QIcon
QIcon.fromTheme
(QIcon.ThemeIcon icon, QIcon fallback) static QIcon
QIcon.fromTheme
(QIcon.ThemeIcon icon, QPixmap fallback) Overloaded function forQIcon.fromTheme(io.qt.gui.QIcon.ThemeIcon, io.qt.gui.QIcon)
.static boolean
QIcon.hasThemeIcon
(QIcon.ThemeIcon icon)