Uses of Enum
io.qt.help.QHelpSearchQuery.FieldName
Packages that use QHelpSearchQuery.FieldName
-
Uses of QHelpSearchQuery.FieldName in io.qt.help
Methods in io.qt.help that return QHelpSearchQuery.FieldNameModifier and TypeMethodDescriptionQHelpSearchQuery.fieldName()
static QHelpSearchQuery.FieldName
QHelpSearchQuery.FieldName.resolve
(int value) Returns the corresponding enum entry for the given value.static QHelpSearchQuery.FieldName
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.FieldNameModifier and TypeMethodDescriptionfinal void
QHelpSearchQuery.setFieldName
(QHelpSearchQuery.FieldName fieldName) Constructors in io.qt.help with parameters of type QHelpSearchQuery.FieldNameModifierConstructorDescriptionQHelpSearchQuery
(QHelpSearchQuery.FieldName field, Collection<String> wordList_)