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. | |
Public Member Functions | |
| TOPPASInputFileDialog (const QString &file_name) | |
| Constructor. | |
| QString | getFilename () |
| Returns the filename. | |
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). | |
Protected Slots | |
| void | checkValidity_ () |
| Called when OK is pressed; checks if the selected file is valid. | |
Protected Attributes | |
| QObject * | parent_ |
| The parent. | |
Dialog which allows to specify an input file.
| TOPPASInputFileDialog | ( | const QString & | file_name | ) |
Constructor.
| void checkValidity_ | ( | ) | [protected, slot] |
Called when OK is pressed; checks if the selected file is valid.
| static bool fileNameValid | ( | const QString & | file_name | ) | [static] |
Returns if the file name is valid (exists, is readable, and is not a directory).
| QString getFilename | ( | ) |
Returns the filename.
| void showFileDialog | ( | ) | [slot] |
Lets the user select the file via a file dialog.
| OpenMS / TOPP release 1.10.0 | Documentation generated on Thu Mar 7 2013 09:42:58 using doxygen 1.7.1 |