KDEUI
#include <kfilterproxysearchline.h>
Public Member Functions | |
KFilterProxySearchLine (QWidget *parent=0) | |
~KFilterProxySearchLine () | |
KLineEdit * | lineEdit () const |
void | setProxy (QSortFilterProxyModel *proxy) |
void | setText (const QString &text) |
Detailed Description
Responsible for the quick search when you are using a QSortFilterProxyModel.
This will give you an widget which you can embed in your application, call the setProxy() function to indicate on which QSortFilterProxyModel this search line should operate.
- Since
- 4.2
Definition at line 42 of file kfilterproxysearchline.h.
Constructor & Destructor Documentation
|
explicit |
Constructor.
Private class that helps to provide binary compatibility between releases.
Definition at line 68 of file kfilterproxysearchline.cpp.
KFilterProxySearchLine::~KFilterProxySearchLine | ( | ) |
Destructor.
Definition at line 83 of file kfilterproxysearchline.cpp.
Member Function Documentation
KLineEdit * KFilterProxySearchLine::lineEdit | ( | ) | const |
Returns the pointer of the lineedit.
Definition at line 98 of file kfilterproxysearchline.cpp.
void KFilterProxySearchLine::setProxy | ( | QSortFilterProxyModel * | proxy | ) |
Associate a proxy.
- Parameters
-
proxy The proxy to operate with.
Definition at line 93 of file kfilterproxysearchline.cpp.
void KFilterProxySearchLine::setText | ( | const QString & | text | ) |
To set the search to a text.
Definition at line 88 of file kfilterproxysearchline.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:49:17 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.