|
|||||||||
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.Qt.CursorShape
public static final class Qt.CursorShape
This enum type defines the various cursors that can be used.
The standard arrow cursor is the default for widgets in a normal state.
Field Summary | |
---|---|
static Qt.CursorShape |
ArrowCursor
See the description for details. |
static Qt.CursorShape |
BitmapCursor
|
static Qt.CursorShape |
BlankCursor
A blank/invisible cursor, typically used when the cursor shape needs to be hidden. |
static Qt.CursorShape |
BusyCursor
See the description for details. |
static Qt.CursorShape |
ClosedHandCursor
See the description for details. |
static Qt.CursorShape |
CrossCursor
See the description for details. |
static Qt.CursorShape |
CustomCursor
|
static Qt.CursorShape |
ForbiddenCursor
See the description for details. |
static Qt.CursorShape |
IBeamCursor
See the description for details. |
static Qt.CursorShape |
OpenHandCursor
See the description for details. |
static Qt.CursorShape |
PointingHandCursor
See the description for details. |
static Qt.CursorShape |
SizeAllCursor
See the description for details. |
static Qt.CursorShape |
SizeBDiagCursor
See the description for details. |
static Qt.CursorShape |
SizeFDiagCursor
See the description for details. |
static Qt.CursorShape |
SizeHorCursor
See the description for details. |
static Qt.CursorShape |
SizeVerCursor
See the description for details. |
static Qt.CursorShape |
SplitHCursor
See the description for details. |
static Qt.CursorShape |
SplitVCursor
See the description for details. |
static Qt.CursorShape |
UpArrowCursor
See the description for details. |
static Qt.CursorShape |
WaitCursor
See the description for details. |
static Qt.CursorShape |
WhatsThisCursor
See the description for details. |
Method Summary | |
---|---|
static Qt.CursorShape |
resolve(int value)
|
int |
value()
This function should return an integer value for the enum values of the enumeration that implements this interface. |
static Qt.CursorShape |
valueOf(java.lang.String name)
|
static Qt.CursorShape[] |
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 Qt.CursorShape ArrowCursor
public static final Qt.CursorShape UpArrowCursor
public static final Qt.CursorShape CrossCursor
public static final Qt.CursorShape WaitCursor
public static final Qt.CursorShape IBeamCursor
public static final Qt.CursorShape SizeVerCursor
public static final Qt.CursorShape SizeHorCursor
public static final Qt.CursorShape SizeBDiagCursor
public static final Qt.CursorShape SizeFDiagCursor
public static final Qt.CursorShape SizeAllCursor
public static final Qt.CursorShape BlankCursor
public static final Qt.CursorShape SplitVCursor
public static final Qt.CursorShape SplitHCursor
public static final Qt.CursorShape PointingHandCursor
public static final Qt.CursorShape ForbiddenCursor
public static final Qt.CursorShape WhatsThisCursor
public static final Qt.CursorShape BusyCursor
public static final Qt.CursorShape OpenHandCursor
public static final Qt.CursorShape ClosedHandCursor
public static final Qt.CursorShape BitmapCursor
public static final Qt.CursorShape CustomCursor
Method Detail |
---|
public static Qt.CursorShape[] values()
public static Qt.CursorShape valueOf(java.lang.String name)
public int value()
value
in interface QtEnumerator
public static Qt.CursorShape resolve(int value)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |