#include <filtercriteriawidget.h>
Public Member Functions | |
FilterCriteriaWidget (QWidget *parent=0) | |
~FilterCriteriaWidget () | |
void | setNumCriteria (int source, int condition, uint value) |
void | setTextCriteria (int source, int condition, QString value, bool cs) |
void | setTextListCriteria (int source, int condition, QString value, bool cs) |
FilterCriteria_Type | getValues () |
Definition at line 74 of file filtercriteriawidget.h.
FilterCriteriaWidget::FilterCriteriaWidget | ( | QWidget * | parent = 0 |
) |
Constructor
parent | parent widget |
Definition at line 21 of file filtercriteriawidget.cpp.
FilterCriteriaWidget::~FilterCriteriaWidget | ( | ) |
Destructor
Definition at line 155 of file filtercriteriawidget.cpp.
void FilterCriteriaWidget::setNumCriteria | ( | int | source, | |
int | condition, | |||
uint | value | |||
) |
Sets the values of a numeric criteria.
source | Object of Comparison (see constants.h for valid values) | |
condition | Condition of the comparison (see constants.h for valid values) | |
value | comparison value |
Definition at line 259 of file filtercriteriawidget.cpp.
void FilterCriteriaWidget::setTextCriteria | ( | int | source, | |
int | condition, | |||
QString | value, | |||
bool | cs | |||
) |
Sets the values of a text criteria.
source | Object of Comparison (see constants.h for valid values) | |
condition | Condition of the comparison (see constants.h for valid values) | |
value | comparison string | |
cs | TRUE - comparison is case sensitive; FALSE - comparison is not case sensitive |
Definition at line 291 of file filtercriteriawidget.cpp.
void FilterCriteriaWidget::setTextListCriteria | ( | int | source, | |
int | condition, | |||
QString | value, | |||
bool | cs | |||
) |
Sets the values of a text list criteria.
source | Object of Comparison (see constants.h for valid values) | |
condition | Condition of the comparison (see constants.h for valid values) | |
value | comparison string | |
cs | TRUE - comparison is case sensitive; FALSE - comparison is not case sensitive |
Definition at line 327 of file filtercriteriawidget.cpp.
FilterCriteria_Type FilterCriteriaWidget::getValues | ( | ) |
Returns the values of the criteria.
Definition at line 360 of file filtercriteriawidget.cpp.