|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Enum
com.trolltech.qt.core.QRegExp.CaretMode
public static final class QRegExp.CaretMode
The CaretMode enum defines the different meanings of the caret (^) in a regular expression. The possible values are:
| Field Summary | |
|---|---|
static QRegExp.CaretMode |
CaretAtOffset
The caret corresponds to the start offset of the search. |
static QRegExp.CaretMode |
CaretAtZero
The caret corresponds to index 0 in the searched string. |
static QRegExp.CaretMode |
CaretWontMatch
The caret never matches. |
| Method Summary | |
|---|---|
static QRegExp.CaretMode |
resolve(int value)
|
int |
value()
This function should return an integer value for the enum values of the enumeration that implements this interface. |
static QRegExp.CaretMode |
valueOf(java.lang.String name)
|
static QRegExp.CaretMode[] |
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 QRegExp.CaretMode CaretAtZero
public static final QRegExp.CaretMode CaretAtOffset
public static final QRegExp.CaretMode CaretWontMatch
| Method Detail |
|---|
public static QRegExp.CaretMode[] values()
public static QRegExp.CaretMode valueOf(java.lang.String name)
public int value()
value in interface QtEnumeratorpublic static QRegExp.CaretMode resolve(int value)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||