knode
KNode::StringFilter Class Reference
#include <knstringfilter.h>
Detailed Description
Filter for string values.
Definition at line 31 of file knstringfilter.h.
Public Member Functions | |
| bool | doFilter (const QString &s) |
| void | expand (KNGroup *g) |
| void | load (const KConfigGroup &group) |
| StringFilter & | operator= (const StringFilter &sf) |
| void | save (KConfigGroup &conf) |
| StringFilter () | |
| ~StringFilter () | |
Protected Attributes | |
| bool | con |
| QString | data |
| QString | expanded |
| bool | regExp |
Constructor & Destructor Documentation
| KNode::StringFilter::StringFilter | ( | ) | [inline] |
Definition at line 36 of file knstringfilter.h.
| KNode::StringFilter::~StringFilter | ( | ) | [inline] |
Definition at line 37 of file knstringfilter.h.
Member Function Documentation
| bool KNode::StringFilter::doFilter | ( | const QString & | s | ) |
Definition at line 43 of file knstringfilter.cpp.
| void KNode::StringFilter::expand | ( | KNGroup * | g | ) |
| void KNode::StringFilter::load | ( | const KConfigGroup & | group | ) |
Definition at line 80 of file knstringfilter.cpp.
| StringFilter & KNode::StringFilter::operator= | ( | const StringFilter & | sf | ) |
Definition at line 32 of file knstringfilter.cpp.
| void KNode::StringFilter::save | ( | KConfigGroup & | conf | ) |
Definition at line 89 of file knstringfilter.cpp.
Member Data Documentation
bool KNode::StringFilter::con [protected] |
Definition at line 50 of file knstringfilter.h.
QString KNode::StringFilter::data [protected] |
Definition at line 49 of file knstringfilter.h.
QString KNode::StringFilter::expanded [protected] |
Definition at line 49 of file knstringfilter.h.
bool KNode::StringFilter::regExp [protected] |
Definition at line 50 of file knstringfilter.h.
The documentation for this class was generated from the following files:
KDE 4.2 API Reference