KDECore
kmacroexpander.cpp File Reference
#include <kmacroexpander.h>
#include <qvaluestack.h>
#include <qregexp.h>
Include dependency graph for kmacroexpander.cpp:
Go to the source code of this file.
Function Documentation
static bool isIdentifier | ( | uint | c | ) | [static] |
Definition at line 316 of file kmacroexpander.cpp.
static QStringList& operator+= | ( | QStringList & | s, | |
const QString & | n | |||
) | [static] |
Definition at line 311 of file kmacroexpander.cpp.
template<class KT , class VT >
QString TexpandMacros | ( | const QString & | ostr, | |
const QMap< KT, VT > & | map, | |||
QChar | c | |||
) | [inline] |
Definition at line 498 of file kmacroexpander.cpp.
template<class KT , class VT >
QString TexpandMacrosShellQuote | ( | const QString & | ostr, | |
const QMap< KT, VT > & | map, | |||
QChar | c | |||
) | [inline] |
Definition at line 508 of file kmacroexpander.cpp.