KDE3Support
K3ListViewSearchLineWidget Class Reference
Creates a widget featuring a K3ListViewSearchLine, a label with the text "Search" and a button to clear the search. More...
#include <k3listviewsearchline.h>
Inheritance diagram for K3ListViewSearchLineWidget:

Public Member Functions | |
virtual K3ListViewSearchLine * | createSearchLine (K3ListView *listView) |
K3ListViewSearchLineWidget (K3ListView *listView=0, QWidget *parent=0) | |
K3ListViewSearchLine * | searchLine () const |
~K3ListViewSearchLineWidget () | |
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.
K3ListViewSearchLineWidget::~K3ListViewSearchLineWidget | ( | ) |
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.
K3ListViewSearchLine * K3ListViewSearchLineWidget::searchLine | ( | ) | const |
The documentation for this class was generated from the following files: