Dialog for creating and changing a DataFilter. More...
#include <OpenMS/VISUAL/DIALOGS/DataFilterDialog.h>
Public Member Functions | |
| DataFilterDialog (DataFilters::DataFilter &filter, QWidget *parent) | |
| constructor | |
Protected Slots | |
| void | check_ () |
| Checks if the settings are valid and writes them to filter_ if so. | |
| void | field_changed_ (const QString &) |
| Is called when field_ changes and enables/disables the meta data functionality as needed. | |
| void | op_changed_ (const QString &) |
| Is called when op_ changes and disables the value field, if operation is "exists", else enables it. | |
Protected Attributes | |
| DataFilters::DataFilter & | filter_ |
| Reference to the filter that is modified. | |
Private Member Functions | |
| DataFilterDialog () | |
| Not implemented. | |
Dialog for creating and changing a DataFilter.
| DataFilterDialog | ( | DataFilters::DataFilter & | filter, | |
| QWidget * | parent | |||
| ) |
constructor
| DataFilterDialog | ( | ) | [private] |
Not implemented.
| void check_ | ( | ) | [protected, slot] |
Checks if the settings are valid and writes them to filter_ if so.
| void field_changed_ | ( | const QString & | ) | [protected, slot] |
Is called when field_ changes and enables/disables the meta data functionality as needed.
| void op_changed_ | ( | const QString & | ) | [protected, slot] |
Is called when op_ changes and disables the value field, if operation is "exists", else enables it.
DataFilters::DataFilter& filter_ [protected] |
Reference to the filter that is modified.
| OpenMS / TOPP release 1.10.0 | Documentation generated on Thu Mar 7 2013 09:42:58 using doxygen 1.7.1 |