java.lang.Object
io.qt.QtObject
io.qt.help.QHelpSearchQuery
- All Implemented Interfaces:
QtObjectInterface,Cloneable
Java wrapper for Qt class QHelpSearchQuery
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumJava wrapper for Qt enum QHelpSearchQuery::FieldNameNested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor -
Constructor Summary
ConstructorsModifierConstructorDescriptionQHelpSearchQuery(QHelpSearchQuery.FieldName field, Collection<String> wordList_) protectedConstructor for internal use only. -
Method Summary
Modifier and TypeMethodDescriptionclone()Creates and returns a copy of this object.Kotlin property getter.Kotlin property getter.final voidsetFieldName(QHelpSearchQuery.FieldName fieldName) final voidsetWordList(Collection<String> wordList) wordList()Methods inherited from class io.qt.QtObject
dispose, equals, isDisposed
-
Constructor Details
-
QHelpSearchQuery
public QHelpSearchQuery() -
QHelpSearchQuery
-
QHelpSearchQuery
Constructor for internal use only.- Parameters:
p- expected to benull.
-
-
Method Details
-
setFieldName
-
getFieldName
Kotlin property getter. In Java use
fieldName()instead. -
fieldName
-
setWordList
-
getWordList
Kotlin property getter. In Java use
wordList()instead. -
wordList
-
clone
Creates and returns a copy of this object.
-