Uses of Enum
io.qt.webengine.widgets.QWebEnginePage.FindFlag
-
Uses of QWebEnginePage.FindFlag in io.qt.webengine.widgets
Methods in io.qt.webengine.widgets that return QWebEnginePage.FindFlagModifier and TypeMethodDescriptionfinal QWebEnginePage.FindFlag []QWebEnginePage.FindFlags.flags()Returns an array of flag objects represented by this FindFlags.static QWebEnginePage.FindFlagQWebEnginePage.FindFlag.resolve(int value) Returns the corresponding enum entry for the given value.static QWebEnginePage.FindFlagReturns 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.FindFlagModifier 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.FindFlagsQWebEnginePage.FindFlags.combined(QWebEnginePage.FindFlag e) Combines this flags with enum entry.static QWebEnginePage.FindFlagsQWebEnginePage.FindFlag.flags(QWebEnginePage.FindFlag ... values) Creates a newQWebEnginePage.FindFlagsfrom the entries.final QWebEnginePage.FindFlagsQWebEnginePage.FindFlags.setFlag(QWebEnginePage.FindFlag e) Sets the flagefinal QWebEnginePage.FindFlagsQWebEnginePage.FindFlags.setFlag(QWebEnginePage.FindFlag e, boolean on) Sets or clears the flagflagConstructors in io.qt.webengine.widgets with parameters of type QWebEnginePage.FindFlagModifierConstructorDescriptionFindFlags(QWebEnginePage.FindFlag ... args) Creates a new FindFlags where the flags inargsare set.