|
| std::string EXPORT_OPT_MANTIDQT_COMMON | MantidQt::MantidWidgets::convertAlgPropsToString (Mantid::API::IAlgorithmRuntimeProps const &options) |
| |
| QString EXPORT_OPT_MANTIDQT_COMMON | MantidQt::MantidWidgets::convertMapToString (const std::map< QString, QString > &optionsMap, const char separator=',', const bool quoteValues=true) |
| | Convert an options map to a string.
|
| |
| std::string EXPORT_OPT_MANTIDQT_COMMON | MantidQt::MantidWidgets::convertMapToString (const std::map< std::string, std::string > &optionsMap, const char separator, const bool quoteValues) |
| | Convert an options map to a comma-separated list of key=value pairs.
|
| |
| QVector< QString > EXPORT_OPT_MANTIDQT_COMMON | MantidQt::MantidWidgets::convertStdStringVector (const std::vector< std::string > &stringVec) |
| |
| std::string EXPORT_OPT_MANTIDQT_COMMON | MantidQt::MantidWidgets::optionsToString (std::map< std::string, std::string > const &options, const bool quoteValues=true, const std::string &separator=", ") |
| |
| std::map< QString, QString > DLLExport | MantidQt::MantidWidgets::parseKeyValueQString (const QString &qstr, const std::string &separator) |
| | Parses a string in the format ‘a = 1,b=2, c = "1,2,3,4", d = 5.0, e='a,b,c’` into a map of key/value pairs.
|
| |
| std::map< std::string, std::string > DLLExport | MantidQt::MantidWidgets::parseKeyValueString (const std::string &str, const std::string &separator) |
| | Parses a string in the format ‘a = 1,b=2, c = "1,2,3,4", d = 5.0, e='a,b,c’` into a map of key/value pairs.
|
| |
| std::vector< std::string > EXPORT_OPT_MANTIDQT_COMMON | MantidQt::MantidWidgets::qListToStdVector (QList< std::string > const &qList) |
| |
| std::vector< std::string > EXPORT_OPT_MANTIDQT_COMMON | MantidQt::MantidWidgets::qStringListToStdVector (QStringList const &qList) |
| |
| QStringList EXPORT_OPT_MANTIDQT_COMMON | MantidQt::MantidWidgets::stdVectorToQStringList (std::vector< std::string > const &vec) |
| |
| void | MantidQt::MantidWidgets::trimWhitespaceAndQuotes (const QString &valueIn) |
| |
| void | MantidQt::MantidWidgets::trimWhitespaceQuotesAndEmptyValues (QStringList &values) |
| | Trim whitespace and quotes from the start/end for all strings in the given list, and subsequently remove any empty strings from the list.
|
| |