Mantid
|
#include <RowPredicate.h>
Public Member Functions | |
LambdaRowPredicate (LambdaPredicate predicate) | |
Public Member Functions inherited from MantidQt::MantidWidgets::Batch::RowPredicate | |
bool | operator() (RowLocation const &row) const |
virtual | ~RowPredicate ()=default |
Protected Member Functions | |
bool | rowMeetsCriteria (RowLocation const &row) const override |
virtual bool | rowMeetsCriteria (RowLocation const &row) const =0 |
Private Attributes | |
LambdaPredicate | m_predicate |
Definition at line 28 of file RowPredicate.h.
|
inline |
Definition at line 30 of file RowPredicate.h.
|
inlineoverrideprotectedvirtual |
Implements MantidQt::MantidWidgets::Batch::RowPredicate.
Definition at line 33 of file RowPredicate.h.
References MantidQt::MantidWidgets::Batch::LambdaRowPredicate< LambdaPredicate >::m_predicate.
|
private |
Definition at line 36 of file RowPredicate.h.
Referenced by MantidQt::MantidWidgets::Batch::LambdaRowPredicate< LambdaPredicate >::rowMeetsCriteria().