KPIM::KListViewSearchLine Class Reference
This class makes it easy to add a search line for filtering the items in a listview based on a simple text search. More...
#include <klistviewsearchline_pimcopy.h>
Public Slots | |
virtual void | updateSearch (const QString &s=QString::null) |
void | setCaseSensitive (bool cs) |
void | setKeepParentsVisible (bool v) |
void | setSearchColumns (const QValueList< int > &columns) |
void | setListView (KListView *lv) |
Public Member Functions | |
KListViewSearchLine (QWidget *parent=0, KListView *listView=0, const char *name=0) | |
virtual | ~KListViewSearchLine () |
bool | caseSensitive () const |
QValueList< int > | searchColumns () const |
bool | keepParentsVisible () const |
KListView * | listView () const |
Protected Slots | |
void | queueSearch (const QString &search) |
void | activateSearch () |
Protected Member Functions | |
virtual bool | itemMatches (const QListViewItem *item, const QString &s) const |
virtual QPopupMenu * | createPopupMenu () |
Detailed Description
This class makes it easy to add a search line for filtering the items in a listview based on a simple text search.No changes to the application other than instantiating this class with an appropriate KListView should be needed.
Definition at line 37 of file klistviewsearchline_pimcopy.h.
Constructor & Destructor Documentation
|
Constructs a KListViewSearchLine with listView being the KListView to be filtered. If listView is null then the widget will be disabled until a listview is set with setListView(). Definition at line 55 of file klistviewsearchline_pimcopy.cpp. |
|
Destroys the KListViewSearchLine. Definition at line 76 of file klistviewsearchline_pimcopy.cpp. |
Member Function Documentation
|
Returns true if the search is case sensitive. This defaults to false.
|
|
Returns the current list of columns that will be searched. If the returned list is empty all columns will be searched.
|
|
If this is true (the default) then the parents of matched items will also be shown.
|
|
Returns the listview that is currently filtered by the search.
|
|
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 105 of file klistviewsearchline_pimcopy.cpp. |
|
Make the search case sensitive or case insensitive.
|
|
When a search is active on a list that's organized into a tree view if a parent or ancesestor of an item is does not match the search then it will be hidden and as such so too will any children that match. If this is set to true (the default) then the parents of matching items will be shown.
|
|
Sets the list of columns to be searched. The default is to search all, which can be restored by passing columns as an empty list.
|
|
Sets the KListView that is filtered by this search line. If lv is null then the widget will be disabled.
|
|
Returns true if item matches the search s. This will be evaluated based on the value of caseSensitive(). This can be overridden in subclasses to implement more complicated matching schemes. Definition at line 188 of file klistviewsearchline_pimcopy.cpp. |
|
Re-implemented for internal reasons. API not affected. See QLineEdit::mousePressEvent(). Definition at line 216 of file klistviewsearchline_pimcopy.cpp. |
The documentation for this class was generated from the following files: