You can not 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
689 B
17 lines
689 B
//Auto-generated by kalyptus. DO NOT EDIT.
|
|
package org.trinitydesktop.qt;
|
|
|
|
|
|
public interface TQNetworkProtocolSignals {
|
|
void data(byte[] arg1, TQNetworkOperation res);
|
|
void connectionStateChanged(int state, String data);
|
|
void finished(TQNetworkOperation res);
|
|
void start(TQNetworkOperation res);
|
|
// void newChildren(const TQValueList<TQUrlInfo>& arg1,TQNetworkOperation* arg2); >>>> NOT CONVERTED
|
|
void newChild(TQUrlInfo arg1, TQNetworkOperation res);
|
|
void createdDirectory(TQUrlInfo arg1, TQNetworkOperation res);
|
|
void removed(TQNetworkOperation res);
|
|
void itemChanged(TQNetworkOperation res);
|
|
void dataTransferProgress(int bytesDone, int bytesTotal, TQNetworkOperation res);
|
|
}
|