KDECore
kmacroexpander.h File Reference
#include <kdecore_export.h>#include <QtCore/QChar>Go to the source code of this file.
Classes | |
| class | KCharMacroExpander |
| Abstract base class for single char macro substitutors. More... | |
| class | KMacroExpanderBase |
| Abstract base class for the worker classes behind the KMacroExpander namespace and the KCharMacroExpander and KWordMacroExpander classes. More... | |
| class | KWordMacroExpander |
| Abstract base class for simple word macro substitutors. More... | |
Namespaces | |
| namespace | KMacroExpander |
Functions | |
| QString | KMacroExpander::expandMacros (const QString &ostr, const QHash< QString, QStringList > &map, QChar c) |
| QString | KMacroExpander::expandMacros (const QString &str, const QHash< QChar, QStringList > &map, QChar c=QLatin1Char('%')) |
| QString | KMacroExpander::expandMacros (const QString &str, const QHash< QString, QString > &map, QChar c=QLatin1Char('%')) |
| QString | KMacroExpander::expandMacros (const QString &str, const QHash< QChar, QString > &map, QChar c= '%') |
| QString | KMacroExpander::expandMacrosShellQuote (const QString &ostr, const QHash< QString, QStringList > &map, QChar c) |
| QString | KMacroExpander::expandMacrosShellQuote (const QString &str, const QHash< QChar, QStringList > &map, QChar c=QLatin1Char('%')) |
| QString | KMacroExpander::expandMacrosShellQuote (const QString &str, const QHash< QString, QString > &map, QChar c=QLatin1Char('%')) |
| QString | KMacroExpander::expandMacrosShellQuote (const QString &str, const QHash< QChar, QString > &map, QChar c=QLatin1Char('%')) |
KDE 4.3 API Reference