MauiKit Terminal
ShellCommand.cpp
A class to parse and extract information about shell commands.
Definition ShellCommand.h:37
ShellCommand(const QString &aCommand)
Constructs a ShellCommand from a command line.
Definition ShellCommand.cpp:15
static QString expand(const QString &text)
Expands environment variables in text .
Definition ShellCommand.cpp:71
ShellCommand(const QString &aCommand)
Constructs a ShellCommand from a command line.
Definition ShellCommand.cpp:15
const char * constData() const const
char16_t & unicode()
const_reference at(qsizetype i) const const
void reserve(qsizetype size)
qsizetype size() const const
const QChar at(qsizetype position) const const
QString fromLocal8Bit(QByteArrayView str)
qsizetype indexOf(QChar ch, qsizetype from, Qt::CaseSensitivity cs) const const
bool isEmpty() const const
qsizetype length() const const
QString mid(qsizetype position, qsizetype n) const const
QString & replace(QChar before, QChar after, Qt::CaseSensitivity cs)
qsizetype size() const const
QByteArray toLocal8Bit() const const
QString join(QChar separator) const const
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 31 2025 12:05:12 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 31 2025 12:05:12 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.