Uses of Enum
io.qt.core.QMimeDatabase.MatchMode
Packages that use QMimeDatabase.MatchMode
-
Uses of QMimeDatabase.MatchMode in io.qt.core
Methods in io.qt.core that return QMimeDatabase.MatchModeModifier and TypeMethodDescriptionstatic QMimeDatabase.MatchMode
QMimeDatabase.MatchMode.resolve
(int value) Returns the corresponding enum entry for the given value.static QMimeDatabase.MatchMode
Returns the enum constant of this type with the specified name.static QMimeDatabase.MatchMode[]
QMimeDatabase.MatchMode.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.qt.core with parameters of type QMimeDatabase.MatchModeModifier and TypeMethodDescriptionfinal QMimeType
QMimeDatabase.mimeTypeForFile
(QFileInfo fileInfo, QMimeDatabase.MatchMode mode) final QMimeType
QMimeDatabase.mimeTypeForFile
(String fileName, QMimeDatabase.MatchMode mode)