KDECore
kshell.h File Reference
#include <kdecore_export.h>Go to the source code of this file.
Namespaces | |
| namespace | KShell |
Enumerations | |
| enum | KShell::Errors { KShell::NoError = 0, KShell::BadQuoting, KShell::FoundMeta } |
| enum | KShell::Option { KShell::NoOptions = 0, KShell::TildeExpand = 1, KShell::AbortOnMeta = 2 } |
Functions | |
| QString | KShell::joinArgs (const QStringList &args) |
| QString | KShell::quoteArg (const QString &arg) |
| QStringList | KShell::splitArgs (const QString &cmd, Options flags=NoOptions, Errors *err=0) |
| QString | KShell::tildeExpand (const QString &path) |
KDE 4.3 API Reference