#include <OpenMS/DATASTRUCTURES/ListUtils.h>
#include <OpenMS/DATASTRUCTURES/StringUtils.h>
#include <QSet>
#include <QString>
#include <QStringList>
#include <vector>
Go to the source code of this file.
|
| namespace | OpenMS |
| | Main OpenMS namespace.
|
| |
|
| template<typename T , template< typename > typename C> |
| QSet< T > | toQSet (const C< T > &container) |
| | Drop-in for QT5's QStringList::toSet.
|
| |
| std::vector< std::string > | fromQStringList (const QStringList &rhs) |
| | Convert QStringList to StringList (replaces StringListUtils::fromQStringList)
|
| |
| QString | toQString (const std::string &s) |
| | Convert std::string to QString (replaces String::toQString())
|
| |
| std::string | fromQString (const QString &s) |
| | Construct std::string from QString (replaces StringUtils::toStr(const QString&))
|
| |