Public Member Functions | |
FilterMessageReaded (QObject *parent=0) | |
int | filterableType () const |
bool | isFiltered (QVariant value) const |
QActionGroup * | createActions () |
QActionGroup * FilterMessageReaded::createActions | ( | ) | [virtual] |
Return QActionGroup that specifies user interface to filter. This function should used by FilterManager
Implements Filter.
int FilterMessageReaded::filterableType | ( | ) | const [virtual] |
Get type that filter supports Should use function qMetaTypeId() to get type identifier
Implements Filter.
bool FilterMessageReaded::isFiltered | ( | QVariant | value | ) | const [virtual] |