Uses of Class
io.qt.core.QMimeDatabase.MatchMode
Package | Description |
---|---|
io.qt.core |
-
Uses of QMimeDatabase.MatchMode in io.qt.core
Methods in io.qt.core that return QMimeDatabase.MatchMode Modifier and Type Method Description static QMimeDatabase.MatchMode
QMimeDatabase.MatchMode. resolve(int value)
Returns the corresponding enum entry for the given value.static QMimeDatabase.MatchMode
QMimeDatabase.MatchMode. valueOf(String name)
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.MatchMode Modifier and Type Method Description QMimeType
QMimeDatabase. mimeTypeForFile(QFileInfo fileInfo, QMimeDatabase.MatchMode mode)
QMimeType
QMimeDatabase. mimeTypeForFile(String fileName, QMimeDatabase.MatchMode mode)