#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. |
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.
Generated Tue Apr 1 15:36:48 2008 -- using doxygen 1.5.4 | OpenMS / TOPP 1.1 |