Dialog which allows to specify a list of input files. More...
#include <OpenMS/VISUAL/DIALOGS/TOPPASInputFilesDialog.h>
Public Slots | |
| void | showFileDialog () |
| Lets the user select files via a file dialog. | |
| void | removeSelected () |
| Removes all currently selected files from the list. | |
| void | removeAll () |
| Removes all files from the list. | |
| void | editCurrentItem () |
| Shows a TOPPASInputFileDialog which edits the current item. | |
| void | moveCurrentItem () |
| Moves the current item up/downwards. | |
Public Member Functions | |
| TOPPASInputFilesDialog (const QStringList &list) | |
| Constructor. | |
| void | getFilenames (QStringList &files) |
Stores the list of all filenames in the list widget in files. | |
Dialog which allows to specify a list of input files.
| TOPPASInputFilesDialog | ( | const QStringList & | list | ) |
Constructor.
| void editCurrentItem | ( | ) | [slot] |
Shows a TOPPASInputFileDialog which edits the current item.
| void getFilenames | ( | QStringList & | files | ) |
Stores the list of all filenames in the list widget in files.
| void moveCurrentItem | ( | ) | [slot] |
Moves the current item up/downwards.
| void removeAll | ( | ) | [slot] |
Removes all files from the list.
| void removeSelected | ( | ) | [slot] |
Removes all currently selected files from the list.
| void showFileDialog | ( | ) | [slot] |
Lets the user select files 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 |