Uses of Class
io.qt.core.Qt.FindChildOptions
Packages that use Qt.FindChildOptions
-
Uses of Qt.FindChildOptions in io.qt.core
Methods in io.qt.core that return Qt.FindChildOptionsModifier and TypeMethodDescriptionQt.FindChildOption.asFlags()
Create a QFlags of the enum entry.final Qt.FindChildOptions
Qt.FindChildOptions.clone()
Clones the flagsQt.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.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
Methods in io.qt.core with parameters of type Qt.FindChildOptionsModifier and TypeMethodDescriptionfinal int
Qt.FindChildOptions.compareTo
(Qt.FindChildOptions other) final <T extends QObject>
TQObject.findChild
(Class<T> cl, String name, Qt.FindChildOptions options) Returns the child of this object that instane of cl and that is called name, ornull
if there is no such object.final QObject
QObject.findChild
(String name, Qt.FindChildOptions options) Overloaded function forQObject.findChild(Class,String,Qt.FindChildOptions)
withcl = QObject.class
.QObject.findChildren
(Class<T> cl, QRegExp regExp, Qt.FindChildOptions options) Deprecated.QObject.findChildren
(Class<T> cl, QRegularExpression re, Qt.FindChildOptions options) This function overloadsQObject.findChildren()
.QObject.findChildren
(Class<T> cl, String name, Qt.FindChildOptions options) Returns all children of this object with the given name that are instance of cl, or an empty list if there are no such objects.QObject.findChildren
(String name, Qt.FindChildOptions options) Overloaded function forQObject.findChildren(Class,String,Qt.FindChildOptions)
withcl = QObject.class
. -
Uses of Qt.FindChildOptions in io.qt.widgets
Methods in io.qt.widgets with parameters of type Qt.FindChildOptionsModifier and TypeMethodDescriptionfinal QLayoutItem
QLayout.replaceWidget
(QWidget from, QWidget to, Qt.FindChildOptions options)
QObject.findChildren(Class, QRegularExpression, Qt.FindChildOptions)
instead.