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>
25class QNetworkAccessManager;
36 public Ui_DownloadPDBFileData,
45 bool modal = false, Qt::WindowFlags fl = 0 );
HashMap class based on the STL map (containing serveral convenience functions).
QNetworkAccessManager * network_manager_
virtual void writePreferences(INIFile &inifile)
void checkMenu(MainControl &mc)
bool threadedDownload_(const String &url)
void removeFile_(const String &filename)
DownloadPDBFile(QWidget *parent=0, const char *name="DownloadPDBFileDialog", bool modal=false, Qt::WindowFlags fl=0)
void downloadProgress(qint64 received, qint64 total)
virtual void fetchPreferences(INIFile &inifile)
QNetworkReply * current_reply_
HashSet< String > unsupported_images_
QProgressBar * progress_bar_
virtual void initializeWidget(VIEW::MainControl &main_control)
HashMap< String, QImage > image_cache_
#define BALL_EMBEDDABLE(TYPE, BASE)