Mantid
Loading...
Searching...
No Matches
Signals | Public Member Functions | List of all members
MantidQt::MantidWidgets::Batch::JobTreeViewSignalAdapter Class Reference

#include <JobTreeViewSignalAdapter.h>

Inheritance diagram for MantidQt::MantidWidgets::Batch::JobTreeViewSignalAdapter:
MantidQt::MantidWidgets::Batch::JobTreeViewSubscriber

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
 

Detailed Description

Definition at line 17 of file JobTreeViewSignalAdapter.h.

Constructor & Destructor Documentation

◆ JobTreeViewSignalAdapter()

MantidQt::MantidWidgets::Batch::JobTreeViewSignalAdapter::JobTreeViewSignalAdapter ( JobTreeView view,
QObject *  parent = nullptr 
)

Member Function Documentation

◆ appendAndEditAtChildRowRequested

void MantidQt::MantidWidgets::Batch::JobTreeViewSignalAdapter::appendAndEditAtChildRowRequested ( )
signal

◆ appendAndEditAtRowBelowRequested

void MantidQt::MantidWidgets::Batch::JobTreeViewSignalAdapter::appendAndEditAtRowBelowRequested ( )
signal

◆ cellTextChanged

void MantidQt::MantidWidgets::Batch::JobTreeViewSignalAdapter::cellTextChanged ( MantidQt::MantidWidgets::Batch::RowLocation const &  itemIndex,
int  column,
std::string const &  oldValue,
std::string const &  newValue 
)
signal

Referenced by notifyCellTextChanged().

◆ copyRowsRequested

void MantidQt::MantidWidgets::Batch::JobTreeViewSignalAdapter::copyRowsRequested ( )
signal

Referenced by notifyCopyRowsRequested().

◆ cutRowsRequested

void MantidQt::MantidWidgets::Batch::JobTreeViewSignalAdapter::cutRowsRequested ( )
signal

Referenced by notifyCutRowsRequested().

◆ editAtRowAboveRequested

void MantidQt::MantidWidgets::Batch::JobTreeViewSignalAdapter::editAtRowAboveRequested ( )
signal

◆ filterReset

void MantidQt::MantidWidgets::Batch::JobTreeViewSignalAdapter::filterReset ( )
signal

Referenced by notifyFilterReset().

◆ notifyAppendAndEditAtChildRowRequested()

void MantidQt::MantidWidgets::Batch::JobTreeViewSignalAdapter::notifyAppendAndEditAtChildRowRequested ( )
overridevirtual

◆ notifyAppendAndEditAtRowBelowRequested()

void MantidQt::MantidWidgets::Batch::JobTreeViewSignalAdapter::notifyAppendAndEditAtRowBelowRequested ( )
overridevirtual

◆ notifyCellTextChanged()

void MantidQt::MantidWidgets::Batch::JobTreeViewSignalAdapter::notifyCellTextChanged ( RowLocation const &  itemIndex,
int  column,
std::string const &  oldValue,
std::string const &  newValue 
)
overridevirtual

◆ notifyCopyRowsRequested()

void MantidQt::MantidWidgets::Batch::JobTreeViewSignalAdapter::notifyCopyRowsRequested ( )
overridevirtual

◆ notifyCutRowsRequested()

void MantidQt::MantidWidgets::Batch::JobTreeViewSignalAdapter::notifyCutRowsRequested ( )
overridevirtual

◆ notifyEditAtRowAboveRequested()

void MantidQt::MantidWidgets::Batch::JobTreeViewSignalAdapter::notifyEditAtRowAboveRequested ( )
overridevirtual

◆ notifyFilterReset()

void MantidQt::MantidWidgets::Batch::JobTreeViewSignalAdapter::notifyFilterReset ( )
overridevirtual

◆ notifyPasteRowsRequested()

void MantidQt::MantidWidgets::Batch::JobTreeViewSignalAdapter::notifyPasteRowsRequested ( )
overridevirtual

◆ notifyRemoveRowsRequested()

void MantidQt::MantidWidgets::Batch::JobTreeViewSignalAdapter::notifyRemoveRowsRequested ( std::vector< RowLocation > const &  locationsOfRowsToRemove)
overridevirtual

◆ notifyRowInserted()

void MantidQt::MantidWidgets::Batch::JobTreeViewSignalAdapter::notifyRowInserted ( RowLocation const &  newRowLocation)
overridevirtual

◆ notifySelectionChanged()

void MantidQt::MantidWidgets::Batch::JobTreeViewSignalAdapter::notifySelectionChanged ( )
overridevirtual

◆ pasteRowsRequested

void MantidQt::MantidWidgets::Batch::JobTreeViewSignalAdapter::pasteRowsRequested ( )
signal

◆ removeRowsRequested

void MantidQt::MantidWidgets::Batch::JobTreeViewSignalAdapter::removeRowsRequested ( std::vector< MantidQt::MantidWidgets::Batch::RowLocation > const &  locationsOfRowsToRemove)
signal

◆ rowInserted

void MantidQt::MantidWidgets::Batch::JobTreeViewSignalAdapter::rowInserted ( MantidQt::MantidWidgets::Batch::RowLocation const &  newRowLocation)
signal

Referenced by notifyRowInserted().

◆ selectionChanged

void MantidQt::MantidWidgets::Batch::JobTreeViewSignalAdapter::selectionChanged ( )
signal

Referenced by notifySelectionChanged().


The documentation for this class was generated from the following files: