|
Mantid
|
#include "MantidQtWidgets/Common/RepoModel.h"#include "MantidAPI/ScriptRepositoryFactory.h"#include <utility>#include <vector>#include "MantidKernel/ConfigService.h"#include "MantidKernel/Logger.h"#include "MantidQtIcons/Icon.h"#include <QIcon>#include <QPixmap>#include <QMessageBox>#include <QtConcurrentRun>#include <stdexcept>Go to the source code of this file.
Functions | |
| static QString | download_thread (Mantid::API::ScriptRepository_sptr &pt, const std::string &path) |
| Executes the download from ScriptRepository. | |
Variables | |
| const char * | nofile_flag = "nofile" |
|
static |
Executes the download from ScriptRepository.
This function will be executed in a separate thread
Definition at line 36 of file RepoModel.cpp.
References Mantid::API::ScriptRepoException::what().
Referenced by MantidQt::API::RepoModel::setData().
| const char* nofile_flag = "nofile" |
Definition at line 32 of file RepoModel.cpp.
Referenced by MantidQt::API::RepoModel::downloadFinished(), and MantidQt::API::RepoModel::RepoModel().