Uses of Class
io.qt.help.QHelpSearchQuery.FieldName
Package | Description |
---|---|
io.qt.help |
-
Uses of QHelpSearchQuery.FieldName in io.qt.help
Methods in io.qt.help that return QHelpSearchQuery.FieldName Modifier and Type Method Description QHelpSearchQuery.FieldName
QHelpSearchQuery. fieldName()
static QHelpSearchQuery.FieldName
QHelpSearchQuery.FieldName. resolve(int value)
Returns the corresponding enum entry for the given value.static QHelpSearchQuery.FieldName
QHelpSearchQuery.FieldName. valueOf(String name)
Returns the enum constant of this type with the specified name.static QHelpSearchQuery.FieldName[]
QHelpSearchQuery.FieldName. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.qt.help with parameters of type QHelpSearchQuery.FieldName Modifier and Type Method Description void
QHelpSearchQuery. setFieldName(QHelpSearchQuery.FieldName fieldName)
Constructors in io.qt.help with parameters of type QHelpSearchQuery.FieldName Constructor Description QHelpSearchQuery(QHelpSearchQuery.FieldName field, Collection<String> wordList_)