Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

mailistviewitem.h

Go to the documentation of this file.
00001 #ifndef __MAILLISTVIEWITEM_H
00002 #define __MAILLISTVIEWITEM_H
00003 
00004 #include <qlistview.h>
00005 #include <libmailwrapper/mailtypes.h>
00006 #include <libmailwrapper/maildefines.h>
00007 
00008 class MailListViewItem:public QListViewItem
00009 {
00010 public:
00011     MailListViewItem(QListView * parent, MailListViewItem * after );
00012     virtual ~MailListViewItem(){}
00013 
00014     void storeData(const RecMailP&data);
00015     const RecMailP&data()const;
00016     void showEntry();
00017     MAILLIB::ATYPE wrapperType();
00018 
00019     virtual QString key(int col,bool) const;
00020 protected:
00021     RecMailP mail_data;
00022 };
00023 
00024 #endif

Generated on Sat Nov 5 16:17:39 2005 for OPIE by  doxygen 1.4.2