org.kde.qt
public class QNetworkOperation extends QObject
| Constructor Summary | |
|---|---|
| protected | QNetworkOperation(Class dummy) |
| QNetworkOperation(int operation, String arg0, String arg1, String arg2) | |
| QNetworkOperation(int operation, byte[] arg0, byte[] arg1, byte[] arg2) | |
| Method Summary | |
|---|---|
| String | arg(int num) |
| String | className() |
| void | dispose() Delete the wrapped C++ instance ahead of finalize() |
| int | errorCode() |
| protected void | finalize() Deletes the wrapped C++ instance |
| void | free() |
| boolean | isDisposed() Has the wrapped C++ instance been deleted? |
| QMetaObject | metaObject() |
| int | operation() |
| String | protocolDetail() |
| byte[] | rawArg(int num) |
| void | setArg(int num, String arg) |
| void | setErrorCode(int ec) |
| void | setProtocolDetail(String detail) |
| void | setRawArg(int num, byte[] arg) |
| void | setState(int state) |
| int | state() |
| static String | tr(String arg1, String arg2) |
| static String | tr(String arg1) |