Freeciv-3.2
|
#include <mpgui_qt_worker.h>
Public Member Functions | |
void | run () |
void | download (QString URL_in, class mpgui *gui_in, struct fcmp_params *fcmp_in, dl_msg_callback msg_callback_in, dl_pb_callback pb_callback_in) |
Private Attributes | |
QString | URL |
class mpgui * | gui |
struct fcmp_params * | fcmp |
dl_msg_callback | msg_callback |
dl_pb_callback | pb_callback |
Definition at line 31 of file mpgui_qt_worker.h.
void mpqt_worker::download | ( | QString | URL_in, |
class mpgui * | gui_in, | ||
struct fcmp_params * | fcmp_in, | ||
dl_msg_callback | msg_callback_in, | ||
dl_pb_callback | pb_callback_in | ||
) |
Start thread to download and install given modpack.
Definition at line 63 of file mpgui_qt_worker.cpp.
Referenced by gui_download_modpack().
void mpqt_worker::run | ( | ) |
Run download thread
Definition at line 42 of file mpgui_qt_worker.cpp.
|
private |
Definition at line 45 of file mpgui_qt_worker.h.
Referenced by download(), and run().
Definition at line 44 of file mpgui_qt_worker.h.
Referenced by download(), and run().
|
private |
Definition at line 46 of file mpgui_qt_worker.h.
Referenced by download(), and run().
|
private |
Definition at line 47 of file mpgui_qt_worker.h.
Referenced by download(), and run().
|
private |
Definition at line 43 of file mpgui_qt_worker.h.
Referenced by download(), and run().