A templated generic ObjectFilterProxyModelBase for some data type. More...
#include <objecttypefilterproxymodel.h>
Public Member Functions | |
ObjectTypeFilterProxyModel (QObject *parent=0) | |
![]() | |
ObjectFilterProxyModelBase (QObject *parent=0) |
Protected Member Functions | |
virtual bool | filterAcceptsObject (QObject *object) const |
![]() | |
bool | filterAcceptsRow (int source_row, const QModelIndex &source_parent) const |
A templated generic ObjectFilterProxyModelBase for some data type.
|
inlineexplicit |
Constructor.
parent | is the parent object for this instance. |
|
inlineprotectedvirtual |
Determines if the specified QObject can be included in the model.
object | is a pointer to the QObject to test. |
Implements GammaRay::ObjectFilterProxyModelBase.