Uses of Enum
io.qt.core.Qt.FindChildOption
-
Uses of Qt.FindChildOption in io.qt.core
Modifier 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.Modifier 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 <T extends QObject>
TQObject.findChild
(Class<T> cl, String name, Qt.FindChildOption... options) Overloaded function forQObject.findChild(Class,String,Qt.FindChildOptions)
.QObject.findChildren
(Class<T> cl, QRegExp regExp, Qt.FindChildOption... options) Deprecated.QObject.findChildren
(Class<T> cl, QRegularExpression re, Qt.FindChildOption... options) Overloaded function forQObject.findChildren(Class,QRegularExpression,Qt.FindChildOptions)
.QObject.findChildren
(Class<T> cl, String name, Qt.FindChildOption... options) Overloaded function forQObject.findChildren(Class,String,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
ModifierConstructorDescriptionFindChildOptions
(Qt.FindChildOption... args) Creates a new FindChildOptions where the flags inargs
are set. -
Uses of Qt.FindChildOption in io.qt.widgets
Modifier 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)
.
QObject.findChildren(Class, QRegularExpression, Qt.FindChildOptions)
instead.