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.cleared
(Qt.FindChildOption e) Excludes other enum entry from a flag of this entry.Qt.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
(QRegExp re, Qt.FindChildOption ... options) Deprecated.Use findChildren(const QRegularExpression &, ...) instead.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, QRegExp re, Qt.FindChildOption ... options) Deprecated.Use findChildren(const QRegularExpression &, ...) instead.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
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)
.