Conference Registration 2024.07.18.04
Loading...
Searching...
No Matches
RegistrationFilterProxyModel Class Reference

The RegistrationFilterProxyModel class is a custom proxy model that filters the data based on a filter text. More...

#include <registrationfilterproxymodel.h>

Inheritance diagram for RegistrationFilterProxyModel:

Public Slots

void setFilterText (const QString &filterText)
 Sets the filter text to be used for filtering the data.
 

Public Member Functions

 RegistrationFilterProxyModel (QObject *parent=nullptr)
 Constructs a RegistrationFilterProxyModel object.
 

Detailed Description

The RegistrationFilterProxyModel class is a custom proxy model that filters the data based on a filter text.

This class inherits from QSortFilterProxyModel and adds the functionality to filter the data based on a filter text. It provides a slot to set the filter text and updates the filtered data accordingly.

Constructor & Destructor Documentation

◆ RegistrationFilterProxyModel()

RegistrationFilterProxyModel::RegistrationFilterProxyModel ( QObject * parent = nullptr)
explicit

Constructs a RegistrationFilterProxyModel object.

Parameters
parentThe parent object.

Member Function Documentation

◆ setFilterText

void RegistrationFilterProxyModel::setFilterText ( const QString & filterText)
slot

Sets the filter text to be used for filtering the data.

Parameters
filterTextThe filter text.

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