Mantid
|
#include <JobTreeViewSignalAdapter.h>
Signals | |
void | appendAndEditAtChildRowRequested () |
void | appendAndEditAtRowBelowRequested () |
void | cellTextChanged (MantidQt::MantidWidgets::Batch::RowLocation const &itemIndex, int column, std::string const &oldValue, std::string const &newValue) |
void | copyRowsRequested () |
void | cutRowsRequested () |
void | editAtRowAboveRequested () |
void | filterReset () |
void | pasteRowsRequested () |
void | removeRowsRequested (std::vector< MantidQt::MantidWidgets::Batch::RowLocation > const &locationsOfRowsToRemove) |
void | rowInserted (MantidQt::MantidWidgets::Batch::RowLocation const &newRowLocation) |
void | selectionChanged () |
Public Member Functions | |
JobTreeViewSignalAdapter (JobTreeView &view, QObject *parent=nullptr) | |
void | notifyAppendAndEditAtChildRowRequested () override |
void | notifyAppendAndEditAtRowBelowRequested () override |
void | notifyCellTextChanged (RowLocation const &itemIndex, int column, std::string const &oldValue, std::string const &newValue) override |
void | notifyCopyRowsRequested () override |
void | notifyCutRowsRequested () override |
void | notifyEditAtRowAboveRequested () override |
void | notifyFilterReset () override |
void | notifyPasteRowsRequested () override |
void | notifyRemoveRowsRequested (std::vector< RowLocation > const &locationsOfRowsToRemove) override |
void | notifyRowInserted (RowLocation const &newRowLocation) override |
void | notifySelectionChanged () override |
Public Member Functions inherited from MantidQt::MantidWidgets::Batch::JobTreeViewSubscriber | |
virtual void | notifyAppendAndEditAtChildRowRequested ()=0 |
virtual void | notifyAppendAndEditAtRowBelowRequested ()=0 |
virtual void | notifyCellTextChanged (RowLocation const &itemIndex, int column, std::string const &oldValue, std::string const &newValue)=0 |
virtual void | notifyCopyRowsRequested ()=0 |
virtual void | notifyCutRowsRequested ()=0 |
virtual void | notifyEditAtRowAboveRequested ()=0 |
virtual void | notifyFilterReset ()=0 |
virtual void | notifyPasteRowsRequested ()=0 |
virtual void | notifyRemoveRowsRequested (std::vector< RowLocation > const &locationsOfRowsToRemove)=0 |
virtual void | notifyRowInserted (RowLocation const &newRowLocation)=0 |
virtual void | notifySelectionChanged ()=0 |
virtual | ~JobTreeViewSubscriber ()=default |
Definition at line 17 of file JobTreeViewSignalAdapter.h.
MantidQt::MantidWidgets::Batch::JobTreeViewSignalAdapter::JobTreeViewSignalAdapter | ( | JobTreeView & | view, |
QObject * | parent = nullptr |
||
) |
Definition at line 10 of file JobTreeViewSignalAdapter.cpp.
References MantidQt::MantidWidgets::Batch::JobTreeView::subscribe().
|
signal |
Referenced by notifyAppendAndEditAtChildRowRequested().
|
signal |
Referenced by notifyAppendAndEditAtRowBelowRequested().
|
signal |
Referenced by notifyCellTextChanged().
|
signal |
Referenced by notifyCopyRowsRequested().
|
signal |
Referenced by notifyCutRowsRequested().
|
signal |
Referenced by notifyEditAtRowAboveRequested().
|
signal |
Referenced by notifyFilterReset().
|
overridevirtual |
Implements MantidQt::MantidWidgets::Batch::JobTreeViewSubscriber.
Definition at line 27 of file JobTreeViewSignalAdapter.cpp.
References appendAndEditAtChildRowRequested().
|
overridevirtual |
Implements MantidQt::MantidWidgets::Batch::JobTreeViewSubscriber.
Definition at line 29 of file JobTreeViewSignalAdapter.cpp.
References appendAndEditAtRowBelowRequested().
|
overridevirtual |
Implements MantidQt::MantidWidgets::Batch::JobTreeViewSubscriber.
Definition at line 16 of file JobTreeViewSignalAdapter.cpp.
References cellTextChanged().
|
overridevirtual |
Implements MantidQt::MantidWidgets::Batch::JobTreeViewSubscriber.
Definition at line 37 of file JobTreeViewSignalAdapter.cpp.
References copyRowsRequested().
|
overridevirtual |
Implements MantidQt::MantidWidgets::Batch::JobTreeViewSubscriber.
Definition at line 39 of file JobTreeViewSignalAdapter.cpp.
References cutRowsRequested().
|
overridevirtual |
Implements MantidQt::MantidWidgets::Batch::JobTreeViewSubscriber.
Definition at line 31 of file JobTreeViewSignalAdapter.cpp.
References editAtRowAboveRequested().
|
overridevirtual |
Implements MantidQt::MantidWidgets::Batch::JobTreeViewSubscriber.
Definition at line 43 of file JobTreeViewSignalAdapter.cpp.
References filterReset().
|
overridevirtual |
Implements MantidQt::MantidWidgets::Batch::JobTreeViewSubscriber.
Definition at line 41 of file JobTreeViewSignalAdapter.cpp.
References pasteRowsRequested().
|
overridevirtual |
Implements MantidQt::MantidWidgets::Batch::JobTreeViewSubscriber.
Definition at line 33 of file JobTreeViewSignalAdapter.cpp.
References removeRowsRequested().
|
overridevirtual |
Implements MantidQt::MantidWidgets::Batch::JobTreeViewSubscriber.
Definition at line 23 of file JobTreeViewSignalAdapter.cpp.
References rowInserted().
|
overridevirtual |
Implements MantidQt::MantidWidgets::Batch::JobTreeViewSubscriber.
Definition at line 21 of file JobTreeViewSignalAdapter.cpp.
References selectionChanged().
|
signal |
Referenced by notifyPasteRowsRequested().
|
signal |
Referenced by notifyRemoveRowsRequested().
|
signal |
Referenced by notifyRowInserted().
|
signal |
Referenced by notifySelectionChanged().