#include <tdelistviewsearchline.h>

Public Member Functions | |
TDEListViewSearchLineWidget (TDEListView *listView=0, TQWidget *parent=0, const char *name=0) | |
~TDEListViewSearchLineWidget () | |
virtual TDEListViewSearchLine * | createSearchLine (TDEListView *listView) |
TDEListViewSearchLine * | searchLine () const |
Protected Slots | |
virtual void | createWidgets () |
Detailed Description
Creates a widget featuring a TDEListViewSearchLine, a label with the text "Search" and a button to clear the search.
- Since:
- 3.4
Definition at line 219 of file tdelistviewsearchline.h.
Constructor & Destructor Documentation
TDEListViewSearchLineWidget::TDEListViewSearchLineWidget | ( | TDEListView * | listView = 0 , |
TQWidget * | parent = 0 , |
||
const char * | name = 0 |
||
) |
Creates a TDEListViewSearchLineWidget for listView with parent as the parent with and name.
Definition at line 418 of file tdelistviewsearchline.cpp.
Destroys the TDEListViewSearchLineWidget.
Definition at line 431 of file tdelistviewsearchline.cpp.
Member Function Documentation
TDEListViewSearchLine * TDEListViewSearchLineWidget::createSearchLine | ( | TDEListView * | listView | ) | [virtual] |
Creates the search line.
This can be useful to reimplement in cases where a TDEListViewSearchLine subclass is used.
Definition at line 436 of file tdelistviewsearchline.cpp.
void TDEListViewSearchLineWidget::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 443 of file tdelistviewsearchline.cpp.
Returns a pointer to the search line.
Definition at line 466 of file tdelistviewsearchline.cpp.
The documentation for this class was generated from the following files: