Uses of Class
io.qt.core.Qt.FindChildOptions
Package | Description |
---|---|
io.qt.core | |
io.qt.widgets |
-
Uses of Qt.FindChildOptions in io.qt.core
Methods in io.qt.core that return Qt.FindChildOptions Modifier and Type Method Description Qt.FindChildOptions
Qt.FindChildOption. asFlags()
Create a QFlags of the enum entry.Qt.FindChildOptions
Qt.FindChildOptions. clone()
Clones the flagsQt.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.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
Methods in io.qt.core with parameters of type Qt.FindChildOptions Modifier and Type Method Description int
Qt.FindChildOptions. compareTo(Qt.FindChildOptions other)
<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.<T extends QObject>
QList<T>QObject. findChildren(Class<T> cl, QRegularExpression re, Qt.FindChildOptions options)
This function overloadsQObject.findChildren()
.<T extends QObject>
QList<T>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. -
Uses of Qt.FindChildOptions in io.qt.widgets
Methods in io.qt.widgets with parameters of type Qt.FindChildOptions Modifier and Type Method Description QLayoutItem
QLayout. replaceWidget(QWidget from, QWidget to, Qt.FindChildOptions options)