#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_ |
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 |
OpenMS / TOPP release 2.3.0 | Documentation generated on Tue Jan 9 2018 18:22:13 using doxygen 1.8.13 |