kleopatra
Kleo::SearchBar Class Reference
#include <searchbar.h>
Inheritance diagram for Kleo::SearchBar:

Detailed Description
Definition at line 46 of file searchbar.h.
Public Slots | |
| void | setChangeKeyFilterEnabled (bool enable) |
| void | setChangeStringFilterEnabled (bool enable) |
| void | setKeyFilter (const boost::shared_ptr< Kleo::KeyFilter > &filter) |
| void | setStringFilter (const QString &text) |
Signals | |
| void | keyFilterChanged (const boost::shared_ptr< Kleo::KeyFilter > &filter) |
| void | stringFilterChanged (const QString &text) |
Public Member Functions | |
| const boost::shared_ptr < KeyFilter > & | keyFilter () const |
| SearchBar (QWidget *parent=0, Qt::WindowFlags f=0) | |
| QString | stringFilter () const |
| ~SearchBar () | |
Constructor & Destructor Documentation
| Kleo::SearchBar::SearchBar | ( | QWidget * | parent = 0, |
|
| Qt::WindowFlags | f = 0 | |||
| ) | [explicit] |
| SearchBar::~SearchBar | ( | ) |
Definition at line 120 of file searchbar.cpp.
Member Function Documentation
| const boost::shared_ptr<KeyFilter>& Kleo::SearchBar::keyFilter | ( | ) | const |
| void Kleo::SearchBar::keyFilterChanged | ( | const boost::shared_ptr< Kleo::KeyFilter > & | filter | ) | [signal] |
| void SearchBar::setChangeKeyFilterEnabled | ( | bool | enable | ) | [slot] |
Definition at line 142 of file searchbar.cpp.
| void SearchBar::setChangeStringFilterEnabled | ( | bool | enable | ) | [slot] |
Definition at line 137 of file searchbar.cpp.
| void Kleo::SearchBar::setKeyFilter | ( | const boost::shared_ptr< Kleo::KeyFilter > & | filter | ) | [slot] |
| void SearchBar::setStringFilter | ( | const QString & | text | ) | [slot] |
Definition at line 123 of file searchbar.cpp.
| QString Kleo::SearchBar::stringFilter | ( | ) | const |
| void Kleo::SearchBar::stringFilterChanged | ( | const QString & | text | ) | [signal] |
The documentation for this class was generated from the following files:
KDE 4.1 API Reference