Uses of Class
io.qt.core.Qt.FindChildOption
Package | Description |
---|---|
io.qt.core | |
io.qt.widgets |
-
Uses of Qt.FindChildOption in io.qt.core
Methods in io.qt.core that return Qt.FindChildOption Modifier and Type Method Description 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
Qt.FindChildOption. valueOf(String name)
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.FindChildOption Modifier and Type Method Description Qt.FindChildOptions
Qt.FindChildOption. combined(Qt.FindChildOption e)
Combines this entry with other enum entry.Qt.FindChildOptions
Qt.FindChildOptions. combined(Qt.FindChildOption e)
Combines this flags with enum entry.<T extends QObject>
TQObject. findChild(Class<T> cl, String name, Qt.FindChildOption... options)
Overloaded function forQObject.findChild(Class,String,Qt.FindChildOptions)
.<T extends QObject>
QList<T>QObject. findChildren(Class<T> cl, QRegularExpression re, Qt.FindChildOption... options)
Overloaded function forQObject.findChildren(Class,QRegularExpression,Qt.FindChildOptions)
.<T extends QObject>
QList<T>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.Qt.FindChildOptions
Qt.FindChildOptions. setFlag(Qt.FindChildOption e)
Sets the flage
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.FindChildOption Constructor Description FindChildOptions(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.FindChildOption Modifier and Type Method Description 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)
.