KDE3Support
#include <k3listviewsearchline.h>

Public Member Functions | |
| K3ListViewSearchLineWidget (K3ListView *listView=0, QWidget *parent=0) | |
| ~K3ListViewSearchLineWidget () | |
| virtual K3ListViewSearchLine * | createSearchLine (K3ListView *listView) |
| K3ListViewSearchLine * | searchLine () const |
Protected Slots | |
| virtual void | createWidgets () |
Detailed Description
Creates a widget featuring a K3ListViewSearchLine, a label with the text "Search" and a button to clear the search.
Definition at line 290 of file k3listviewsearchline.h.
Constructor & Destructor Documentation
| K3ListViewSearchLineWidget::K3ListViewSearchLineWidget | ( | K3ListView * | listView = 0, |
| QWidget * | parent = 0 |
||
| ) |
Creates a K3ListViewSearchLineWidget for listView with parent as the parent with and name.
Definition at line 531 of file k3listviewsearchline.cpp.
Destroys the K3ListViewSearchLineWidget.
Definition at line 543 of file k3listviewsearchline.cpp.
Member Function Documentation
| K3ListViewSearchLine * K3ListViewSearchLineWidget::createSearchLine | ( | K3ListView * | listView | ) | [virtual] |
Creates the search line.
This can be useful to reimplement in cases where a K3ListViewSearchLine subclass is used.
Definition at line 548 of file k3listviewsearchline.cpp.
| void K3ListViewSearchLineWidget::createWidgets | ( | ) | [protected, virtual, slot] |
Creates the widgets inside of the widget.
This is called from the constructor via a single shot timer so that it it guaranteed to run after construction is complete. This makes it suitable for overriding in subclasses.
Definition at line 555 of file k3listviewsearchline.cpp.
Returns a pointer to the search line.
Definition at line 567 of file k3listviewsearchline.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2012 The KDE developers.
Generated on Wed May 2 2012 19:04:52 by doxygen 1.8.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.