|
Mantid
|
#include "MantidQtWidgets/Common/WorkspaceMultiSelector.h"#include "MantidQtWidgets/Common/TableWidgetValidators.h"#include "MantidQtWidgets/Common/WorkspaceUtils.h"#include <Poco/AutoPtr.h>#include <Poco/NObserver.h>#include <Poco/Notification.h>#include <Poco/NotificationCenter.h>#include "MantidAPI/AlgorithmManager.h"#include "MantidAPI/MatrixWorkspace.h"#include "MantidAPI/WorkspaceGroup.h"#include <QCompleter>#include <QDebug>#include <QHeaderView>#include <QLineEdit>#include <QStyledItemDelegate>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::MantidWidgets |
Variables | |
| constexpr short | indexCol = 1 |
| constexpr short | namesCol = 0 |
|
constexpr |
Definition at line 30 of file WorkspaceMultiSelector.cpp.
Referenced by MantidQt::MantidWidgets::WorkspaceMultiSelector::addItem(), Mantid::Algorithms::IntegrateEPP::exec(), MantidQt::MantidWidgets::WorkspaceMultiSelector::renameItem(), MantidQt::MantidWidgets::WorkspaceMultiSelector::resetIndexRangeToDefault(), MantidQt::MantidWidgets::WorkspaceMultiSelector::retrieveSelectedNameIndexPairs(), and MantidQt::MantidWidgets::WorkspaceMultiSelector::unifyRange().
|
constexpr |
Definition at line 29 of file WorkspaceMultiSelector.cpp.
Referenced by MantidQt::MantidWidgets::WorkspaceMultiSelector::addItem(), MantidQt::MantidWidgets::WorkspaceMultiSelector::renameItem(), MantidQt::MantidWidgets::WorkspaceMultiSelector::resetIndexRangeToDefault(), and MantidQt::MantidWidgets::WorkspaceMultiSelector::retrieveSelectedNameIndexPairs().