12#include "ui_AddWorkspaceDialog.h"
21namespace MantidWidgets {
34 std::vector<Mantid::API::MatrixWorkspace_const_sptr> getWorkspaces()
const;
46 void handleCancelClicked();
47 void handleOKClicked();
50 void workspaceNameChanged(
const QString & );
51 void selectAllSpectra(
int state);
54 void addWorkspacesFromGroup(std::vector<Mantid::API::MatrixWorkspace_const_sptr> &workspaces,
57 QStringList availableWorkspaces()
const;
58 void findCommonMaxIndex(
const QString &wsName);
#define EXPORT_OPT_MANTIDQT_COMMON
The AlgorithmProgressDialogPresenter keeps track of the running algorithms and displays a progress ba...
std::shared_ptr< const WorkspaceGroup > WorkspaceGroup_const_sptr
shared pointer to Mantid::API::WorkspaceGroup, pointer to const version