KDECore
kshell.h File Reference
#include <qstring.h>
#include <qstringlist.h>
#include "kdelibs_export.h"
Include dependency graph for kshell.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
namespace | KShell |
Enumerations | |
enum | KShell::Errors { KShell::NoError = 0, KShell::BadQuoting, KShell::FoundMeta } |
enum | KShell::Options { KShell::NoOptions = 0, KShell::TildeExpand = 1, KShell::AbortOnMeta = 2 } |
Functions | |
QString | KShell::homeDir (const QString &user) |
QString | KShell::joinArgs (const char *const *argv, int argc=-1) |
QString | KShell::joinArgs (const QStringList &args) |
QString | KShell::joinArgsDQ (const QStringList &args) |
QStringList | KShell::splitArgs (const QString &cmd, int flags=0, int *err=0) |
QString | KShell::tildeExpand (const QString &path) |