Mantid
Loading...
Searching...
No Matches
Public Member Functions | Protected Member Functions | List of all members
MantidQt::MantidWidgets::Batch::RowPredicate Class Referenceabstract

#include <RowPredicate.h>

Inheritance diagram for MantidQt::MantidWidgets::Batch::RowPredicate:
MantidQt::MantidWidgets::Batch::LambdaRowPredicate< LambdaPredicate >

Public Member Functions

bool operator() (RowLocation const &row) const
 
virtual ~RowPredicate ()=default
 

Protected Member Functions

virtual bool rowMeetsCriteria (RowLocation const &row) const =0
 

Detailed Description

Definition at line 19 of file RowPredicate.h.

Constructor & Destructor Documentation

◆ ~RowPredicate()

virtual MantidQt::MantidWidgets::Batch::RowPredicate::~RowPredicate ( )
virtualdefault

Member Function Documentation

◆ operator()()

bool MantidQt::MantidWidgets::Batch::RowPredicate::operator() ( RowLocation const &  row) const

Definition at line 11 of file RowPredicate.cpp.

References rowMeetsCriteria().

◆ rowMeetsCriteria()

virtual bool MantidQt::MantidWidgets::Batch::RowPredicate::rowMeetsCriteria ( RowLocation const &  row) const
protectedpure virtual

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