OpenMS
|
Dialog for creating and changing a DataFilter. More...
#include <OpenMS/VISUAL/DIALOGS/DataFilterDialog.h>
Public Member Functions | |
DataFilterDialog (DataFilters::DataFilter &filter, QWidget *parent) | |
constructor More... | |
virtual | ~DataFilterDialog () |
destructor More... | |
Protected Slots | |
void | check_ () |
Checks if the settings are valid and writes them to filter_ if so. More... | |
void | field_changed_ (const QString &) |
Is called when field_ changes and enables/disables the meta data functionality as needed. More... | |
void | op_changed_ (const QString &) |
Is called when op_ changes and disables the value field, if operation is "exists", else enables it. More... | |
Protected Attributes | |
DataFilters::DataFilter & | filter_ |
Reference to the filter that is modified. More... | |
Private Member Functions | |
DataFilterDialog () | |
Not implemented. More... | |
Private Attributes | |
Ui::DataFilterDialogTemplate * | ui_ |
Dialog for creating and changing a DataFilter.
DataFilterDialog | ( | DataFilters::DataFilter & | filter, |
QWidget * | parent | ||
) |
constructor
|
virtual |
destructor
|
private |
Not implemented.
|
protectedslot |
Checks if the settings are valid and writes them to filter_ if so.
|
protectedslot |
Is called when field_ changes and enables/disables the meta data functionality as needed.
|
protectedslot |
Is called when op_ changes and disables the value field, if operation is "exists", else enables it.
|
protected |
Reference to the filter that is modified.
|
private |