KDECore
kshell_win.cpp File Reference
#include "kshell.h"
#include "kshell_p.h"
#include <kkernel_win.h>
#include <QString>
#include <QStringList>
#include <QtCore/QDir>
Include dependency graph for kshell_win.cpp:

Go to the source code of this file.
Functions | |
static bool | isMetaChar (ushort c) |
static bool | isSpecialChar (ushort c) |
static bool | isWhiteSpace (ushort c) |
QString | KShell::quoteArg (const QString &arg) |
QString | KShell::quoteArgInternal (const QString &arg, bool _inquote) |
QStringList | KShell::splitArgs (const QString &cmd, Options flags=NoOptions, Errors *err=0) |
Function Documentation
static bool isMetaChar | ( | ushort | c | ) | [inline, static] |
Definition at line 58 of file kshell_win.cpp.
static bool isSpecialChar | ( | ushort | c | ) | [inline, static] |
Definition at line 68 of file kshell_win.cpp.
static bool isWhiteSpace | ( | ushort | c | ) | [inline, static] |
Definition at line 82 of file kshell_win.cpp.