Uses of Class
io.qt.webengine.widgets.QWebEnginePage.FindFlag
Package | Description |
---|---|
io.qt.webengine.widgets |
-
Uses of QWebEnginePage.FindFlag in io.qt.webengine.widgets
Methods in io.qt.webengine.widgets that return QWebEnginePage.FindFlag Modifier and Type Method Description QWebEnginePage.FindFlag[]
QWebEnginePage.FindFlags. flags()
Returns an array of flag objects represented by this FindFlags.static QWebEnginePage.FindFlag
QWebEnginePage.FindFlag. resolve(int value)
Returns the corresponding enum entry for the given value.static QWebEnginePage.FindFlag
QWebEnginePage.FindFlag. valueOf(String name)
Returns the enum constant of this type with the specified name.static QWebEnginePage.FindFlag[]
QWebEnginePage.FindFlag. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.qt.webengine.widgets with parameters of type QWebEnginePage.FindFlag Modifier and Type Method Description QWebEnginePage.FindFlags
QWebEnginePage.FindFlag. combined(QWebEnginePage.FindFlag e)
Combines this entry with other enum entry.QWebEnginePage.FindFlags
QWebEnginePage.FindFlags. combined(QWebEnginePage.FindFlag e)
Combines this flags with enum entry.static QWebEnginePage.FindFlags
QWebEnginePage.FindFlag. flags(QWebEnginePage.FindFlag... values)
Creates a newQWebEnginePage.FindFlags
from the entries.QWebEnginePage.FindFlags
QWebEnginePage.FindFlags. setFlag(QWebEnginePage.FindFlag e)
Sets the flage
QWebEnginePage.FindFlags
QWebEnginePage.FindFlags. setFlag(QWebEnginePage.FindFlag e, boolean on)
Sets or clears the flagflag
Constructors in io.qt.webengine.widgets with parameters of type QWebEnginePage.FindFlag Constructor Description FindFlags(QWebEnginePage.FindFlag... args)
Creates a new FindFlags where the flags inargs
are set.