Revision 1788 trunk/client/gui_qt/DownloadQueueModel.h

DownloadQueueModel.h (revision 1788)
20 20
    int rowCount(const QModelIndex &parent = QModelIndex()) const;
21 21
    int columnCount(const QModelIndex &parent = QModelIndex()) const;
22 22

                
23
    DownloadQueueItem *itemForIndex(const QModelIndex &index) const;
24

                
23 25
private:
24 26
    void loadDownloadQueue(QNNTPGrabGlue *glue);
25 27
    int calculateProgress(quint64 size, quint64 sizeRemaining);
... ...
44 46
    void onTrafficMonitorUpdate(int bytes_received1, int bytes_received2, int bytes_received3, int bytes_received4, int bytes_received5, int bytes_received6, int bytes_received7, int bytes_received8, int bytes_received9, int bytes_received10, QDateTime stamp, double average);
45 47

                
46 48
signals:
49
    void requestColumnResize(DownloadQueueItem::field column);
47 50

                
48 51
public slots:
49 52

                

Also available in: Unified diff