Uses of Enum
io.qt.core.Qt.FindChildOption
Packages that use Qt.FindChildOption
-
Uses of Qt.FindChildOption in io.qt.core
Methods in io.qt.core that return Qt.FindChildOptionModifier and TypeMethodDescriptionfinal Qt.FindChildOption[]
Qt.FindChildOptions.flags()
Returns an array of flag objects represented by this FindChildOptions.static Qt.FindChildOption
Qt.FindChildOption.resolve
(int value) Returns the corresponding enum entry for the given value.static Qt.FindChildOption
Returns the enum constant of this type with the specified name.static Qt.FindChildOption[]
Qt.FindChildOption.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 Qt.FindChildOptionModifier and TypeMethodDescriptionQt.FindChildOption.combined
(Qt.FindChildOption e) Combines this entry with other enum entry.final Qt.FindChildOptions
Qt.FindChildOptions.combined
(Qt.FindChildOption e) Combines this flags with enum entry.final QObject
QObject.findChild
(String aName, Qt.FindChildOption ... options) Overloaded function forQObject.findChild(java.lang.String, io.qt.core.Qt.FindChildOptions)
.final <T extends QObject>
TQObject.findChild
(Class<T> type, String aName, Qt.FindChildOption ... options) Overloaded function forQObject.findChild(java.lang.Class, java.lang.String, io.qt.core.Qt.FindChildOptions)
.QObject.findChildren
(QRegularExpression re, Qt.FindChildOption ... options) Overloaded function forQObject.findChildren(io.qt.core.QRegularExpression, io.qt.core.Qt.FindChildOptions)
.QObject.findChildren
(String aName, Qt.FindChildOption ... options) Overloaded function forQObject.findChildren(java.lang.String, io.qt.core.Qt.FindChildOptions)
.QObject.findChildren
(Class<T> type, QRegularExpression re, Qt.FindChildOption ... options) Overloaded function forQObject.findChildren(java.lang.Class, io.qt.core.QRegularExpression, io.qt.core.Qt.FindChildOptions)
.QObject.findChildren
(Class<T> type, String aName, Qt.FindChildOption ... options) Overloaded function forQObject.findChildren(java.lang.Class, java.lang.String, io.qt.core.Qt.FindChildOptions)
.static Qt.FindChildOptions
Qt.FindChildOption.flags
(Qt.FindChildOption... values) Creates a newQt.FindChildOptions
from the entries.final Qt.FindChildOptions
Qt.FindChildOptions.setFlag
(Qt.FindChildOption e) Sets the flage
final Qt.FindChildOptions
Qt.FindChildOptions.setFlag
(Qt.FindChildOption e, boolean on) Sets or clears the flagflag
Constructors in io.qt.core with parameters of type Qt.FindChildOptionModifierConstructorDescriptionFindChildOptions
(Qt.FindChildOption... args) Creates a new FindChildOptions where the flags inargs
are set. -
Uses of Qt.FindChildOption in io.qt.widgets
Methods in io.qt.widgets with parameters of type Qt.FindChildOptionModifier and TypeMethodDescriptionfinal QLayoutItem
QLayout.replaceWidget
(QWidget from, QWidget to, Qt.FindChildOption ... options) Overloaded function forQLayout.replaceWidget(io.qt.widgets.QWidget, io.qt.widgets.QWidget, io.qt.core.Qt.FindChildOptions)
.