|
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 | 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. More... | |
| 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. More... | |
| void | enableClearButton (bool enable) override |
| Enables and disables the Clear Workspaces Button. More... | |
| void | enableDeletePrompt (bool enable) override |
| bool | executeAlgorithmAsync (Mantid::API::IAlgorithm_sptr alg, const bool wait=true) override |
| Allows asynchronous execution of algorithms. More... | |
| 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) More... | |
| MantidQt::MantidWidgets::StringList | getSelectedWorkspaceNames () const override |
| Returns the names of the selected workspaces in the dock. More... | |
| 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. More... | |
| void | popupContextMenu () override |
| void | recordWorkspaceRename (const std::string &oldName, const std::string &newName) override |
| Save the old and the new name in m_renameMap. More... | |
| void | refreshWorkspaces () override |
| void | saveToProgram () override |
| Saves a workspace based on the program the user chooses to save to. More... | |
| 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. More... | |
| 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 bool | askUserYesNo (const std::string &caption, const std::string &message) const =0 |
| virtual void | clearView ()=0 |
| virtual bool | clearWorkspacesConfirmation () const =0 |
| virtual void | convertMDHistoToMatrixWorkspace ()=0 |
| virtual void | convertToMatrixWorkspace ()=0 |
| virtual bool | deleteConfirmation () const =0 |
| virtual void | deleteWorkspaces (const StringList &wsNames)=0 |
| virtual void | enableClearButton (bool enable)=0 |
| virtual void | enableDeletePrompt (bool enable)=0 |
| virtual bool | executeAlgorithmAsync (Mantid::API::IAlgorithm_sptr alg, const bool wait=true)=0 |
| virtual void | filterWorkspaces (const std::string &filterText)=0 |
| virtual std::string | getFilterText () const =0 |
| virtual WorkspacePresenterWN_wptr | getPresenterWeakPtr ()=0 |
| virtual SaveFileType | getSaveFileType () const =0 |
| virtual Mantid::API::Workspace_sptr | getSelectedWorkspace () const =0 |
| virtual StringList | getSelectedWorkspaceNames () const =0 |
| virtual SortCriteria | getSortCriteria () const =0 |
| virtual SortDirection | getSortDirection () const =0 |
| virtual bool | isPromptDelete () const =0 |
| virtual void | plotSpectrum (const std::string &type)=0 |
| virtual void | popupContextMenu ()=0 |
| virtual void | recordWorkspaceRename (const std::string &oldName, const std::string &newName)=0 |
| virtual void | refreshWorkspaces ()=0 |
| virtual void | saveToProgram ()=0 |
| virtual void | saveWorkspace (const std::string &wsName, const SaveFileType type)=0 |
| virtual void | saveWorkspaces (const StringList &wsNames)=0 |
| virtual void | showAlgorithmHistory ()=0 |
| virtual void | showBoxDataTable ()=0 |
| virtual void | showColourFillPlot ()=0 |
| virtual void | showCriticalUserMessage (const std::string &caption, const std::string &message) const =0 |
| virtual void | showDetectorsTable ()=0 |
| virtual void | showInstrumentView ()=0 |
| virtual void | showListData ()=0 |
| virtual void | showLiveDataDialog ()=0 |
| virtual void | showLoadDialog ()=0 |
| virtual void | showLogs ()=0 |
| virtual void | showMDPlot ()=0 |
| virtual void | showRenameDialog (const StringList &wsNames)=0 |
| virtual void | showSampleMaterialWindow ()=0 |
| virtual void | showSliceViewer ()=0 |
| virtual void | showSpectrumViewer ()=0 |
| virtual void | showTransposed ()=0 |
| virtual void | showWorkspaceData ()=0 |
| virtual void | sortWorkspaces (SortCriteria criteria, SortDirection direction)=0 |
| 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 | 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. More... | |
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_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. More... | |
| void | onClickDeleteWorkspaces () |
| Handles delete button/menu item triggers. More... | |
| void | onClickSaveToProgram (const QString &name) |
| void | populateChildData (QTreeWidgetItem *item) |
| When an item is expanded, populate the child data for this item. More... | |
| 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. More... | |
| 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 47 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_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(), onSliceViewerClicked(), onSuperplotBinsClicked(), onSuperplotBinsWithErrsClicked(), onSuperplotClicked(), onSuperplotWithErrsClicked(), treeSelectionChanged(), and workspaceDoubleClicked().
|
default |
|
private |
Definition at line 342 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 249 of file WorkspaceTreeWidgetSimple.cpp.
References createMatrixWorkspacePlotMenu(), m_sampleLogs, m_sampleMaterial, m_sampleShape, m_showAlgorithmHistory, m_showData, m_showDetectors, m_showInstrument, m_sliceViewer, MantidQt::MantidWidgets::WorkspaceTreeWidget::m_tree, and workspace.
Referenced by createWorkspaceContextMenu().
|
private |
Definition at line 280 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 272 of file WorkspaceTreeWidgetSimple.cpp.
References m_showAlgorithmHistory, m_showData, m_showDetectors, and workspace.
Referenced by createWorkspaceContextMenu().
|
private |
Definition at line 317 of file WorkspaceTreeWidgetSimple.cpp.
References createMatrixWorkspacePlotMenu(), m_showDetectors, and workspace.
Referenced by createWorkspaceContextMenu().
|
signal |
Referenced by popupContextMenu().
|
private |
Definition at line 350 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 229 of file WorkspaceTreeWidgetSimple.cpp.
References addGeneralWorkspaceActions(), addMatrixWorkspaceActions(), addMDWorkspaceActions(), addTableWorkspaceActions(), addWorkspaceGroupActions(), and workspace.
Referenced by popupContextMenu().
|
privateslot |
Definition at line 193 of file WorkspaceTreeWidgetSimple.cpp.
References MantidQt::MantidWidgets::WorkspaceTreeWidget::getSelectedWorkspaceNamesAsQList(), and overplotMDHistoClicked().
Referenced by WorkspaceTreeWidgetSimple().
|
privateslot |
Definition at line 201 of file WorkspaceTreeWidgetSimple.cpp.
References MantidQt::MantidWidgets::WorkspaceTreeWidget::getSelectedWorkspaceNamesAsQList(), and overplotMDHistoWithErrorsClicked().
Referenced by WorkspaceTreeWidgetSimple().
|
privateslot |
Definition at line 142 of file WorkspaceTreeWidgetSimple.cpp.
References MantidQt::MantidWidgets::WorkspaceTreeWidget::getSelectedWorkspaceNamesAsQList(), and overplotSpectrumClicked().
Referenced by WorkspaceTreeWidgetSimple().
|
privateslot |
Definition at line 150 of file WorkspaceTreeWidgetSimple.cpp.
References MantidQt::MantidWidgets::WorkspaceTreeWidget::getSelectedWorkspaceNamesAsQList(), and overplotSpectrumWithErrorsClicked().
Referenced by WorkspaceTreeWidgetSimple().
|
privateslot |
Definition at line 176 of file WorkspaceTreeWidgetSimple.cpp.
References MantidQt::MantidWidgets::WorkspaceTreeWidget::getSelectedWorkspaceNamesAsQList(), and plotAdvancedClicked().
Referenced by WorkspaceTreeWidgetSimple().
|
privateslot |
Definition at line 140 of file WorkspaceTreeWidgetSimple.cpp.
References MantidQt::MantidWidgets::WorkspaceTreeWidget::getSelectedWorkspaceNamesAsQList(), and plotBinClicked().
Referenced by WorkspaceTreeWidgetSimple().
|
privateslot |
Definition at line 154 of file WorkspaceTreeWidgetSimple.cpp.
References MantidQt::MantidWidgets::WorkspaceTreeWidget::getSelectedWorkspaceNamesAsQList(), and plotColorfillClicked().
Referenced by WorkspaceTreeWidgetSimple().
|
privateslot |
Definition at line 186 of file WorkspaceTreeWidgetSimple.cpp.
References MantidQt::MantidWidgets::WorkspaceTreeWidget::getSelectedWorkspaceNamesAsQList(), and plotContourClicked().
Referenced by WorkspaceTreeWidgetSimple().
|
privateslot |
Definition at line 189 of file WorkspaceTreeWidgetSimple.cpp.
References MantidQt::MantidWidgets::WorkspaceTreeWidget::getSelectedWorkspaceNamesAsQList(), and plotMDHistoClicked().
Referenced by WorkspaceTreeWidgetSimple().
|
privateslot |
Definition at line 197 of file WorkspaceTreeWidgetSimple.cpp.
References MantidQt::MantidWidgets::WorkspaceTreeWidget::getSelectedWorkspaceNamesAsQList(), and plotMDHistoWithErrorsClicked().
Referenced by WorkspaceTreeWidgetSimple().
|
privateslot |
Definition at line 136 of file WorkspaceTreeWidgetSimple.cpp.
References MantidQt::MantidWidgets::WorkspaceTreeWidget::getSelectedWorkspaceNamesAsQList(), and plotSpectrumClicked().
Referenced by WorkspaceTreeWidgetSimple().
|
privateslot |
Definition at line 146 of file WorkspaceTreeWidgetSimple.cpp.
References MantidQt::MantidWidgets::WorkspaceTreeWidget::getSelectedWorkspaceNamesAsQList(), and plotSpectrumWithErrorsClicked().
Referenced by WorkspaceTreeWidgetSimple().
|
privateslot |
Definition at line 180 of file WorkspaceTreeWidgetSimple.cpp.
References MantidQt::MantidWidgets::WorkspaceTreeWidget::getSelectedWorkspaceNamesAsQList(), and plotSurfaceClicked().
Referenced by WorkspaceTreeWidgetSimple().
|
privateslot |
Definition at line 182 of file WorkspaceTreeWidgetSimple.cpp.
References MantidQt::MantidWidgets::WorkspaceTreeWidget::getSelectedWorkspaceNamesAsQList(), and plotWireframeClicked().
Referenced by WorkspaceTreeWidgetSimple().
|
privateslot |
Definition at line 158 of file WorkspaceTreeWidgetSimple.cpp.
References MantidQt::MantidWidgets::WorkspaceTreeWidget::getSelectedWorkspaceNamesAsQList(), and sampleLogsClicked().
Referenced by WorkspaceTreeWidgetSimple().
|
privateslot |
Definition at line 205 of file WorkspaceTreeWidgetSimple.cpp.
References MantidQt::MantidWidgets::WorkspaceTreeWidget::getSelectedWorkspaceNamesAsQList(), and sampleMaterialClicked().
Referenced by WorkspaceTreeWidgetSimple().
|
privateslot |
Definition at line 209 of file WorkspaceTreeWidgetSimple.cpp.
References MantidQt::MantidWidgets::WorkspaceTreeWidget::getSelectedWorkspaceNamesAsQList(), and sampleShapeClicked().
Referenced by WorkspaceTreeWidgetSimple().
|
privateslot |
Definition at line 168 of file WorkspaceTreeWidgetSimple.cpp.
References MantidQt::MantidWidgets::WorkspaceTreeWidget::getSelectedWorkspaceNamesAsQList(), and showAlgorithmHistoryClicked().
Referenced by WorkspaceTreeWidgetSimple().
|
privateslot |
Definition at line 166 of file WorkspaceTreeWidgetSimple.cpp.
References MantidQt::MantidWidgets::WorkspaceTreeWidget::getSelectedWorkspaceNamesAsQList(), and showDataClicked().
Referenced by WorkspaceTreeWidgetSimple().
|
privateslot |
Definition at line 172 of file WorkspaceTreeWidgetSimple.cpp.
References MantidQt::MantidWidgets::WorkspaceTreeWidget::getSelectedWorkspaceNamesAsQList(), and showDetectorsClicked().
Referenced by WorkspaceTreeWidgetSimple().
|
privateslot |
Definition at line 162 of file WorkspaceTreeWidgetSimple.cpp.
References MantidQt::MantidWidgets::WorkspaceTreeWidget::getSelectedWorkspaceNamesAsQList(), and showInstrumentClicked().
Referenced by WorkspaceTreeWidgetSimple().
|
privateslot |
Definition at line 160 of file WorkspaceTreeWidgetSimple.cpp.
References MantidQt::MantidWidgets::WorkspaceTreeWidget::getSelectedWorkspaceNamesAsQList(), and sliceViewerClicked().
Referenced by WorkspaceTreeWidgetSimple().
|
privateslot |
Definition at line 217 of file WorkspaceTreeWidgetSimple.cpp.
References MantidQt::MantidWidgets::WorkspaceTreeWidget::getSelectedWorkspaceNamesAsQList(), and superplotBinsClicked().
Referenced by WorkspaceTreeWidgetSimple().
|
privateslot |
Definition at line 221 of file WorkspaceTreeWidgetSimple.cpp.
References MantidQt::MantidWidgets::WorkspaceTreeWidget::getSelectedWorkspaceNamesAsQList(), and superplotBinsWithErrsClicked().
Referenced by WorkspaceTreeWidgetSimple().
|
privateslot |
Definition at line 211 of file WorkspaceTreeWidgetSimple.cpp.
References MantidQt::MantidWidgets::WorkspaceTreeWidget::getSelectedWorkspaceNamesAsQList(), and superplotClicked().
Referenced by WorkspaceTreeWidgetSimple().
|
privateslot |
Definition at line 213 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 108 of file WorkspaceTreeWidgetSimple.cpp.
References contextMenuAboutToShow(), createWorkspaceContextMenu(), Mantid::Kernel::SingletonHolder< T >::Instance(), 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 103 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 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 117 of file WorkspaceTreeWidgetSimple.h.
Referenced by addMDWorkspaceActions(), and WorkspaceTreeWidgetSimple().
|
private |
Definition at line 117 of file WorkspaceTreeWidgetSimple.h.
Referenced by addMDWorkspaceActions(), and WorkspaceTreeWidgetSimple().
|
private |
Definition at line 114 of file WorkspaceTreeWidgetSimple.h.
Referenced by createMatrixWorkspacePlotMenu(), setOverplotDisabled(), and WorkspaceTreeWidgetSimple().
|
private |
Definition at line 114 of file WorkspaceTreeWidgetSimple.h.
Referenced by createMatrixWorkspacePlotMenu(), setOverplotDisabled(), and WorkspaceTreeWidgetSimple().
|
private |
Definition at line 116 of file WorkspaceTreeWidgetSimple.h.
Referenced by createMatrixWorkspacePlotMenu(), and WorkspaceTreeWidgetSimple().
|
private |
Definition at line 114 of file WorkspaceTreeWidgetSimple.h.
Referenced by createMatrixWorkspacePlotMenu(), and WorkspaceTreeWidgetSimple().
|
private |
Definition at line 115 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 116 of file WorkspaceTreeWidgetSimple.h.
Referenced by addMDWorkspaceActions(), and WorkspaceTreeWidgetSimple().
|
private |
Definition at line 117 of file WorkspaceTreeWidgetSimple.h.
Referenced by addMDWorkspaceActions(), and WorkspaceTreeWidgetSimple().
|
private |
Definition at line 114 of file WorkspaceTreeWidgetSimple.h.
Referenced by createMatrixWorkspacePlotMenu(), and WorkspaceTreeWidgetSimple().
|
private |
Definition at line 114 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 116 of file WorkspaceTreeWidgetSimple.h.
Referenced by createMatrixWorkspacePlotMenu(), and WorkspaceTreeWidgetSimple().
|
private |
Definition at line 115 of file WorkspaceTreeWidgetSimple.h.
Referenced by addMatrixWorkspaceActions(), addMDWorkspaceActions(), and WorkspaceTreeWidgetSimple().
|
private |
Definition at line 117 of file WorkspaceTreeWidgetSimple.h.
Referenced by addMatrixWorkspaceActions(), and WorkspaceTreeWidgetSimple().
|
private |
Definition at line 117 of file WorkspaceTreeWidgetSimple.h.
Referenced by addMatrixWorkspaceActions(), and WorkspaceTreeWidgetSimple().
|
private |
Definition at line 115 of file WorkspaceTreeWidgetSimple.h.
Referenced by addMatrixWorkspaceActions(), addMDWorkspaceActions(), addTableWorkspaceActions(), and WorkspaceTreeWidgetSimple().
|
private |
Definition at line 115 of file WorkspaceTreeWidgetSimple.h.
Referenced by addMatrixWorkspaceActions(), addTableWorkspaceActions(), and WorkspaceTreeWidgetSimple().
|
private |
Definition at line 116 of file WorkspaceTreeWidgetSimple.h.
Referenced by addMatrixWorkspaceActions(), addTableWorkspaceActions(), addWorkspaceGroupActions(), and WorkspaceTreeWidgetSimple().
|
private |
Definition at line 115 of file WorkspaceTreeWidgetSimple.h.
Referenced by addMatrixWorkspaceActions(), and WorkspaceTreeWidgetSimple().
|
private |
Definition at line 115 of file WorkspaceTreeWidgetSimple.h.
Referenced by addMatrixWorkspaceActions(), addMDWorkspaceActions(), 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 118 of file WorkspaceTreeWidgetSimple.h.
Referenced by createMatrixWorkspacePlotMenu(), and WorkspaceTreeWidgetSimple().
|
private |
Definition at line 118 of file WorkspaceTreeWidgetSimple.h.
Referenced by createMatrixWorkspacePlotMenu(), and WorkspaceTreeWidgetSimple().