Konsole
ShellCommand.cpp
Go to the documentation of this file.
int indexOf(QChar ch, int from, Qt::CaseSensitivity cs) const
static QString expand(const QString &text)
Expands environment variables in text .
Definition: ShellCommand.cpp:74
const T & at(int i) const
QString join(const QString &separator) const
static bool isValidEnvCharacter(const QChar &ch)
Definition: ShellCommand.cpp:81
A class to parse and extract information about shell commands.
Definition: ShellCommand.h:52
int count(const T &value) const
QString fromLocal8Bit(const char *str, int size)
ShellCommand(const QString &aCommand)
Constructs a ShellCommand from a command line.
Definition: ShellCommand.cpp:28
bool isEmpty() const
bool isEmpty() const
ushort unicode() const
QByteArray toLocal8Bit() const
static bool isValidLeadingEnvCharacter(const QChar &ch)
Definition: ShellCommand.cpp:87
QString & replace(int position, int n, QChar after)
QString mid(int position, int n) const
int count() const
const QChar at(int position) const
int length() const
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Sat May 9 2020 03:56:27 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Sat May 9 2020 03:56:27 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.