KDE3Support
#include <k3listviewsearchline.h>
Public Member Functions | |
K3ListViewSearchLineWidget (K3ListView *listView=0, QWidget *parent=0) | |
~K3ListViewSearchLineWidget () | |
virtual K3ListViewSearchLine * | createSearchLine (K3ListView *listView) |
K3ListViewSearchLine * | searchLine () const |
Public Member Functions inherited from KHBox | |
KHBox (QWidget *parent=0) | |
~KHBox () | |
virtual QSize | minimumSizeHint () const |
void | setMargin (int margin) |
void | setSpacing (int space) |
void | setStretchFactor (QWidget *widget, int stretch) |
virtual QSize | sizeHint () const |
Protected Slots | |
virtual void | createWidgets () |
Additional Inherited Members | |
Protected Member Functions inherited from KHBox | |
KHBox (bool vertical, QWidget *parent) | |
virtual void | childEvent (QChildEvent *ev) |
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 | ( | ) |
Destroys the K3ListViewSearchLineWidget.
Definition at line 543 of file k3listviewsearchline.cpp.
Member Function Documentation
|
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.
|
protectedvirtualslot |
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 |
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-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:51:59 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.