You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
664 B
Java
17 lines
664 B
Java
//Auto-generated by kalyptus. DO NOT EDIT.
|
|
package org.kde.qt;
|
|
|
|
|
|
public interface QNetworkProtocolSignals {
|
|
void data(byte[] arg1, QNetworkOperation res);
|
|
void connectionStateChanged(int state, String data);
|
|
void finished(QNetworkOperation res);
|
|
void start(QNetworkOperation res);
|
|
// void newChildren(const QValueList<QUrlInfo>& arg1,QNetworkOperation* arg2); >>>> NOT CONVERTED
|
|
void newChild(QUrlInfo arg1, QNetworkOperation res);
|
|
void createdDirectory(QUrlInfo arg1, QNetworkOperation res);
|
|
void removed(QNetworkOperation res);
|
|
void itemChanged(QNetworkOperation res);
|
|
void dataTransferProgress(int bytesDone, int bytesTotal, QNetworkOperation res);
|
|
}
|