|
|||||||||
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.PatternSyntax
public static final class QRegExp.PatternSyntax
The syntax used to interpret the meaning of the pattern.
setPatternSyntax()
.
Field Summary | |
---|---|
static QRegExp.PatternSyntax |
FixedString
The pattern is a fixed string. |
static QRegExp.PatternSyntax |
RegExp
A rich Perl-like pattern matching syntax. |
static QRegExp.PatternSyntax |
RegExp2
Like RegExp , but with greedy quantifiers . |
static QRegExp.PatternSyntax |
Wildcard
This provides a simple pattern matching syntax similar to that used by shells (command interpreters) for "file globbing". |
Method Summary | |
---|---|
static QRegExp.PatternSyntax |
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.PatternSyntax |
valueOf(java.lang.String name)
|
static QRegExp.PatternSyntax[] |
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.PatternSyntax RegExp
public static final QRegExp.PatternSyntax Wildcard
Wildcard Matching
.
public static final QRegExp.PatternSyntax FixedString
RegExp
pattern on a string in which all metacharacters are escaped using escape()
.
public static final QRegExp.PatternSyntax RegExp2
RegExp
, but with greedy quantifiers
. This will be the default in Qt 5. (Introduced in Qt 4.2.)
Method Detail |
---|
public static QRegExp.PatternSyntax[] values()
public static QRegExp.PatternSyntax valueOf(java.lang.String name)
public int value()
value
in interface QtEnumerator
public static QRegExp.PatternSyntax resolve(int value)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |