OpenMS
2.4.0
|
#include <OpenMS/VISUAL/TOPPASVertex.h>
Public Member Functions | |
TOPPASFilenames () | |
int | size () const |
const QStringList & | get () const |
const QString & | operator[] (int i) const |
Setters; their all use check_() and can throw! | |
void | set (const QStringList &filenames) |
void | set (const QString &filename, int i) |
void | push_back (const QString &filename) |
void | append (const QStringList &filenames) |
Private Member Functions | |
void | check_ (const QString &filename) |
Private Attributes | |
QStringList | filenames_ |
filenames passed from upstream node in this round More... | |
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).
|
inline |
void append | ( | const QStringList & | filenames | ) |
|
private |
const QStringList& get | ( | ) | const |
const QString& operator[] | ( | int | i | ) | const |
void push_back | ( | const QString & | filename | ) |
void set | ( | const QStringList & | filenames | ) |
void set | ( | const QString & | filename, |
int | i | ||
) |
int size | ( | ) | const |
|
private |
filenames passed from upstream node in this round