|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Enum
com.trolltech.qt.webkit.QWebPage.FindFlag
public static final class QWebPage.FindFlag
This enum describes the options available to QWebPage
's findText()
function. The options can be OR-ed together from the following list:
Field Summary | |
---|---|
static QWebPage.FindFlag |
FindBackward
Searches backwards instead of forwards. |
static QWebPage.FindFlag |
FindCaseSensitively
By default findText() works case insensitive. |
static QWebPage.FindFlag |
FindWrapsAroundDocument
Makes findText() restart from the beginning of the document if the end was reached and the text was not found. |
Method Summary | |
---|---|
static QWebPage.FindFlags |
createQFlags(QWebPage.FindFlag[] values)
|
static QWebPage.FindFlag |
resolve(int value)
|
int |
value()
This function should return an integer value for the enum values of the enumeration that implements this interface. |
static QWebPage.FindFlag |
valueOf(java.lang.String name)
|
static QWebPage.FindFlag[] |
values()
|
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final QWebPage.FindFlag FindBackward
public static final QWebPage.FindFlag FindCaseSensitively
findText()
works case insensitive. Specifying this option changes the behaviour to a case sensitive find operation.
public static final QWebPage.FindFlag FindWrapsAroundDocument
findText()
restart from the beginning of the document if the end was reached and the text was not found.
Method Detail |
---|
public static QWebPage.FindFlag[] values()
public static QWebPage.FindFlag valueOf(java.lang.String name)
public int value()
value
in interface QtEnumerator
public static QWebPage.FindFlags createQFlags(QWebPage.FindFlag[] values)
public static QWebPage.FindFlag resolve(int value)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |