Uses of Enum
io.qt.webengine.core.QWebEnginePage.FindFlag
Packages that use QWebEnginePage.FindFlag
-
Uses of QWebEnginePage.FindFlag in io.qt.webengine.core
Methods in io.qt.webengine.core that return QWebEnginePage.FindFlagModifier 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.Methods in io.qt.webengine.core with parameters of type QWebEnginePage.FindFlagModifier and TypeMethodDescriptionQWebEnginePage.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
Constructors in io.qt.webengine.core with parameters of type QWebEnginePage.FindFlagModifierConstructorDescriptionFindFlags
(QWebEnginePage.FindFlag... args) Creates a new FindFlags where the flags inargs
are set.