KDECore
kshell_unix.cpp File Reference
#include "kshell.h"
#include "kshell_p.h"
#include <kuser.h>
#include <QtCore/QChar>
#include <QtCore/QStringList>
Include dependency graph for kshell_unix.cpp:

Go to the source code of this file.
Functions | |
static int | fromHex (QChar cUnicode) |
static bool | isMeta (QChar cUnicode) |
static bool | isQuoteMeta (QChar cUnicode) |
static bool | isSpecial (QChar cUnicode) |
QString | KShell::quoteArg (const QString &arg) |
QStringList | KShell::splitArgs (const QString &cmd, Options flags=NoOptions, Errors *err=0) |
Function Documentation
static int fromHex | ( | QChar | cUnicode | ) | [static] |
Definition at line 30 of file kshell_unix.cpp.
Definition at line 58 of file kshell_unix.cpp.
Definition at line 43 of file kshell_unix.cpp.
Definition at line 265 of file kshell_unix.cpp.