#include <OpenMS/DATASTRUCTURES/String.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< String > | fromQStringList (const QStringList &rhs) |
| | Convert QStringList to StringList (replaces StringListUtils::fromQStringList)
|
| |
| QString | toQString (const String &s) |
| | Convert OpenMS::String to QString (replaces String::toQString())
|
| |
| String | fromQString (const QString &s) |
| | Construct OpenMS::String from QString (replaces String(const QString&))
|
| |