|
|||||||||
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.QTextCursor.MoveOperation
public static final class QTextCursor.MoveOperation
movePosition()
.
Field Summary | |
---|---|
static QTextCursor.MoveOperation |
Down
Move down one line. |
static QTextCursor.MoveOperation |
End
Move to the end of the document. |
static QTextCursor.MoveOperation |
EndOfBlock
Move to the end of the current block. |
static QTextCursor.MoveOperation |
EndOfLine
Move to the end of the current line. |
static QTextCursor.MoveOperation |
EndOfWord
Move to the end of the current word. |
static QTextCursor.MoveOperation |
Left
Move left one character. |
static QTextCursor.MoveOperation |
NextBlock
Move to the beginning of the next block. |
static QTextCursor.MoveOperation |
NextCharacter
Move to the next character. |
static QTextCursor.MoveOperation |
NextWord
Move to the next word. |
static QTextCursor.MoveOperation |
NoMove
Keep the cursor where it is |
static QTextCursor.MoveOperation |
PreviousBlock
Move to the start of the previous block. |
static QTextCursor.MoveOperation |
PreviousCharacter
Move to the previous character. |
static QTextCursor.MoveOperation |
PreviousWord
Move to the beginning of the previous word. |
static QTextCursor.MoveOperation |
Right
Move right one character. |
static QTextCursor.MoveOperation |
Start
Move to the start of the document. |
static QTextCursor.MoveOperation |
StartOfBlock
Move to the start of the current block. |
static QTextCursor.MoveOperation |
StartOfLine
Move to the start of the current line. |
static QTextCursor.MoveOperation |
StartOfWord
Move to the start of the current word. |
static QTextCursor.MoveOperation |
Up
Move up one line. |
static QTextCursor.MoveOperation |
WordLeft
Move left one word. |
static QTextCursor.MoveOperation |
WordRight
Move right one word. |
Method Summary | |
---|---|
static QTextCursor.MoveOperation |
resolve(int value)
|
int |
value()
This function should return an integer value for the enum values of the enumeration that implements this interface. |
static QTextCursor.MoveOperation |
valueOf(java.lang.String name)
|
static QTextCursor.MoveOperation[] |
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 QTextCursor.MoveOperation NoMove
public static final QTextCursor.MoveOperation Start
public static final QTextCursor.MoveOperation Up
public static final QTextCursor.MoveOperation StartOfLine
public static final QTextCursor.MoveOperation StartOfBlock
public static final QTextCursor.MoveOperation StartOfWord
public static final QTextCursor.MoveOperation PreviousBlock
public static final QTextCursor.MoveOperation PreviousCharacter
public static final QTextCursor.MoveOperation PreviousWord
public static final QTextCursor.MoveOperation Left
public static final QTextCursor.MoveOperation WordLeft
public static final QTextCursor.MoveOperation End
public static final QTextCursor.MoveOperation Down
public static final QTextCursor.MoveOperation EndOfLine
public static final QTextCursor.MoveOperation EndOfWord
public static final QTextCursor.MoveOperation EndOfBlock
public static final QTextCursor.MoveOperation NextBlock
public static final QTextCursor.MoveOperation NextCharacter
public static final QTextCursor.MoveOperation NextWord
public static final QTextCursor.MoveOperation Right
public static final QTextCursor.MoveOperation WordRight
Method Detail |
---|
public static QTextCursor.MoveOperation[] values()
public static QTextCursor.MoveOperation valueOf(java.lang.String name)
public int value()
value
in interface QtEnumerator
public static QTextCursor.MoveOperation resolve(int value)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |