From 7e44f77d3749db2f43a1313d835a06684ecc1cd6 Mon Sep 17 00:00:00 2001 From: alwin Date: Sun, 06 Mar 2005 00:09:33 +0000 Subject: attached images may views inside the mailview and not as extra dialog --- (limited to 'noncore/net/mail/viewmail.h') diff --git a/noncore/net/mail/viewmail.h b/noncore/net/mail/viewmail.h index 297836b..f5033f0 100644 --- a/noncore/net/mail/viewmail.h +++ b/noncore/net/mail/viewmail.h @@ -11,6 +11,8 @@ #include #include +class MailImageDlg; + namespace Opie { namespace MM { class OImageScrollView; } } class AttachItem : public QListViewItem @@ -48,6 +50,8 @@ protected: AttachItem* searchParent(const QValueList&path); AttachItem* lastChild(AttachItem*parent); + Opie::MM::OImageScrollView*m_lastdlg; + protected slots: void slotReply(); void slotForward(); @@ -55,6 +59,7 @@ protected slots: void slotItemClicked( QListViewItem * item , const QPoint & point, int c ); void slotDeleteMail( ); void slotShowHtml( bool ); + void slotImageInline(bool); private: void readConfig(); @@ -64,7 +69,9 @@ private: bool m_gotBody; RecBodyP m_body; RecMailP m_recMail; - bool m_showHtml; + bool m_showHtml:1; + bool m_PicsInline:1; + unsigned int _icounter; // 0 from 1 subject 2 bodytext 3 date QMap m_mail; -- cgit v0.9.0.2