Mercurial > hg > svcore
comparison data/fileio/RemoteFile.h @ 214:ce6f65ab3327
* Add large chunks of context help in the optional status bar
* Add an extra overlay mode in which even the centre frame is disabled
* Fixes to FTP retrieval
author | Chris Cannam |
---|---|
date | Fri, 19 Jan 2007 13:13:14 +0000 |
parents | e2bbb58e6df6 |
children | 4fc6f49436b3 |
comparison
equal
deleted
inserted
replaced
213:e0e7f6c5fda9 | 214:ce6f65ab3327 |
---|---|
53 void progress(int percent); | 53 void progress(int percent); |
54 void ready(); | 54 void ready(); |
55 | 55 |
56 protected slots: | 56 protected slots: |
57 void dataReadProgress(int done, int total); | 57 void dataReadProgress(int done, int total); |
58 void responseHeaderReceived(const QHttpResponseHeader &resp); | 58 void httpResponseHeaderReceived(const QHttpResponseHeader &resp); |
59 void ftpCommandFinished(int, bool); | |
59 void dataTransferProgress(qint64 done, qint64 total); | 60 void dataTransferProgress(qint64 done, qint64 total); |
60 void done(bool error); | 61 void done(bool error); |
61 void showProgressDialog(); | 62 void showProgressDialog(); |
62 void cancelled(); | 63 void cancelled(); |
63 | 64 |