KDECore
kmacroexpander.cpp File Reference
#include "kmacroexpander_p.h"
#include "kdebug.h"
#include <QtCore/QHash>
#include <QtCore/QStringList>
Include dependency graph for kmacroexpander.cpp:

Go to the source code of this file.
Function Documentation
static bool isIdentifier | ( | QChar | c | ) | [static] |
Definition at line 117 of file kmacroexpander.cpp.
static QStringList& operator+= | ( | QStringList & | s, | |
const QString & | n | |||
) | [static] |
Definition at line 112 of file kmacroexpander.cpp.
template<typename KT , typename VT >
QString TexpandMacros | ( | const QString & | ostr, | |
const QHash< KT, VT > & | map, | |||
QChar | c | |||
) | [inline] |
Definition at line 311 of file kmacroexpander.cpp.
template<typename KT , typename VT >
QString TexpandMacrosShellQuote | ( | const QString & | ostr, | |
const QHash< KT, VT > & | map, | |||
QChar | c | |||
) | [inline] |
Definition at line 321 of file kmacroexpander.cpp.