Data_deduplication_service
Service that will use hashes to deduplicate files
models::notNullFilterProxyModel Class Reference

Sort filter model that filters out all rows with NULL values. More...

#include <myPqxxModel.h>

+ Inheritance diagram for models::notNullFilterProxyModel:
+ Collaboration diagram for models::notNullFilterProxyModel:

Public Member Functions

 notNullFilterProxyModel (QObject *parent=nullptr)
 

Protected Member Functions

bool filterAcceptsRow (int sourceRow, const QModelIndex &sourceParent) const override
 

Detailed Description

Sort filter model that filters out all rows with NULL values.

Constructor & Destructor Documentation

◆ notNullFilterProxyModel()

models::notNullFilterProxyModel::notNullFilterProxyModel ( QObject *  parent = nullptr)
inlineexplicit

Member Function Documentation

◆ filterAcceptsRow()

bool models::notNullFilterProxyModel::filterAcceptsRow ( int  sourceRow,
const QModelIndex &  sourceParent 
) const
inlineoverrideprotected

Filters out rows with empty values

Parameters
sourceRow
sourceParent

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