knode
#include <knstringfilter.h>
Public Member Functions | |
StringFilter () | |
~StringFilter () | |
bool | doFilter (const QString &s) |
void | expand (KNGroup *g) |
void | load (const KConfigGroup &group) |
StringFilter & | operator= (const StringFilter &sf) |
void | save (KConfigGroup &conf) |
Protected Attributes | |
bool | con |
QString | data |
QString | expanded |
bool | regExp |
Detailed Description
Filter for string values.
Definition at line 31 of file knstringfilter.h.
Constructor & Destructor Documentation
|
inline |
Definition at line 36 of file knstringfilter.h.
|
inline |
Definition at line 37 of file knstringfilter.h.
Member Function Documentation
bool KNode::StringFilter::doFilter | ( | const QString & | s | ) |
Definition at line 45 of file knstringfilter.cpp.
void KNode::StringFilter::expand | ( | KNGroup * | g | ) |
replace placeholders
Definition at line 65 of file knstringfilter.cpp.
void KNode::StringFilter::load | ( | const KConfigGroup & | group | ) |
Definition at line 86 of file knstringfilter.cpp.
StringFilter & KNode::StringFilter::operator= | ( | const StringFilter & | sf | ) |
Definition at line 34 of file knstringfilter.cpp.
void KNode::StringFilter::save | ( | KConfigGroup & | conf | ) |
Definition at line 95 of file knstringfilter.cpp.
Member Data Documentation
|
protected |
Definition at line 50 of file knstringfilter.h.
|
protected |
Definition at line 49 of file knstringfilter.h.
|
protected |
Definition at line 49 of file knstringfilter.h.
|
protected |
Definition at line 50 of file knstringfilter.h.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:34:19 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.