Go to the documentation of this file.
4 #ifndef BALL_VIEW_DIALOGS_DOWNLOADELECTRONDENSITY_H
5 #define BALL_VIEW_DIALOGS_DOWNLOADELECTRONDENSITY_H
7 #include <BALL/VIEW/UIC/ui_downloadElectronDensity.h>
9 #ifndef BALL_VIEW_KERNEL_MODULARWIDGET_H
13 #ifndef BALL_DATATYPE_HASHSET_H
17 #include <BALL/VIEW/UIC/ui_downloadElectronDensity.h>
19 #include <QtNetwork/QNetworkReply>
22 class QNetworkAccessManager;
37 public Ui_DownloadElectronDensityData,
46 bool modal = false, Qt::WindowFlags fl = 0 );
52 virtual
void initializeWidget(VIEW::
MainControl& main_control);
55 virtual
void fetchPreferences(
INIFile& inifile);
58 virtual
void writePreferences(
INIFile& inifile);
63 void setEDSPrefix(
String s) { eds_prefix_ = s;}
HashSet< String > unsupported_images_
HashMap class based on the STL map (containing serveral convenience functions)
HashMap< String, QImage > image_cache_
void checkMenu(MainControl &mc)
void removeFile_(const String &filename)
void pdbDownloadChecked()
#define BALL_EMBEDDABLE(TYPE, BASE)
void setEMDBPrefix(String s)
void setEDSSuffix(String s)
bool threadedDownload_(const String &url)
QNetworkReply * current_reply_
void downloadProgress(qint64 received, qint64 total)
void setEMDBSuffix(String s)
QProgressBar * progress_bar_
QNetworkAccessManager * network_manager_