OpenMS
2.5.0
|
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... | |
~TOPPASInputFileDialog () | |
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... | |
Private Attributes | |
Ui::TOPPASInputFileDialogTemplate * | ui_ |
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.
|
private |