OpenMS
|
#include <OpenMS/VISUAL/TOPPASVertex.h>
Public Member Functions | |
TOPPASFilenames ()=default | |
TOPPASFilenames (const QStringList &filenames) | |
int | size () const |
const QStringList & | get () const |
const QString & | operator[] (int i) const |
Setters; their all use check_() and can throw! | |
QStringList | filenames_ |
filenames passed from upstream node in this round More... | |
void | set (const QStringList &filenames) |
void | set (const QString &filename, int i) |
void | push_back (const QString &filename) |
void | append (const QStringList &filenames) |
QStringList | getSuffixCounts () const |
void | check_ (const QString &filename) |
A class which interfaces with QStringList for holding filenames Incoming filenames are checked, and an exception is thrown if they are too long to avoid issues with common filesystems (due to filesystem limits).
|
default |
TOPPASFilenames | ( | const QStringList & | filenames | ) |
void append | ( | const QStringList & | filenames | ) |
|
private |
const QStringList& get | ( | ) | const |
QStringList getSuffixCounts | ( | ) | const |
const QString& operator[] | ( | int | i | ) | const |
void push_back | ( | const QString & | filename | ) |
void set | ( | const QString & | filename, |
int | i | ||
) |
void set | ( | const QStringList & | filenames | ) |
int size | ( | ) | const |
|
private |
filenames passed from upstream node in this round