#include "DllOption.h"
#include "MantidAPI/AnalysisDataService.h"
#include <QStringList>
#include <QTableWidget>
#include <mutex>
#include <optional>
#include <Poco/AutoPtr.h>
#include <Poco/NObserver.h>
Go to the source code of this file.
|
| namespace | MantidQt |
| | The AlgorithmProgressDialogPresenter keeps track of the running algorithms and displays a progress bar for them, and a property list.
|
| |
| namespace | MantidQt::MantidWidgets |
| |
|
| typedef std::vector< std::pair< std::string, std::string > > | StringPairVec |
| |
◆ StringPairVec
| typedef std::vector<std::pair<std::string, std::string> > StringPairVec |