ADTF  3.18.3
cFilterableTreeModel

Is a base class for models which can be filtered (by a overlayed sort proxy). More...

Inheritance diagram for cFilterableTreeModel:
[legend]

Public Member Functions

 cFilterableTreeModel (QObject *pParent=nullptr)
 
void SetFilterColumnIdx (int64_t nFilterColumnIdx)
 

Protected Member Functions

QVariant headerData (int section, Qt::Orientation orientation, int role) const
 

Protected Attributes

int64_t m_nFilterColumnIdx = -1
 

Detailed Description

Is a base class for models which can be filtered (by a overlayed sort proxy).

The main purpose is to marking the filtered column index.

Definition at line 31 of file filterable_treemodel.h.