Dialog which allows to specify an input file. More...
#include <OpenMS/VISUAL/DIALOGS/TOPPASInputFileDialog.h>
Public Slots | |
void | showFileDialog () |
Lets the user select the file via a file dialog. More... | |
Public Member Functions | |
TOPPASInputFileDialog (const QString &file_name) | |
Constructor. More... | |
QString | getFilename () |
Returns the filename. More... | |
Static Public Member Functions | |
static bool | fileNameValid (const QString &file_name) |
Returns if the file name is valid (exists, is readable, and is not a directory) More... | |
Protected Slots | |
void | checkValidity_ () |
Called when OK is pressed; checks if the selected file is valid. More... | |
Protected Attributes | |
QObject * | parent_ |
The parent. More... | |
Dialog which allows to specify an input file.
TOPPASInputFileDialog | ( | const QString & | file_name | ) |
Constructor.
|
protectedslot |
Called when OK is pressed; checks if the selected file is valid.
|
static |
Returns if the file name is valid (exists, is readable, and is not a directory)
QString getFilename | ( | ) |
Returns the filename.
|
slot |
Lets the user select the file via a file dialog.
|
protected |
The parent.
OpenMS / TOPP release 2.3.0 | Documentation generated on Tue Jan 9 2018 18:22:13 using doxygen 1.8.13 |