KDE3Support
Go to the documentation of this file.
20 #ifndef KLISTVIEWSEARCHLINE_H
21 #define KLISTVIEWSEARCHLINE_H
74 bool caseSensitive()
const;
90 bool keepParentsVisible()
const;
137 void setCaseSensitive(
bool cs);
149 void setKeepParentsVisible(
bool v);
160 void setSearchColumns(
const QList<int> &columns);
199 virtual void updateSearch(
K3ListView *listView);
209 virtual void disconnectListView(
K3ListView *);
225 virtual bool canChooseColumnsCheck();
241 void queueSearch(
const QString &search);
251 void activateSearch();
267 void checkItemParentsNotVisible(
K3ListView *listView);
278 void listViewDeleted(
QObject *listView );
279 void searchColumnsMenuActivated(
QAction*);
282 class K3ListViewSearchLinePrivate;
283 K3ListViewSearchLinePrivate *d;
324 virtual void createWidgets();
327 class K3ListViewSearchLineWidgetPrivate;
328 K3ListViewSearchLineWidgetPrivate *d;
This file is part of the KDE documentation.
Documentation copyright © 1996-2013 The KDE developers.
Generated on Mon Jul 15 2013 13:09:36 by
doxygen 1.8.3.1 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.