#include "Slot.h"#include <string>#include <vector>Go to the source code of this file.
Namespaces | |
| namespace | InterpreterUtilities |
Functions | |
| bool | InterpreterUtilities::executeScopedCommand (const std::string &interpreterName, const std::string &command, const Slot &output, const Slot &error, Progress *pProgress) |
| bool | InterpreterUtilities::executeScopedCommand (const std::string &interpreterName, const std::string &command, std::string &outputAndError, bool &hasErrorText, Progress *pProgress) |
| bool | InterpreterUtilities::isInterpreterAvailable (const std::string &interpreterName) |
| std::vector< std::string > | InterpreterUtilities::getInterpreters () |
| Interpreter * | InterpreterUtilities::getInterpreter (const std::string &interpreterName) |