kget
#include <scandlg.h>
|
| virtual void | closeEvent (QCloseEvent *e) |
| |
| virtual void | error (const QString &) |
| |
| virtual void | finished () |
| |
| virtual void | progress (bt::Uint32 num, bt::Uint32 total) |
| |
| virtual void | status (bt::Uint32 failed, bt::Uint32 found, bt::Uint32 downloaded, bt::Uint32 not_downloaded) |
| |
Definition at line 76 of file scandlg.h.
| kt::ScanDlg::ScanDlg |
( |
QWidget * |
parent | ) |
|
| kt::ScanDlg::~ScanDlg |
( |
| ) |
|
|
virtual |
| void kt::ScanDlg::accept |
( |
| ) |
|
|
protectedvirtualslot |
| void kt::ScanDlg::closeEvent |
( |
QCloseEvent * |
e | ) |
|
|
protectedvirtual |
| void kt::ScanDlg::error |
( |
const QString & |
message | ) |
|
|
protectedvirtual |
| void kt::ScanDlg::execute |
( |
bt::TorrentInterface * |
tc, |
|
|
bool |
silently |
|
) |
| |
Starts the scan threadvent(QC.
Definition at line 164 of file scandlg.cpp.
| void kt::ScanDlg::finished |
( |
| ) |
|
|
protectedvirtual |
Scan finished, runs in app thread.
Definition at line 206 of file scandlg.cpp.
| void kt::ScanDlg::onCancelPressed |
( |
| ) |
|
|
protectedslot |
| void kt::ScanDlg::progress |
( |
bt::Uint32 |
num, |
|
|
bt::Uint32 |
total |
|
) |
| |
|
protectedvirtual |
Update progress info, runs in scan threadnted"))
Definition at line 190 of file scandlg.cpp.
| void kt::ScanDlg::reject |
( |
| ) |
|
|
protectedvirtualslot |
| void kt::ScanDlg::scan |
( |
| ) |
|
|
protectedslot |
| void kt::ScanDlg::status |
( |
bt::Uint32 |
failed, |
|
|
bt::Uint32 |
found, |
|
|
bt::Uint32 |
downloaded, |
|
|
bt::Uint32 |
not_downloaded |
|
) |
| |
|
protectedvirtual |
Update status info, runs in scan thread.
Definition at line 197 of file scandlg.cpp.
| void kt::ScanDlg::update |
( |
| ) |
|
|
protectedslot |
Updates the GUI in app thread.
Definition at line 276 of file scandlg.cpp.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:53:18 by
doxygen 1.8.7 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.