|
Mantid
|
#include "MantidQtWidgets/Common/AlgorithmPropertiesWidget.h"#include "MantidAPI/Algorithm.h"#include "MantidAPI/AlgorithmManager.h"#include "MantidAPI/FrameworkManager.h"#include "MantidAPI/IAlgorithm.h"#include "MantidAPI/IWorkspaceProperty.h"#include "MantidKernel/IPropertySettings.h"#include "MantidKernel/Property.h"#include "MantidQtWidgets/Common/PropertyWidget.h"#include "MantidQtWidgets/Common/PropertyWidgetFactory.h"#include <QCoreApplication>#include <QGridLayout>#include <QGroupBox>#include <QScrollArea>#include <algorithm>#include <utility>#include <vector>Go to the source code of this file.
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 |
Functions | |
| bool | MantidQt::API::haveInputWS (const std::vector< Property * > &prop_list) |
| bool | MantidQt::API::isCalledInputWorkspace (PropertyWidget *const candidate) |