FilterCriteriaWidget Class Reference

Part of the filter setup dialog (class FilterSetupDialog) to show a criteria of the selected filter. More...

#include <filtercriteriawidget.h>

List of all members.

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 ()


Detailed Description

Part of the filter setup dialog (class FilterSetupDialog) to show a criteria of the selected filter.

Author:
Ulrich Weigelt <ulrich.weigelt@gmx.de>

Definition at line 74 of file filtercriteriawidget.h.


Constructor & Destructor Documentation

FilterCriteriaWidget::FilterCriteriaWidget ( QWidget *  parent = 0  ) 

Constructor

Parameters:
parent parent widget

Definition at line 21 of file filtercriteriawidget.cpp.

FilterCriteriaWidget::~FilterCriteriaWidget (  ) 

Destructor

Definition at line 155 of file filtercriteriawidget.cpp.


Member Function Documentation

void FilterCriteriaWidget::setNumCriteria ( int  source,
int  condition,
uint  value 
)

Sets the values of a numeric criteria.

Parameters:
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.

Parameters:
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.

Parameters:
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.

Returns:
criteria values

Definition at line 360 of file filtercriteriawidget.cpp.


The documentation for this class was generated from the following files:

Generated on Tue May 18 19:43:53 2010 for KShowmail by  doxygen 1.5.6