|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Enum
com.trolltech.qt.gui.QTextDocument.FindFlag
public static final class QTextDocument.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 QTextDocument.FindFlag |
FindBackward
Searches backwards instead of forwards. |
static QTextDocument.FindFlag |
FindCaseSensitively
By default findText() works case insensitive. |
static QTextDocument.FindFlag |
FindWholeWords
|
| Method Summary | |
|---|---|
static QTextDocument.FindFlags |
createQFlags(QTextDocument.FindFlag[] values)
|
static QTextDocument.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 QTextDocument.FindFlag |
valueOf(java.lang.String name)
|
static QTextDocument.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 QTextDocument.FindFlag FindBackward
public static final QTextDocument.FindFlag FindCaseSensitively
findText() works case insensitive. Specifying this option changes the behaviour to a case sensitive find operation.
public static final QTextDocument.FindFlag FindWholeWords
| Method Detail |
|---|
public static QTextDocument.FindFlag[] values()
public static QTextDocument.FindFlag valueOf(java.lang.String name)
public int value()
value in interface QtEnumeratorpublic static QTextDocument.FindFlags createQFlags(QTextDocument.FindFlag[] values)
public static QTextDocument.FindFlag resolve(int value)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||