ICS

QicsTable Documentation Set

QicsAbstractFilterDelegate Class Reference

Abstract class that represents interface for data filters. More...

#include <QicsAbstractFilterDelegate.h>

Inherited by QicsListFilterDelegate, and QicsRegexpFilterDelegate.

List of all members.

Public Member Functions

virtual bool match (const QString &string)=0


Detailed Description

Abstract class that represents interface for data filters.

Since:
2.4

Member Function Documentation

virtual bool QicsAbstractFilterDelegate::match ( const QString &  string  )  [pure virtual]

This method must be implemented in subclasses. It should return true if given string matches a filter.

Implemented in QicsListFilterDelegate, and QicsRegexpFilterDelegate.


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

All trademarks and copyrights on this page are properties of their respective owners.
The rest is copyright ©1999-2007 Integrated Computer Solutions, Inc.