BALL
1.4.2
|
#include <BALL/VIEW/DIALOGS/downloadElectronDensity.h>
Public Slots | |
void | slotDownload () |
void | idChanged () |
void | serverChanged () |
void | typeChanged () |
void | pdbDownloadChecked () |
virtual void | abort () |
void | downloadFinished () |
void | downloadProgress (qint64 received, qint64 total) |
Public Member Functions | |
DownloadElectronDensity (QWidget *parent=0, const char *name="DownloadElectronDensityDialog", bool modal=FALSE, Qt::WFlags fl=0) | |
~DownloadElectronDensity () | |
virtual void | initializeWidget (VIEW::MainControl &main_control) |
virtual void | fetchPreferences (INIFile &inifile) |
virtual void | writePreferences (INIFile &inifile) |
void | setEDSPrefix (String s) |
void | setEDSSuffix (String s) |
void | setEMDBPrefix (String s) |
void | setEMDBSuffix (String s) |
void | checkMenu (MainControl &mc) |
Public Member Functions inherited from BALL::VIEW::ModularWidget | |
void | setWorkingDirFromFilename_ (String filename) |
virtual void | showHelp (const String &url) |
ModularWidget (const char *name="<ModularWidget>") | |
ModularWidget (const ModularWidget &widget) | |
virtual | ~ModularWidget () |
virtual void | destroy () |
virtual void | clear () |
QAction * | insertMenuEntry (Position parent_id, const String &name, const QObject *receiver=0, const char *slot=0, const String &description="", QKeySequence accel=QKeySequence()) |
void | setMenuHint (const String &hint) |
void | setMenuHelp (const String &url) |
virtual void | registerForHelpSystem (const QObject *object, const String &url) |
virtual void | addToolBarEntries (QToolBar *main_tb) |
void | setIcon (const String &filename, bool add_to_main_toolbar=true) |
virtual void | initializePreferencesTab (Preferences &preferences) |
virtual void | finalizePreferencesTab (Preferences &preferences) |
virtual void | applyPreferences () |
bool | lockComposites () |
bool | unlockComposites () |
Unlock the Composites. More... | |
MainControl * | getMainControl () const |
virtual void | setStatusbarText (const String &text, bool important=false) |
virtual void | setStatusbarText (const QString &text, bool important=false) |
More... | |
String | getWorkingDir () |
Implemented for convenience. More... | |
void | setWorkingDir (const String &dir) |
Implemented for convenience. More... | |
FragmentDB & | getFragmentDB () const |
virtual void | dump (std::ostream &s=std::cout, Size depth=0) const |
virtual void | finalizeWidget (MainControl &main_control) |
virtual bool | canHandle (const String &) const |
virtual bool | openFile (const String &) |
Public Member Functions inherited from BALL::Embeddable | |
Embeddable (const String &identifier="<Embeddable>") | |
Embeddable (const Embeddable &embeddable) | |
virtual | ~Embeddable () |
void | setIdentifier (const String &identifier) |
const String & | getIdentifier () const |
void | unregisterThis () |
virtual void | registerThis () |
Public Member Functions inherited from BALL::VIEW::ConnectionObject | |
ConnectionObject () | |
virtual | ~ConnectionObject () |
void | registerConnectionObject (ConnectionObject &object) |
void | unregisterConnectionObject (ConnectionObject &object) |
bool | isConnectionObjectRegistered (const ConnectionObject &object) |
ConnectionObject * | getParent () const |
ConnectionObject * | getRoot () |
virtual void | onNotify (Message *message) |
virtual bool | isValid () const |
Protected Member Functions | |
void | downloadStarted_ () |
void | downloadEnded_ () |
bool | threadedDownload_ (const String &url) |
void | removeFile_ (const String &filename) |
Protected Attributes | |
bool | aborted_ |
bool | error_ |
HashMap< String, QImage > | image_cache_ |
HashSet< String > | unsupported_images_ |
QAction * | menu_id_ |
String | eds_prefix_ |
String | eds_infix_ |
String | eds_suffix_ |
String | emdb_prefix_ |
String | emdb_infix_ |
String | emdb_suffix_ |
QNetworkReply * | current_reply_ |
QProgressBar * | progress_bar_ |
QNetworkAccessManager * | network_manager_ |
Protected Attributes inherited from BALL::VIEW::ModularWidget | |
QAction * | window_menu_entry_ |
bool | show_window_enty_ |
bool | default_visible_ |
QAction * | last_action_ |
QList< QAction * > | main_toolbar_actions_ |
Additional Inherited Members | |
Public Types inherited from BALL::Embeddable | |
typedef std::vector< Embeddable * > | EmbeddableVector |
Static Public Member Functions inherited from BALL::VIEW::ModularWidget | |
static void | registerWidget (ModularWidget *mwidget) throw (Exception::NullPointer) |
Static Protected Member Functions inherited from BALL::Embeddable | |
static void | registerInstance_ (const std::type_info &type, const Embeddable *instance) |
static void | unregisterInstance_ (const Embeddable *instance) |
static Size | countInstances_ (const std::type_info &type) |
static Embeddable * | getInstance_ (const std::type_info &type, Position index) |
static Embeddable * | getInstance_ (const std::type_info &type, const String &identifier) |
Dialog to search for and download electron density maps from either the Uppsala Electron-Density Server or the Electron Microscopy Data Bank.
Definition at line 35 of file downloadElectronDensity.h.
BALL::VIEW::DownloadElectronDensity::DownloadElectronDensity | ( | QWidget * | parent = 0 , |
const char * | name = "DownloadElectronDensityDialog" , |
||
bool | modal = FALSE , |
||
Qt::WFlags | fl = 0 |
||
) |
BALL::VIEW::DownloadElectronDensity::~DownloadElectronDensity | ( | ) |
|
virtualslot |
|
virtual |
Menu checking method. This method is called MainControl::checkMenus before a popup menu is shown. It should be used to update the state of menu entries (e.g. disable or enable entries).
main_control | the MainControl object whose menus should be checked |
Reimplemented from BALL::VIEW::ModularWidget.
|
protected |
|
slot |
|
slot |
|
protected |
|
virtual |
Fetch the widgets preferences from the INIFile. This method is called automatically by MainControl::show() at the start of the application.
inifile | the INIFile that contains the needed values |
Reimplemented from BALL::VIEW::ModularWidget.
|
slot |
|
virtual |
Initialize the widget. This method is called automatically immediately before the main application is started. It should add the widget's menu entries and connections (if required). This method will be called by MainControl::show.
main_control | the MainControl object to be initialized with this ModularWidget |
Reimplemented from BALL::VIEW::ModularWidget.
|
slot |
|
protected |
|
slot |
|
inline |
Set the prefix for the Uppsala Electron Density Server url
Standard: http://www.eds.bmc.uu.se/eds/sfd/
Definition at line 63 of file downloadElectronDensity.h.
|
inline |
Set the suffix for the Uppsala Electron Density Server url
Standard: (.omap)
Definition at line 68 of file downloadElectronDensity.h.
|
inline |
Set the prefix for the Electron Microscopy Data Bank url
Standard: http://www.eds.bmc.uu.se/eds/sfd/
Definition at line 73 of file downloadElectronDensity.h.
|
inline |
Set the suffix for the Electron Microscopy Data Bank url
Standard: (.omap)
Definition at line 78 of file downloadElectronDensity.h.
|
slot |
|
slot |
|
virtual |
Writes the widgets preferences to the INIFile. This method is called automatically by MainControl::aboutToExit at the end of the application.
inifile | the INIFile to contain the values |
Reimplemented from BALL::VIEW::ModularWidget.
|
protected |
Definition at line 121 of file downloadElectronDensity.h.
|
protected |
Definition at line 134 of file downloadElectronDensity.h.
|
protected |
Definition at line 130 of file downloadElectronDensity.h.
|
protected |
Definition at line 130 of file downloadElectronDensity.h.
|
protected |
Definition at line 130 of file downloadElectronDensity.h.
|
protected |
Definition at line 131 of file downloadElectronDensity.h.
|
protected |
Definition at line 131 of file downloadElectronDensity.h.
|
protected |
Definition at line 131 of file downloadElectronDensity.h.
|
protected |
Definition at line 122 of file downloadElectronDensity.h.
Definition at line 124 of file downloadElectronDensity.h.
|
protected |
Definition at line 129 of file downloadElectronDensity.h.
|
protected |
Definition at line 138 of file downloadElectronDensity.h.
|
protected |
Definition at line 137 of file downloadElectronDensity.h.
Definition at line 127 of file downloadElectronDensity.h.