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/classShowListViewItem.html | 487 ++++++++++++++++++++++++++++++++++++ 1 file changed, 487 insertions(+) create mode 100644 doc/html/classShowListViewItem.html (limited to 'doc/html/classShowListViewItem.html') diff --git a/doc/html/classShowListViewItem.html b/doc/html/classShowListViewItem.html new file mode 100644 index 0000000..fde173f --- /dev/null +++ b/doc/html/classShowListViewItem.html @@ -0,0 +1,487 @@ + + +kshowmail.kdevelop: ShowListViewItem Class Reference + + + + +
+
+
+
+

ShowListViewItem Class Reference

#include <showlistviewitem.h> +

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

Public Types

enum  {
+  _colNumber, +_colAccount, +_colFrom, +_colTo, +
+  _colSubject, +_colDate, +_colSize, +_colContent, +
+  _colState +
+ }

Public Member Functions

 ShowListViewItem (QListView *parent, ShowListViewItem *after)
 ShowListViewItem (QListView *parent)
virtual ~ShowListViewItem ()
virtual QString key (int column, bool ascending) const
virtual int compare (QListViewItem *i, int col, bool ascending) const
void setNumber (const QString &)
void setAccount (const QString &)
void setFrom (const QString &)
void setTo (const QString &)
void setSubject (const QString &)
void setDate (const QString &)
void setSize (const QString &)
void setContent (const QString &)
void setState (const QString &)
void setTime (const QString &)

Private Attributes

QString m_time
+


Detailed Description

+
Author:
Eggert Ehmke
+ +

+


Member Enumeration Documentation

+ +
+
+ + + + +
anonymous enum
+
+
+ +

+

Enumerator:
+ + + + + + + + + + +
_colNumber  +
_colAccount  +
_colFrom  +
_colTo  +
_colSubject  +
_colDate  +
_colSize  +
_colContent  +
_colState  +
+
+ +
+

+


Constructor & Destructor Documentation

+ +
+
+ + + + + + + + + + + + + + + + + + +
ShowListViewItem::ShowListViewItem (QListView *  parent,
ShowListViewItem after 
)
+
+
+ +

+Constructor

Parameters:
+ + + +
parent mail list view
after insert the new item after this item
+
+ +
+

+ +

+
+ + + + + + + + + +
ShowListViewItem::ShowListViewItem (QListView *  parent  ) 
+
+
+ +

+Constructor

Parameters:
+ + +
parent mail list view
+
+ +
+

+ +

+
+ + + + + + + + +
ShowListViewItem::~ShowListViewItem (  )  [virtual]
+
+
+ +

+ +

+

+


Member Function Documentation

+ +
+
+ + + + + + + + + + + + + + + + + + +
QString ShowListViewItem::key (int  column,
bool  ascending 
) const [virtual]
+
+
+ +

+ +

+

+ +

+
+ + + + + + + + + + + + + + + + + + + + + + + + +
int ShowListViewItem::compare (QListViewItem *  i,
int  col,
bool  ascending 
) const [virtual]
+
+
+ +

+reimplement compare to solve bug #856005 standard compare is locale dependant +

+

+ +

+
+ + + + + + + + + +
void ShowListViewItem::setNumber (const QString &   ) 
+
+
+ +

+ +

+

+ +

+
+ + + + + + + + + +
void ShowListViewItem::setAccount (const QString &   ) 
+
+
+ +

+ +

+

+ +

+
+ + + + + + + + + +
void ShowListViewItem::setFrom (const QString &   ) 
+
+
+ +

+ +

+

+ +

+
+ + + + + + + + + +
void ShowListViewItem::setTo (const QString &   ) 
+
+
+ +

+ +

+

+ +

+
+ + + + + + + + + +
void ShowListViewItem::setSubject (const QString &   ) 
+
+
+ +

+ +

+

+ +

+
+ + + + + + + + + +
void ShowListViewItem::setDate (const QString &   ) 
+
+
+ +

+ +

+

+ +

+
+ + + + + + + + + +
void ShowListViewItem::setSize (const QString &   ) 
+
+
+ +

+ +

+

+ +

+
+ + + + + + + + + +
void ShowListViewItem::setContent (const QString &   ) 
+
+
+ +

+ +

+

+ +

+
+ + + + + + + + + +
void ShowListViewItem::setState (const QString &   ) 
+
+
+ +

+ +

+

+ +

+
+ + + + + + + + + +
void ShowListViewItem::setTime (const QString &   ) 
+
+
+ +

+ +

+

+


Member Data Documentation

+ +
+
+ + + + +
QString ShowListViewItem::m_time [private]
+
+
+ +

+ +

+

+


The documentation for this class was generated from the following files: +
Generated on Tue Apr 1 21:59:50 2008 for kshowmail.kdevelop by  + +doxygen 1.5.0
+ + -- cgit v1.2.3