BALL::VIEW::DownloadPDBFile Class Reference
[QT Dialogs]
#include <BALL/VIEW/DIALOGS/downloadPDBFile.h>
List of all members.
Detailed Description
Dialog to search for and download structure files from the PDB data bank.
Constructor & Destructor Documentation
BALL::VIEW::DownloadPDBFile::DownloadPDBFile |
( |
QWidget * |
parent = 0 , |
|
|
const char * |
name = "DownloadPDBFileDialog" , |
|
|
bool |
modal = FALSE , |
|
|
Qt::WFlags |
fl = 0 | |
|
) |
| | |
BALL::VIEW::DownloadPDBFile::~DownloadPDBFile |
( |
|
) |
|
Member Function Documentation
virtual void BALL::VIEW::DownloadPDBFile::abort |
( |
|
) |
[virtual, slot] |
void BALL::VIEW::DownloadPDBFile::checkMenu |
( |
MainControl & |
main_control |
) |
[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).
- Parameters:
-
| main_control | the MainControl object whose menus should be checked |
Reimplemented from BALL::VIEW::ModularWidget.
void BALL::VIEW::DownloadPDBFile::downloadEnded_ |
( |
|
) |
[protected] |
void BALL::VIEW::DownloadPDBFile::downloadStarted_ |
( |
|
) |
[protected] |
virtual void BALL::VIEW::DownloadPDBFile::fetchPreferences |
( |
INIFile & |
inifile |
) |
[virtual] |
void BALL::VIEW::DownloadPDBFile::idChanged |
( |
|
) |
[slot] |
virtual void BALL::VIEW::DownloadPDBFile::initializeWidget |
( |
VIEW::MainControl & |
main_control |
) |
[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.
- Parameters:
-
- See also:
- finalizeWidget()
Reimplemented from BALL::VIEW::ModularWidget.
void BALL::VIEW::DownloadPDBFile::removeFile_ |
( |
const String & |
filename |
) |
[protected] |
void BALL::VIEW::DownloadPDBFile::setPrefix |
( |
String |
s |
) |
[inline] |
void BALL::VIEW::DownloadPDBFile::setProxyAndTransfer_ |
( |
TCPTransfer & |
tcp |
) |
[protected] |
void BALL::VIEW::DownloadPDBFile::setSuffix |
( |
String |
s |
) |
[inline] |
Set the suffix for the PDB.org url
Standard: (.pdb)
void BALL::VIEW::DownloadPDBFile::slotDownload |
( |
|
) |
[slot] |
bool BALL::VIEW::DownloadPDBFile::threadedDownload_ |
( |
const String & |
url |
) |
[protected] |
virtual void BALL::VIEW::DownloadPDBFile::writePreferences |
( |
INIFile & |
inifile |
) |
[virtual] |
Member Data Documentation