|
Mantid
|
WorkspaceTreeWidget implementation for the Workbench - required for some function overides. More...
#include <WorkspaceTreeWidgetSimple.h>
Signals | |
| void | contextMenuAboutToShow (void) |
| void | overplotMDHistoClicked (const QStringList &workspaceNames) |
| void | overplotMDHistoWithErrorsClicked (const QStringList &workspaceNames) |
| void | overplotSpectrumClicked (const QStringList &workspaceNames) |
| void | overplotSpectrumWithErrorsClicked (const QStringList &workspaceNames) |
| void | plotAdvancedClicked (const QStringList &workspaceNames) |
| void | plotBinClicked (const QStringList &workspaceNames) |
| void | plotColorfillClicked (const QStringList &workspaceNames) |
| void | plotContourClicked (const QStringList &workspaceNames) |
| void | plotMDHistoClicked (const QStringList &workspaceNames) |
| void | plotMDHistoWithErrorsClicked (const QStringList &workspaceNames) |
| void | plotSpectrumClicked (const QStringList &workspaceNames) |
| void | plotSpectrumWithErrorsClicked (const QStringList &workspaceNames) |
| void | plotSurfaceClicked (const QStringList &workspaceNames) |
| void | plotWireframeClicked (const QStringList &workspaceNames) |
| void | sampleLogsClicked (const QStringList &workspaceName) |
| void | sampleMaterialClicked (const QStringList &workspaceNames) |
| void | sampleShapeClicked (const QStringList &workspaceNames) |
| void | showAlgorithmHistoryClicked (const QStringList &workspaceNames) |
| void | showDataClicked (const QStringList &workspaceNames) |
| void | showDetectorsClicked (const QStringList &workspaceNames) |
| void | showInstrumentClicked (const QStringList &workspaceNames) |
| void | showNewInstrumentViewClicked (const QStringList &workspaceNames) |
| void | sliceViewerClicked (const QStringList &workspaceName) |
| void | superplotBinsClicked (const QStringList &workspaceNames) |
| void | superplotBinsWithErrsClicked (const QStringList &workspaceNames) |
| void | superplotClicked (const QStringList &workspaceNames) |
| void | superplotWithErrsClicked (const QStringList &workspaceNames) |
| void | treeSelectionChanged () |
| void | workspaceDoubleClicked (const QString &workspaceName) |
Signals inherited from MantidQt::MantidWidgets::WorkspaceTreeWidget | |
| void | signalClearView () |
| void | signalUpdateTree (const TopLevelItems &) |
Public Member Functions | |
| void | popupContextMenu () override |
| void | setOverplotDisabled (bool disabled) |
| WorkspaceTreeWidgetSimple (bool viewOnly=false, QWidget *parent=nullptr) | |
| ~WorkspaceTreeWidgetSimple () | |
Public Member Functions inherited from MantidQt::MantidWidgets::WorkspaceTreeWidget | |
| bool | askUserYesNo (const std::string &caption, const std::string &message) const override |
| void | clearView () override |
| bool | clearWorkspacesConfirmation () const override |
| Gets confirmation from user that they meant to press clear workspaces button. | |
| void | convertMDHistoToMatrixWorkspace () override |
| void | convertToMatrixWorkspace () override |
| bool | deleteConfirmation () const override |
| void | deleteWorkspaces (const MantidQt::MantidWidgets::StringList &wsNames) override |
| void | dropEvent (QDropEvent *de) override |
| Accept a drag drop event and process the data appropriately. | |
| void | enableClearButton (bool enable) override |
| Enables and disables the Clear Workspaces Button. | |
| void | enableDeletePrompt (bool enable) override |
| bool | executeAlgorithmAsync (Mantid::API::IAlgorithm_sptr alg, const bool wait=true) override |
| Allows asynchronous execution of algorithms. | |
| void | filterWorkspaces (const std::string &filterText) override |
| std::string | getFilterText () const override |
| MantidQt::MantidWidgets::WorkspacePresenterWN_wptr | getPresenterWeakPtr () override |
| SaveFileType | getSaveFileType () const override |
| Mantid::API::Workspace_sptr | getSelectedWorkspace () const override |
| Returns a pointer to the selected workspace (the first if multiple workspaces selected) | |
| MantidQt::MantidWidgets::StringList | getSelectedWorkspaceNames () const override |
| Returns the names of the selected workspaces in the dock. | |
| QStringList | getSelectedWorkspaceNamesAsQList () const |
| SortCriteria | getSortCriteria () const override |
| SortDirection | getSortDirection () const override |
| bool | isPromptDelete () const override |
| void | plotSpectrum (const std::string &type) override |
| Plots one or more spectra from each selected workspace. | |
| void | recordWorkspaceRename (const std::string &oldName, const std::string &newName) override |
| Save the old and the new name in m_renameMap. | |
| void | refreshWorkspaces () override |
| void | saveToProgram () override |
| Saves a workspace based on the program the user chooses to save to. | |
| void | saveWorkspace (const std::string &wsName, SaveFileType type) override |
| void | saveWorkspaces (const MantidQt::MantidWidgets::StringList &wsNames) override |
| void | showAlgorithmHistory () override |
| void | showBoxDataTable () override |
| void | showColourFillPlot () override |
| Draw a color fill plot of the workspaces that are currently selected. | |
| void | showCriticalUserMessage (const std::string &caption, const std::string &message) const override |
| void | showDetectorsTable () override |
| void | showInstrumentView () override |
| void | showListData () override |
| void | showLiveDataDialog () override |
| void | showLoadDialog () override |
| void | showLogs () override |
| void | showMDPlot () override |
| void | showRenameDialog (const MantidQt::MantidWidgets::StringList &wsNames) override |
| void | showSampleMaterialWindow () override |
| void | showSliceViewer () override |
| void | showSpectrumViewer () override |
| void | showTransposed () override |
| void | showWorkspaceData () override |
| void | sortWorkspaces (SortCriteria criteria, SortDirection direction) override |
| WorkspaceTreeWidget (MantidQt::MantidWidgets::MantidDisplayBase *mdb, bool viewOnly=false, QWidget *parent=nullptr) | |
| ~WorkspaceTreeWidget () | |
Public Member Functions inherited from MantidQt::MantidWidgets::IWorkspaceDockView | |
| virtual void | updateTree (const std::map< std::string, Mantid::API::Workspace_sptr > &items)=0 |
| virtual | ~IWorkspaceDockView () |
Private Slots | |
| void | onOverPlotMDHistoWorkspaceClicked () |
| void | onOverPlotMDHistoWorkspaceWithErrorsClicked () |
| void | onOverplotSpectrumClicked () |
| void | onOverplotSpectrumWithErrorsClicked () |
| void | onPlotAdvancedClicked () |
| void | onPlotBinClicked () |
| void | onPlotColorfillClicked () |
| void | onPlotContourClicked () |
| void | onPlotMDHistoWorkspaceClicked () |
| void | onPlotMDHistoWorkspaceWithErrorsClicked () |
| void | onPlotSpectrumClicked () |
| void | onPlotSpectrumWithErrorsClicked () |
| void | onPlotSurfaceClicked () |
| void | onPlotWireframeClicked () |
| void | onSampleLogsClicked () |
| void | onSampleMaterialClicked () |
| void | onSampleShapeClicked () |
| void | onShowAlgorithmHistoryClicked () |
| void | onShowDataClicked () |
| void | onShowDetectorsClicked () |
| void | onShowInstrumentClicked () |
| void | onShowNewInstrumentViewClicked () |
| void | onSliceViewerClicked () |
| void | onSuperplotBinsClicked () |
| void | onSuperplotBinsWithErrsClicked () |
| void | onSuperplotClicked () |
| void | onSuperplotWithErrsClicked () |
Private Member Functions | |
| void | addGeneralWorkspaceActions (QMenu *menu) const |
| void | addMatrixWorkspaceActions (QMenu *menu, const Mantid::API::MatrixWorkspace &workspace) |
| void | addMDWorkspaceActions (QMenu *menu, const Mantid::API::IMDWorkspace &workspace) |
| void | addTableWorkspaceActions (QMenu *menu, const Mantid::API::ITableWorkspace &workspace) |
| void | addWorkspaceGroupActions (QMenu *menu, const Mantid::API::WorkspaceGroup &workspace) |
| QMenu * | createMatrixWorkspacePlotMenu (QWidget *parent, bool hasMultipleBins) |
| QMenu * | createWorkspaceContextMenu (const Mantid::API::Workspace &workspace) |
| Create a new QMenu object filled with appropriate items for the given workspace The created object has this as its parent and WA_DeleteOnClose set. | |
Private Attributes | |
| QAction * | m_overplotMDHisto1D |
| QAction * | m_overplotMDHisto1DWithErrs |
| QAction * | m_overplotSpectrum |
| QAction * | m_overplotSpectrumWithErrs |
| QAction * | m_plotAdvanced |
| QAction * | m_plotBin |
| QAction * | m_plotColorfill |
| QAction * | m_plotContour |
| QAction * | m_plotMDHisto1D |
| QAction * | m_plotMDHisto1DWithErrs |
| QAction * | m_plotSpectrum |
| QAction * | m_plotSpectrumWithErrs |
| QAction * | m_plotSurface |
| QAction * | m_plotWireframe |
| QAction * | m_sampleLogs |
| QAction * | m_sampleMaterial |
| QAction * | m_sampleShape |
| QAction * | m_showAlgorithmHistory |
| QAction * | m_showData |
| QAction * | m_showDetectors |
| QAction * | m_showInstrument |
| QAction * | m_showNewInstrumentView |
| QAction * | m_sliceViewer |
| QAction * | m_superplot |
| QAction * | m_superplotBins |
| QAction * | m_superplotBinsWithErrs |
| QAction * | m_superplotWithErrs |
Additional Inherited Members | |
Public Types inherited from MantidQt::MantidWidgets::IWorkspaceDockView | |
| enum class | SaveFileType { Nexus , ASCII } |
| enum class | SortCriteria { ByName , ByLastModified , ByMemorySize } |
| enum class | SortDirection { Ascending , Descending } |
Public Slots inherited from MantidQt::MantidWidgets::WorkspaceTreeWidget | |
| void | chooseByLastModified () |
| void | chooseByMemorySize () |
| void | chooseByName () |
| void | clickedWorkspace (QTreeWidgetItem *, int) |
| void | keyPressEvent (QKeyEvent *) override |
| void | onClickClearWorkspaces () |
| Handles clear button trigger. | |
| void | onClickDeleteWorkspaces () |
| Handles delete button/menu item triggers. | |
| void | onClickSaveToProgram (const QString &name) |
| void | populateChildData (QTreeWidgetItem *item) |
| When an item is expanded, populate the child data for this item. | |
| void | renameWorkspace () |
| void | saveWorkspaceCollection () |
| void | sortAscending () |
| void | sortDescending () |
Protected Slots inherited from MantidQt::MantidWidgets::WorkspaceTreeWidget | |
| void | popupMenu (const QPoint &pos) |
| Handles display of the workspace context menu. | |
| void | workspaceSelected () |
Protected Attributes inherited from MantidQt::MantidWidgets::WorkspaceTreeWidget | |
| QAction * | m_delete |
| QMenu * | m_loadMenu |
| QPoint | m_menuPosition |
| QAction * | m_program |
| QSignalMapper * | m_programMapper |
| QAction * | m_rename |
| QAction * | m_saveNexus |
| QMenu * | m_saveToProgram |
| MantidTreeWidget * | m_tree |
| QString | selectedWsName |
WorkspaceTreeWidget implementation for the Workbench - required for some function overides.
Definition at line 31 of file WorkspaceTreeWidgetSimple.h.
|
explicit |
Definition at line 50 of file WorkspaceTreeWidgetSimple.cpp.
References MantidQt::MantidWidgets::MantidTreeWidget::m_doubleClickAction, m_overplotMDHisto1D, m_overplotMDHisto1DWithErrs, m_overplotSpectrum, m_overplotSpectrumWithErrs, m_plotAdvanced, m_plotBin, m_plotColorfill, m_plotContour, m_plotMDHisto1D, m_plotMDHisto1DWithErrs, m_plotSpectrum, m_plotSpectrumWithErrs, m_plotSurface, m_plotWireframe, m_sampleLogs, m_sampleMaterial, m_sampleShape, m_showAlgorithmHistory, m_showData, m_showDetectors, m_showInstrument, m_showNewInstrumentView, m_sliceViewer, m_superplot, m_superplotBins, m_superplotBinsWithErrs, m_superplotWithErrs, MantidQt::MantidWidgets::WorkspaceTreeWidget::m_tree, onOverPlotMDHistoWorkspaceClicked(), onOverPlotMDHistoWorkspaceWithErrorsClicked(), onOverplotSpectrumClicked(), onOverplotSpectrumWithErrorsClicked(), onPlotAdvancedClicked(), onPlotBinClicked(), onPlotColorfillClicked(), onPlotContourClicked(), onPlotMDHistoWorkspaceClicked(), onPlotMDHistoWorkspaceWithErrorsClicked(), onPlotSpectrumClicked(), onPlotSpectrumWithErrorsClicked(), onPlotSurfaceClicked(), onPlotWireframeClicked(), onSampleLogsClicked(), onSampleMaterialClicked(), onSampleShapeClicked(), onShowAlgorithmHistoryClicked(), onShowDataClicked(), onShowDetectorsClicked(), onShowInstrumentClicked(), onShowNewInstrumentViewClicked(), onSliceViewerClicked(), onSuperplotBinsClicked(), onSuperplotBinsWithErrsClicked(), onSuperplotClicked(), onSuperplotWithErrsClicked(), treeSelectionChanged(), and workspaceDoubleClicked().
|
default |
|
private |
Definition at line 357 of file WorkspaceTreeWidgetSimple.cpp.
References MantidQt::MantidWidgets::WorkspaceTreeWidget::m_delete, MantidQt::MantidWidgets::WorkspaceTreeWidget::m_rename, and MantidQt::MantidWidgets::WorkspaceTreeWidget::m_saveNexus.
Referenced by createWorkspaceContextMenu().
|
private |
Definition at line 258 of file WorkspaceTreeWidgetSimple.cpp.
References createMatrixWorkspacePlotMenu(), m_sampleLogs, m_sampleMaterial, m_sampleShape, m_showAlgorithmHistory, m_showData, m_showDetectors, m_showInstrument, m_showNewInstrumentView, m_sliceViewer, MantidQt::MantidWidgets::WorkspaceTreeWidget::m_tree, and workspace.
Referenced by createWorkspaceContextMenu().
|
private |
Definition at line 293 of file WorkspaceTreeWidgetSimple.cpp.
References m_overplotMDHisto1D, m_overplotMDHisto1DWithErrs, m_plotMDHisto1D, m_plotMDHisto1DWithErrs, m_sampleLogs, m_showAlgorithmHistory, m_sliceViewer, and workspace.
Referenced by createWorkspaceContextMenu().
|
private |
Definition at line 285 of file WorkspaceTreeWidgetSimple.cpp.
References m_showAlgorithmHistory, m_showData, m_showDetectors, and workspace.
Referenced by createWorkspaceContextMenu().
|
private |
Definition at line 330 of file WorkspaceTreeWidgetSimple.cpp.
References createMatrixWorkspacePlotMenu(), m_showData, m_showDetectors, and workspace.
Referenced by createWorkspaceContextMenu().
|
signal |
Referenced by popupContextMenu().
|
private |
Definition at line 365 of file WorkspaceTreeWidgetSimple.cpp.
References m_overplotSpectrum, m_overplotSpectrumWithErrs, m_plotAdvanced, m_plotBin, m_plotColorfill, m_plotContour, m_plotSpectrum, m_plotSpectrumWithErrs, m_plotSurface, m_plotWireframe, m_superplot, m_superplotBins, m_superplotBinsWithErrs, and m_superplotWithErrs.
Referenced by addMatrixWorkspaceActions(), and addWorkspaceGroupActions().
|
private |
Create a new QMenu object filled with appropriate items for the given workspace The created object has this as its parent and WA_DeleteOnClose set.
Definition at line 238 of file WorkspaceTreeWidgetSimple.cpp.
References addGeneralWorkspaceActions(), addMatrixWorkspaceActions(), addMDWorkspaceActions(), addTableWorkspaceActions(), addWorkspaceGroupActions(), and workspace.
Referenced by popupContextMenu().
|
privateslot |
Definition at line 198 of file WorkspaceTreeWidgetSimple.cpp.
References MantidQt::MantidWidgets::WorkspaceTreeWidget::getSelectedWorkspaceNamesAsQList(), and overplotMDHistoClicked().
Referenced by WorkspaceTreeWidgetSimple().
|
privateslot |
Definition at line 206 of file WorkspaceTreeWidgetSimple.cpp.
References MantidQt::MantidWidgets::WorkspaceTreeWidget::getSelectedWorkspaceNamesAsQList(), and overplotMDHistoWithErrorsClicked().
Referenced by WorkspaceTreeWidgetSimple().
|
privateslot |
Definition at line 147 of file WorkspaceTreeWidgetSimple.cpp.
References MantidQt::MantidWidgets::WorkspaceTreeWidget::getSelectedWorkspaceNamesAsQList(), and overplotSpectrumClicked().
Referenced by WorkspaceTreeWidgetSimple().
|
privateslot |
Definition at line 155 of file WorkspaceTreeWidgetSimple.cpp.
References MantidQt::MantidWidgets::WorkspaceTreeWidget::getSelectedWorkspaceNamesAsQList(), and overplotSpectrumWithErrorsClicked().
Referenced by WorkspaceTreeWidgetSimple().
|
privateslot |
Definition at line 181 of file WorkspaceTreeWidgetSimple.cpp.
References MantidQt::MantidWidgets::WorkspaceTreeWidget::getSelectedWorkspaceNamesAsQList(), and plotAdvancedClicked().
Referenced by WorkspaceTreeWidgetSimple().
|
privateslot |
Definition at line 145 of file WorkspaceTreeWidgetSimple.cpp.
References MantidQt::MantidWidgets::WorkspaceTreeWidget::getSelectedWorkspaceNamesAsQList(), and plotBinClicked().
Referenced by WorkspaceTreeWidgetSimple().
|
privateslot |
Definition at line 159 of file WorkspaceTreeWidgetSimple.cpp.
References MantidQt::MantidWidgets::WorkspaceTreeWidget::getSelectedWorkspaceNamesAsQList(), and plotColorfillClicked().
Referenced by WorkspaceTreeWidgetSimple().
|
privateslot |
Definition at line 191 of file WorkspaceTreeWidgetSimple.cpp.
References MantidQt::MantidWidgets::WorkspaceTreeWidget::getSelectedWorkspaceNamesAsQList(), and plotContourClicked().
Referenced by WorkspaceTreeWidgetSimple().
|
privateslot |
Definition at line 194 of file WorkspaceTreeWidgetSimple.cpp.
References MantidQt::MantidWidgets::WorkspaceTreeWidget::getSelectedWorkspaceNamesAsQList(), and plotMDHistoClicked().
Referenced by WorkspaceTreeWidgetSimple().
|
privateslot |
Definition at line 202 of file WorkspaceTreeWidgetSimple.cpp.
References MantidQt::MantidWidgets::WorkspaceTreeWidget::getSelectedWorkspaceNamesAsQList(), and plotMDHistoWithErrorsClicked().
Referenced by WorkspaceTreeWidgetSimple().
|
privateslot |
Definition at line 141 of file WorkspaceTreeWidgetSimple.cpp.
References MantidQt::MantidWidgets::WorkspaceTreeWidget::getSelectedWorkspaceNamesAsQList(), and plotSpectrumClicked().
Referenced by WorkspaceTreeWidgetSimple().
|
privateslot |
Definition at line 151 of file WorkspaceTreeWidgetSimple.cpp.
References MantidQt::MantidWidgets::WorkspaceTreeWidget::getSelectedWorkspaceNamesAsQList(), and plotSpectrumWithErrorsClicked().
Referenced by WorkspaceTreeWidgetSimple().
|
privateslot |
Definition at line 185 of file WorkspaceTreeWidgetSimple.cpp.
References MantidQt::MantidWidgets::WorkspaceTreeWidget::getSelectedWorkspaceNamesAsQList(), and plotSurfaceClicked().
Referenced by WorkspaceTreeWidgetSimple().
|
privateslot |
Definition at line 187 of file WorkspaceTreeWidgetSimple.cpp.
References MantidQt::MantidWidgets::WorkspaceTreeWidget::getSelectedWorkspaceNamesAsQList(), and plotWireframeClicked().
Referenced by WorkspaceTreeWidgetSimple().
|
privateslot |
Definition at line 163 of file WorkspaceTreeWidgetSimple.cpp.
References MantidQt::MantidWidgets::WorkspaceTreeWidget::getSelectedWorkspaceNamesAsQList(), and sampleLogsClicked().
Referenced by WorkspaceTreeWidgetSimple().
|
privateslot |
Definition at line 210 of file WorkspaceTreeWidgetSimple.cpp.
References MantidQt::MantidWidgets::WorkspaceTreeWidget::getSelectedWorkspaceNamesAsQList(), and sampleMaterialClicked().
Referenced by WorkspaceTreeWidgetSimple().
|
privateslot |
Definition at line 214 of file WorkspaceTreeWidgetSimple.cpp.
References MantidQt::MantidWidgets::WorkspaceTreeWidget::getSelectedWorkspaceNamesAsQList(), and sampleShapeClicked().
Referenced by WorkspaceTreeWidgetSimple().
|
privateslot |
Definition at line 173 of file WorkspaceTreeWidgetSimple.cpp.
References MantidQt::MantidWidgets::WorkspaceTreeWidget::getSelectedWorkspaceNamesAsQList(), and showAlgorithmHistoryClicked().
Referenced by WorkspaceTreeWidgetSimple().
|
privateslot |
Definition at line 171 of file WorkspaceTreeWidgetSimple.cpp.
References MantidQt::MantidWidgets::WorkspaceTreeWidget::getSelectedWorkspaceNamesAsQList(), and showDataClicked().
Referenced by WorkspaceTreeWidgetSimple().
|
privateslot |
Definition at line 177 of file WorkspaceTreeWidgetSimple.cpp.
References MantidQt::MantidWidgets::WorkspaceTreeWidget::getSelectedWorkspaceNamesAsQList(), and showDetectorsClicked().
Referenced by WorkspaceTreeWidgetSimple().
|
privateslot |
Definition at line 167 of file WorkspaceTreeWidgetSimple.cpp.
References MantidQt::MantidWidgets::WorkspaceTreeWidget::getSelectedWorkspaceNamesAsQList(), and showInstrumentClicked().
Referenced by WorkspaceTreeWidgetSimple().
|
privateslot |
Definition at line 230 of file WorkspaceTreeWidgetSimple.cpp.
References MantidQt::MantidWidgets::WorkspaceTreeWidget::getSelectedWorkspaceNamesAsQList(), and showNewInstrumentViewClicked().
Referenced by WorkspaceTreeWidgetSimple().
|
privateslot |
Definition at line 165 of file WorkspaceTreeWidgetSimple.cpp.
References MantidQt::MantidWidgets::WorkspaceTreeWidget::getSelectedWorkspaceNamesAsQList(), and sliceViewerClicked().
Referenced by WorkspaceTreeWidgetSimple().
|
privateslot |
Definition at line 222 of file WorkspaceTreeWidgetSimple.cpp.
References MantidQt::MantidWidgets::WorkspaceTreeWidget::getSelectedWorkspaceNamesAsQList(), and superplotBinsClicked().
Referenced by WorkspaceTreeWidgetSimple().
|
privateslot |
Definition at line 226 of file WorkspaceTreeWidgetSimple.cpp.
References MantidQt::MantidWidgets::WorkspaceTreeWidget::getSelectedWorkspaceNamesAsQList(), and superplotBinsWithErrsClicked().
Referenced by WorkspaceTreeWidgetSimple().
|
privateslot |
Definition at line 216 of file WorkspaceTreeWidgetSimple.cpp.
References MantidQt::MantidWidgets::WorkspaceTreeWidget::getSelectedWorkspaceNamesAsQList(), and superplotClicked().
Referenced by WorkspaceTreeWidgetSimple().
|
privateslot |
Definition at line 218 of file WorkspaceTreeWidgetSimple.cpp.
References MantidQt::MantidWidgets::WorkspaceTreeWidget::getSelectedWorkspaceNamesAsQList(), and superplotWithErrsClicked().
Referenced by WorkspaceTreeWidgetSimple().
|
signal |
Referenced by onOverPlotMDHistoWorkspaceClicked().
|
signal |
Referenced by onOverPlotMDHistoWorkspaceWithErrorsClicked().
|
signal |
Referenced by onOverplotSpectrumClicked().
|
signal |
Referenced by onOverplotSpectrumWithErrorsClicked().
|
signal |
Referenced by onPlotAdvancedClicked().
|
signal |
Referenced by onPlotBinClicked().
|
signal |
Referenced by onPlotColorfillClicked().
|
signal |
Referenced by onPlotContourClicked().
|
signal |
Referenced by onPlotMDHistoWorkspaceClicked().
|
signal |
Referenced by onPlotMDHistoWorkspaceWithErrorsClicked().
|
signal |
Referenced by onPlotSpectrumClicked().
|
signal |
Referenced by onPlotSpectrumWithErrorsClicked().
|
signal |
Referenced by onPlotSurfaceClicked().
|
signal |
Referenced by onPlotWireframeClicked().
|
overridevirtual |
Reimplemented from MantidQt::MantidWidgets::WorkspaceTreeWidget.
Definition at line 113 of file WorkspaceTreeWidgetSimple.cpp.
References contextMenuAboutToShow(), createWorkspaceContextMenu(), MantidQt::MantidWidgets::WorkspaceTreeWidget::m_loadMenu, MantidQt::MantidWidgets::WorkspaceTreeWidget::m_menuPosition, MantidQt::MantidWidgets::WorkspaceTreeWidget::m_tree, MantidQt::MantidWidgets::WorkspaceTreeWidget::selectedWsName, and workspace.
|
signal |
Referenced by onSampleLogsClicked().
|
signal |
Referenced by onSampleMaterialClicked().
|
signal |
Referenced by onSampleShapeClicked().
| void MantidQt::MantidWidgets::WorkspaceTreeWidgetSimple::setOverplotDisabled | ( | bool | disabled | ) |
Definition at line 108 of file WorkspaceTreeWidgetSimple.cpp.
References m_overplotSpectrum, and m_overplotSpectrumWithErrs.
|
signal |
Referenced by onShowAlgorithmHistoryClicked().
|
signal |
Referenced by onShowDataClicked().
|
signal |
Referenced by onShowDetectorsClicked().
|
signal |
Referenced by onShowInstrumentClicked().
|
signal |
Referenced by onShowNewInstrumentViewClicked().
|
signal |
Referenced by onSliceViewerClicked().
|
signal |
Referenced by onSuperplotBinsClicked().
|
signal |
Referenced by onSuperplotBinsWithErrsClicked().
|
signal |
Referenced by onSuperplotClicked().
|
signal |
Referenced by onSuperplotWithErrsClicked().
|
signal |
Referenced by WorkspaceTreeWidgetSimple().
|
signal |
Referenced by WorkspaceTreeWidgetSimple().
|
private |
Definition at line 119 of file WorkspaceTreeWidgetSimple.h.
Referenced by addMDWorkspaceActions(), and WorkspaceTreeWidgetSimple().
|
private |
Definition at line 119 of file WorkspaceTreeWidgetSimple.h.
Referenced by addMDWorkspaceActions(), and WorkspaceTreeWidgetSimple().
|
private |
Definition at line 116 of file WorkspaceTreeWidgetSimple.h.
Referenced by createMatrixWorkspacePlotMenu(), setOverplotDisabled(), and WorkspaceTreeWidgetSimple().
|
private |
Definition at line 116 of file WorkspaceTreeWidgetSimple.h.
Referenced by createMatrixWorkspacePlotMenu(), setOverplotDisabled(), and WorkspaceTreeWidgetSimple().
|
private |
Definition at line 118 of file WorkspaceTreeWidgetSimple.h.
Referenced by createMatrixWorkspacePlotMenu(), and WorkspaceTreeWidgetSimple().
|
private |
Definition at line 116 of file WorkspaceTreeWidgetSimple.h.
Referenced by createMatrixWorkspacePlotMenu(), and WorkspaceTreeWidgetSimple().
|
private |
Definition at line 117 of file WorkspaceTreeWidgetSimple.h.
Referenced by createMatrixWorkspacePlotMenu(), and WorkspaceTreeWidgetSimple().
|
private |
Definition at line 118 of file WorkspaceTreeWidgetSimple.h.
Referenced by createMatrixWorkspacePlotMenu(), and WorkspaceTreeWidgetSimple().
|
private |
Definition at line 118 of file WorkspaceTreeWidgetSimple.h.
Referenced by addMDWorkspaceActions(), and WorkspaceTreeWidgetSimple().
|
private |
Definition at line 119 of file WorkspaceTreeWidgetSimple.h.
Referenced by addMDWorkspaceActions(), and WorkspaceTreeWidgetSimple().
|
private |
Definition at line 116 of file WorkspaceTreeWidgetSimple.h.
Referenced by createMatrixWorkspacePlotMenu(), and WorkspaceTreeWidgetSimple().
|
private |
Definition at line 116 of file WorkspaceTreeWidgetSimple.h.
Referenced by createMatrixWorkspacePlotMenu(), and WorkspaceTreeWidgetSimple().
|
private |
Definition at line 118 of file WorkspaceTreeWidgetSimple.h.
Referenced by createMatrixWorkspacePlotMenu(), and WorkspaceTreeWidgetSimple().
|
private |
Definition at line 118 of file WorkspaceTreeWidgetSimple.h.
Referenced by createMatrixWorkspacePlotMenu(), and WorkspaceTreeWidgetSimple().
|
private |
Definition at line 117 of file WorkspaceTreeWidgetSimple.h.
Referenced by addMatrixWorkspaceActions(), addMDWorkspaceActions(), and WorkspaceTreeWidgetSimple().
|
private |
Definition at line 119 of file WorkspaceTreeWidgetSimple.h.
Referenced by addMatrixWorkspaceActions(), and WorkspaceTreeWidgetSimple().
|
private |
Definition at line 119 of file WorkspaceTreeWidgetSimple.h.
Referenced by addMatrixWorkspaceActions(), and WorkspaceTreeWidgetSimple().
|
private |
Definition at line 117 of file WorkspaceTreeWidgetSimple.h.
Referenced by addMatrixWorkspaceActions(), addMDWorkspaceActions(), addTableWorkspaceActions(), and WorkspaceTreeWidgetSimple().
|
private |
Definition at line 117 of file WorkspaceTreeWidgetSimple.h.
Referenced by addMatrixWorkspaceActions(), addTableWorkspaceActions(), addWorkspaceGroupActions(), and WorkspaceTreeWidgetSimple().
|
private |
Definition at line 118 of file WorkspaceTreeWidgetSimple.h.
Referenced by addMatrixWorkspaceActions(), addTableWorkspaceActions(), addWorkspaceGroupActions(), and WorkspaceTreeWidgetSimple().
|
private |
Definition at line 117 of file WorkspaceTreeWidgetSimple.h.
Referenced by addMatrixWorkspaceActions(), and WorkspaceTreeWidgetSimple().
|
private |
Definition at line 120 of file WorkspaceTreeWidgetSimple.h.
Referenced by addMatrixWorkspaceActions(), and WorkspaceTreeWidgetSimple().
|
private |
Definition at line 117 of file WorkspaceTreeWidgetSimple.h.
Referenced by addMatrixWorkspaceActions(), addMDWorkspaceActions(), and WorkspaceTreeWidgetSimple().
|
private |
Definition at line 120 of file WorkspaceTreeWidgetSimple.h.
Referenced by createMatrixWorkspacePlotMenu(), and WorkspaceTreeWidgetSimple().
|
private |
Definition at line 120 of file WorkspaceTreeWidgetSimple.h.
Referenced by createMatrixWorkspacePlotMenu(), and WorkspaceTreeWidgetSimple().
|
private |
Definition at line 120 of file WorkspaceTreeWidgetSimple.h.
Referenced by createMatrixWorkspacePlotMenu(), and WorkspaceTreeWidgetSimple().
|
private |
Definition at line 120 of file WorkspaceTreeWidgetSimple.h.
Referenced by createMatrixWorkspacePlotMenu(), and WorkspaceTreeWidgetSimple().