|
|||||||||
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.QAbstractItemView.CursorAction
public static final class QAbstractItemView.CursorAction
This enum describes the different ways to navigate between items,
moveCursor()
.
Field Summary | |
---|---|
static QAbstractItemView.CursorAction |
MoveDown
Move to the item below the current item. |
static QAbstractItemView.CursorAction |
MoveEnd
Move to the bottom-right corner item. |
static QAbstractItemView.CursorAction |
MoveHome
Move to the top-left corner item. |
static QAbstractItemView.CursorAction |
MoveLeft
Move to the item left of the current item. |
static QAbstractItemView.CursorAction |
MoveNext
Move to the item after the current item. |
static QAbstractItemView.CursorAction |
MovePageDown
Move one page down below the current item. |
static QAbstractItemView.CursorAction |
MovePageUp
Move one page up above the current item. |
static QAbstractItemView.CursorAction |
MovePrevious
Move to the item before the current item. |
static QAbstractItemView.CursorAction |
MoveRight
Move to the item right of the current item. |
static QAbstractItemView.CursorAction |
MoveUp
Move to the item above the current item. |
Method Summary | |
---|---|
static QAbstractItemView.CursorAction |
resolve(int value)
|
int |
value()
This function should return an integer value for the enum values of the enumeration that implements this interface. |
static QAbstractItemView.CursorAction |
valueOf(java.lang.String name)
|
static QAbstractItemView.CursorAction[] |
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 QAbstractItemView.CursorAction MoveUp
public static final QAbstractItemView.CursorAction MoveDown
public static final QAbstractItemView.CursorAction MoveLeft
public static final QAbstractItemView.CursorAction MoveRight
public static final QAbstractItemView.CursorAction MoveHome
public static final QAbstractItemView.CursorAction MoveEnd
public static final QAbstractItemView.CursorAction MovePageUp
public static final QAbstractItemView.CursorAction MovePageDown
public static final QAbstractItemView.CursorAction MoveNext
public static final QAbstractItemView.CursorAction MovePrevious
Method Detail |
---|
public static QAbstractItemView.CursorAction[] values()
public static QAbstractItemView.CursorAction valueOf(java.lang.String name)
public int value()
value
in interface QtEnumerator
public static QAbstractItemView.CursorAction resolve(int value)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |