#include "SUIT_extensions.h"#include <QProcessEnvironment>#include <QRegExp>#include <Qtx.h>#include <codecvt>#include <locale>Namespaces | |
| SUIT_tools | |
Functions | |
| QString | SUIT_tools::substituteBashVars (const QString &theString) |
| Replaces all Bash-style variables (enlosed with "${" and "}") with values of corresponding environment variables. More... | |
| QString | SUIT_tools::substituteDOSVars (const QString &theString) |
| Replaces all DOS-style variables (enlosed with "%") with values of corresponding environment variables. More... | |
| QString | SUIT_tools::substituteVars (const QString &theString) |
| Replaces all Bash- and DOS- style variables with values of corresponding environment variables. More... | |
| std::wstring | SUIT_tools::to_wstring (const std::string &theStdString) |