Dialog which allows to specify the directory for the output files. More...
#include <OpenMS/VISUAL/DIALOGS/TOPPASOutputFilesDialog.h>
Public Slots | |
| void | showFileDialog () |
| Lets the user select the directory via a file dialog. | |
Public Member Functions | |
| TOPPASOutputFilesDialog (const QString &dir_name, int num_jobs) | |
| Constructor. | |
| QString | getDirectory () |
| Returns the name of the directory. | |
| int | getNumJobs () |
| Returns the maximum number of jobs in the spinbox. | |
Static Public Member Functions | |
| static bool | dirNameValid (const QString &dir_name) |
| Returns if the directory is valid (is a directory and writable). | |
Protected Slots | |
| void | checkValidity_ () |
| Called when OK is pressed; checks if the selected file is valid. | |
Dialog which allows to specify the directory for the output files.
| TOPPASOutputFilesDialog | ( | const QString & | dir_name, | |
| int | num_jobs | |||
| ) |
Constructor.
| void checkValidity_ | ( | ) | [protected, slot] |
Called when OK is pressed; checks if the selected file is valid.
| static bool dirNameValid | ( | const QString & | dir_name | ) | [static] |
Returns if the directory is valid (is a directory and writable).
| QString getDirectory | ( | ) |
Returns the name of the directory.
| int getNumJobs | ( | ) |
Returns the maximum number of jobs in the spinbox.
| void showFileDialog | ( | ) | [slot] |
Lets the user select the directory 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 |