5 #ifndef BALL_VIEW_DIALOGS_DOWNLOADPDBFILE_H
6 #define BALL_VIEW_DIALOGS_DOWNLOADPDBFILE_H
8 #ifndef BALL_COMMON_GLOBAL_H
12 #ifndef BALL_VIEW_KERNEL_MODULARWIDGET_H
16 #ifndef BALL_DATATYPE_HASHSET_H
20 #include <BALL/VIEW/UIC/ui_downloadPDBFile.h>
22 #include <QtNetwork/QNetworkReply>
25 class QNetworkAccessManager;
36 public Ui_DownloadPDBFileData,
45 bool modal = false, Qt::WindowFlags fl = 0 );
51 virtual
void initializeWidget(VIEW::
MainControl& main_control);
54 virtual
void fetchPreferences(
INIFile& inifile);
57 virtual
void writePreferences(
INIFile& inifile);
62 void setPrefix(
String s) { prefix_ = s;}
#define BALL_EMBEDDABLE(TYPE, BASE)
HashMap class based on the STL map (containing serveral convenience functions)
QNetworkAccessManager * network_manager_
void checkMenu(MainControl &mc)
bool threadedDownload_(const String &url)
void removeFile_(const String &filename)
void downloadProgress(qint64 received, qint64 total)
QNetworkReply * current_reply_
HashSet< String > unsupported_images_
QProgressBar * progress_bar_
HashMap< String, QImage > image_cache_