Mantid
|
#include "MantidAPI/ScriptRepository.h"
#include "MantidQtWidgets/Common/DllOption.h"
#include <QAbstractItemModel>
#include <QDialog>
#include <QFutureWatcher>
#include <QList>
#include <QMessageBox>
#include <QModelIndex>
#include <QStringList>
#include <QVariant>
#include <QWidget>
Go to the source code of this file.
Classes | |
class | MantidQt::API::RepoModel |
RepoModel : Wrapper for ScriptRepository to fit the Model View Qt Framework. More... | |
class | MantidQt::API::RepoModel::DeleteQueryBox |
Auxiliary Dialog to get the option from the user about removing the entries from the local folder or the central repository. More... | |
class | MantidQt::API::RepoModel::RepoItem |
A nested class to help RepoModel to implement the QAbstractItemModel. More... | |
class | MantidQt::API::RepoModel::UploadForm |
Namespaces | |
namespace | MantidQt |
The AlgorithmProgressDialogPresenter keeps track of the running algorithms and displays a progress bar for them, and a property list. | |
namespace | MantidQt::API |
Variables | |
const QString | MantidQt::API::BOTHCHANGED = "CHANGED" |
const QString | MantidQt::API::BOTHUNCHANGED = "UPDATED" |
const QString | MantidQt::API::DELETABLEENTRY = "deletable" |
const QString | MantidQt::API::DOWNLOADST = "DOWNLOADING" |
const QString | MantidQt::API::LOCALCHANGED = "LOCAL_CHANGED" |
const QString | MantidQt::API::LOCALONLY = "LOCAL_ONLY" |
const QString | MantidQt::API::PROTECTEDENTRY = "protected" |
const QString | MantidQt::API::REMOTECHANGED = "REMOTE_CHANGED" |
const QString | MantidQt::API::REMOTEONLY = "REMOTE_ONLY" |
const QString | MantidQt::API::UPLOADST = "UPLOADING" |