org.kde.qt
public class QDropEvent extends QEvent implements QMimeSourceInterface
| Field Summary | |
|---|---|
| static int | Copy |
| static int | Link |
| static int | Move |
| static int | Private |
| static int | UserAction |
| Constructor Summary | |
|---|---|
| protected | QDropEvent(Class dummy) |
| QDropEvent(QPoint pos, int typ) | |
| QDropEvent(QPoint pos) | |
| Method Summary | |
|---|---|
| void | accept(boolean y) |
| void | accept() |
| void | acceptAction(boolean y) |
| void | acceptAction() |
| int | action() |
| byte[] | data(String f) |
| void | dispose() Delete the wrapped C++ instance ahead of finalize() |
| byte[] | encodedData(String arg1) |
| protected void | finalize() Deletes the wrapped C++ instance |
| String | format(int n) |
| String | format() |
| void | ignore() |
| boolean | isAccepted() |
| boolean | isActionAccepted() |
| boolean | isDisposed() Has the wrapped C++ instance been deleted? |
| protected long | mimeSource() Internal method |
| QPoint | pos() |
| boolean | provides(String arg1) |
| int | serialNumber() |
| void | setAction(int a) |
| void | setPoint(QPoint np) |
| QWidget | source() |