|
|||||||||
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.DropAction
public static final class Qt.DropAction
Field Summary | |
---|---|
static Qt.DropAction |
ActionMask
Value: ActionMask |
static Qt.DropAction |
CopyAction
Copy the data to the target. |
static Qt.DropAction |
IgnoreAction
Ignore the action (do nothing with the data). |
static Qt.DropAction |
LinkAction
Create a link from the source to the target. |
static Qt.DropAction |
MoveAction
Move the data from the source to the target. |
static Qt.DropAction |
TargetMoveAction
|
Method Summary | |
---|---|
static Qt.DropActions |
createQFlags(Qt.DropAction[] values)
|
static Qt.DropAction |
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.DropAction |
valueOf(java.lang.String name)
|
static Qt.DropAction[] |
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.DropAction CopyAction
public static final Qt.DropAction MoveAction
public static final Qt.DropAction LinkAction
public static final Qt.DropAction ActionMask
public static final Qt.DropAction TargetMoveAction
public static final Qt.DropAction IgnoreAction
Method Detail |
---|
public static Qt.DropAction[] values()
public static Qt.DropAction valueOf(java.lang.String name)
public int value()
value
in interface QtEnumerator
public static Qt.DropActions createQFlags(Qt.DropAction[] values)
public static Qt.DropAction resolve(int value)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |