From b888c7edb54e483ec0e3c2e2ce0eafd73acdcc65 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 24 Jul 2013 15:57:00 -0500 Subject: Initial import from kshowmail 3.3.1 sources --- doc/html/classFilterElem.html | 185 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 185 insertions(+) create mode 100644 doc/html/classFilterElem.html (limited to 'doc/html/classFilterElem.html') diff --git a/doc/html/classFilterElem.html b/doc/html/classFilterElem.html new file mode 100644 index 0000000..6e96266 --- /dev/null +++ b/doc/html/classFilterElem.html @@ -0,0 +1,185 @@ + + +kshowmail: FilterElem Class Reference + + + + +
+
+
+
+

FilterElem Class Reference

List of all members. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

Public Types

enum  secondCondition { noSecondCondition, +condAnd, +condOr + }

Public Member Functions

FilterElem ()
FilterElem (const FilterRecord &)
FilterElem (const FilterElem &)
+void setSecondCondition (secondCondition scnd, const FilterRecord &)
~FilterElem ()
+QString toString () const
+bool matches (ShowRecordElem *)
unsigned int getCounter ()
void setCounter (unsigned int number)
void incCounter ()

Public Attributes

+FilterRecord _filter1
+FilterRecord _filter2
+secondCondition _secondCondition

Private Attributes

unsigned int _counter
+

Detailed Description

+ +

+ +

+Definition at line 48 of file filterelem.h.


Member Function Documentation

+ +
+
+ + + + + + + + +
unsigned int FilterElem::getCounter (  ) 
+
+
+ +

+Returns the number of mail deletions which was caused by this filter.

Returns:
number of deleted mails
+ +

+Definition at line 289 of file filterelem.cpp. +

+References _counter. +

+Referenced by FilterList::compareItems(), and FilterEntryDialog::FilterEntryDialog(). +

+

+ +

+
+ + + + + + + + + +
void FilterElem::setCounter (unsigned int  number  ) 
+
+
+ +

+Sets the deleted mail counter.

Parameters:
+ + +
number number of mail deletions caused by this filter
+
+ +

+Definition at line 299 of file filterelem.cpp. +

+References _counter. +

+Referenced by FilterList::readOptions(), and FilterEntryDialog::slotCounterChanged(). +

+

+ +

+
+ + + + + + + + +
void FilterElem::incCounter (  ) 
+
+
+ +

+Increments the deleted mail counter. +

+Definition at line 294 of file filterelem.cpp. +

+References _counter. +

+

+


Member Data Documentation

+ +
+
+ + + + +
unsigned int FilterElem::_counter [private]
+
+
+ +

+Number of mails its deletion was caused by this filter. +

+Definition at line 90 of file filterelem.h. +

+Referenced by getCounter(), incCounter(), setCounter(), and toString(). +

+

+


The documentation for this class was generated from the following files: +
Generated on Thu Jul 5 19:36:09 2007 for kshowmail by  + +doxygen 1.5.0
+ + -- cgit v1.2.1