#include <BALL/FORMAT/pubchemDownloader.h>
Detailed Description
Definition at line 16 of file pubchemDownloader.h.
Constructor & Destructor Documentation
BALL::PubChemDownloader::PubChemDownloader |
( |
| ) |
|
virtual BALL::PubChemDownloader::~PubChemDownloader |
( |
| ) |
|
|
inlinevirtual |
Member Function Documentation
void BALL::PubChemDownloader::addTextNode_ |
( |
const String & |
value | ) |
|
|
protected |
void BALL::PubChemDownloader::buildSimpleTree_ |
( |
const String & |
names | ) |
|
|
protected |
void BALL::PubChemDownloader::dataTransferProgress |
( |
qint64 |
done, |
|
|
qint64 |
total |
|
) |
| |
|
slot |
void BALL::PubChemDownloader::downloadFinished |
( |
bool |
error | ) |
|
|
slot |
void BALL::PubChemDownloader::downloadFinished |
( |
const QString & |
filename | ) |
|
|
signal |
void BALL::PubChemDownloader::downloadProgress |
( |
qint64 |
done, |
|
|
qint64 |
total |
|
) |
| |
|
signal |
bool BALL::PubChemDownloader::downloadSDF |
( |
const String & |
query, |
|
|
const String & |
filename, |
|
|
bool |
blocking = true |
|
) |
| |
QDomDocument BALL::PubChemDownloader::pollPubChem_ |
( |
const QString & |
request_id | ) |
|
|
protected |
Member Data Documentation
QDomElement BALL::PubChemDownloader::current_node_ |
|
protected |
String BALL::PubChemDownloader::esearch_base_url_ |
|
protected |
QFtp BALL::PubChemDownloader::ftp_ |
|
protected |
QDomElement BALL::PubChemDownloader::last_node_ |
|
protected |
QFile BALL::PubChemDownloader::outfile_ |
|
protected |
String BALL::PubChemDownloader::pug_base_url_ |
|
protected |
QDomDocument BALL::PubChemDownloader::request_ |
|
protected |