TDEListViewIndexedSearchLine Class Reference
#include <tdelistviewindexedsearchline.h>
Inherits KMail::HeaderListQuickSearch.
Public Slots | |
| virtual void | updateSearch (const TQString &s=TQString()) |
Public Slots inherited from KMail::HeaderListQuickSearch | |
| void | reset () |
Public Member Functions | |
| TDEListViewIndexedSearchLine (TQWidget *parent, TDEListView *listView, TDEActionCollection *action, const char *name=0) | |
Public Member Functions inherited from KMail::HeaderListQuickSearch | |
| HeaderListQuickSearch (TQWidget *parent, TDEListView *listView, TDEActionCollection *actionCollection, const char *name=0) | |
| bool | eventFilter (TQObject *watched, TQEvent *event) |
| TQString | currentSearchTerm () const |
| int | currenStatus () const |
Protected Member Functions | |
| virtual bool | itemMatches (const TQListViewItem *item, const TQString &s) const |
Protected Member Functions inherited from KMail::HeaderListQuickSearch | |
| virtual bool | itemMatches (const TQListViewItem *item, const TQString &s) const |
Additional Inherited Members | |
Signals inherited from KMail::HeaderListQuickSearch | |
| void | requestFullSearch () |
Detailed Description
Extends HeaderListQuickSearch to also search inside message bodies using KMMsgIndex.
Definition at line 49 of file tdelistviewindexedsearchline.h.
Member Function Documentation
|
virtualslot |
Updates search to only make visible the items that match s.
If s is null then the line edit's text will be used.
Definition at line 51 of file tdelistviewindexedsearchline.cpp.
The documentation for this class was generated from the following files:

Public Slots inherited from