Uses of Enum
io.qt.webengine.widgets.QWebEnginePage.FindFlag
-
Uses of QWebEnginePage.FindFlag in io.qt.webengine.widgets
Modifier and TypeMethodDescriptionfinal 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
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.Modifier and TypeMethodDescriptionQWebEnginePage.FindFlag.cleared
(QWebEnginePage.FindFlag e) Excludes other enum entry from a flag of this entry.QWebEnginePage.FindFlag.combined
(QWebEnginePage.FindFlag e) Combines this entry with other enum entry.final 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.final QWebEnginePage.FindFlags
QWebEnginePage.FindFlags.setFlag
(QWebEnginePage.FindFlag e) Sets the flage
final QWebEnginePage.FindFlags
QWebEnginePage.FindFlags.setFlag
(QWebEnginePage.FindFlag e, boolean on) Sets or clears the flagflag
ModifierConstructorDescriptionFindFlags
(QWebEnginePage.FindFlag ... args) Creates a new FindFlags where the flags inargs
are set.