|
|||||||||
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.QTextBoundaryFinder.BoundaryReason
public static final class QTextBoundaryFinder.BoundaryReason
Field Summary | |
---|---|
static QTextBoundaryFinder.BoundaryReason |
EndWord
The boundary finder is at the end of a word. |
static QTextBoundaryFinder.BoundaryReason |
NotAtBoundary
The boundary finder is not at a boundary position. |
static QTextBoundaryFinder.BoundaryReason |
StartWord
The boundary finder is at the start of a word. |
Method Summary | |
---|---|
static QTextBoundaryFinder.BoundaryReasons |
createQFlags(QTextBoundaryFinder.BoundaryReason[] values)
|
static QTextBoundaryFinder.BoundaryReason |
resolve(int value)
|
int |
value()
This function should return an integer value for the enum values of the enumeration that implements this interface. |
static QTextBoundaryFinder.BoundaryReason |
valueOf(java.lang.String name)
|
static QTextBoundaryFinder.BoundaryReason[] |
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 QTextBoundaryFinder.BoundaryReason NotAtBoundary
public static final QTextBoundaryFinder.BoundaryReason StartWord
public static final QTextBoundaryFinder.BoundaryReason EndWord
Method Detail |
---|
public static QTextBoundaryFinder.BoundaryReason[] values()
public static QTextBoundaryFinder.BoundaryReason valueOf(java.lang.String name)
public int value()
value
in interface QtEnumerator
public static QTextBoundaryFinder.BoundaryReasons createQFlags(QTextBoundaryFinder.BoundaryReason[] values)
public static QTextBoundaryFinder.BoundaryReason resolve(int value)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |