16namespace MantidWidgets {
18class IWorkspaceDockView;
19class WorkspaceProvider;
44 void groupWorkspaces();
45 void ungroupWorkspaces();
46 void sortWorkspaces();
47 void deleteWorkspaces();
48 void clearWorkspaces();
49 void saveSingleWorkspace();
50 void saveWorkspaceCollection();
51 void filterWorkspaces();
52 void populateAndShowWorkspaceContextMenu();
53 void showWorkspaceData();
54 void showInstrumentView();
57 void plotSpectrumWithErrors();
58 void plotSpectrumAdvanced();
59 void showColourFillPlot();
60 void showDetectorsTable();
61 void showBoxDataTable();
64 void showSpectrumViewer();
65 void showSliceViewer();
67 void showSampleMaterialWindow();
68 void showAlgorithmHistory();
69 void showTransposed();
70 void convertToMatrixWorkspace();
71 void convertMDHistoToMatrixWorkspace();
73 void refreshWorkspaces();
75 void workspaceLoaded();
76 void workspaceRenamed();
77 void workspacesGrouped();
78 void workspacesUngrouped();
79 void workspaceGroupUpdated();
80 void workspacesDeleted();
81 void workspacesCleared();
#define EXPORT_OPT_MANTIDQT_COMMON
The AlgorithmProgressDialogPresenter keeps track of the running algorithms and displays a progress ba...
void renameWorkspace(const IAlgorithm_sptr &renamer, const Workspace_sptr &workspace, const std::string &newName)