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. More... | |
void | removeSelected () |
Removes all currently selected files from the list. More... | |
void | removeAll () |
Removes all files from the list. More... | |
void | editCurrentItem () |
Shows a TOPPASInputFileDialog which edits the current item. More... | |
void | moveCurrentItem () |
Moves the current item up/downwards. More... | |
Public Member Functions | |
void | dragEnterEvent (QDragEnterEvent *e) |
support drag'n'drop of files from OS window manager More... | |
void | dropEvent (QDropEvent *e) |
support drag'n'drop of files from OS window manager More... | |
TOPPASInputFilesDialog (const QStringList &list, const QString &cwd) | |
Constructor. More... | |
void | getFilenames (QStringList &files) const |
Stores the list of all filenames in the list widget in files . More... | |
const QString & | getCWD () const |
get the CWD (according to most recently added file) More... | |
virtual void | keyPressEvent (QKeyEvent *e) |
support Ctrl+C to copy currently selected items to clipboard More... | |
Protected Attributes | |
QString | cwd_ |
current working dir, i.e. the last position a file was added from More... | |
Dialog which allows to specify a list of input files.
TOPPASInputFilesDialog | ( | const QStringList & | list, |
const QString & | cwd | ||
) |
Constructor.
void dragEnterEvent | ( | QDragEnterEvent * | e | ) |
support drag'n'drop of files from OS window manager
void dropEvent | ( | QDropEvent * | e | ) |
support drag'n'drop of files from OS window manager
|
slot |
Shows a TOPPASInputFileDialog which edits the current item.
const QString& getCWD | ( | ) | const |
get the CWD (according to most recently added file)
void getFilenames | ( | QStringList & | files | ) | const |
Stores the list of all filenames in the list widget in files
.
|
virtual |
support Ctrl+C to copy currently selected items to clipboard
|
slot |
Moves the current item up/downwards.
|
slot |
Removes all files from the list.
|
slot |
Removes all currently selected files from the list.
|
slot |
Lets the user select files via a file dialog.
|
protected |
current working dir, i.e. the last position a file was added from
OpenMS / TOPP release 2.3.0 | Documentation generated on Tue Jan 9 2018 18:22:13 using doxygen 1.8.13 |