emailuis/nmhswidget/inc/nmhswidgettitlerow.h
changeset 43 99bcbff212ad
parent 23 2dc6caa42ec3
child 47 f83bd4ae1fe3
child 54 997a02608b3a
--- a/emailuis/nmhswidget/inc/nmhswidgettitlerow.h	Mon May 24 21:02:02 2010 +0300
+++ b/emailuis/nmhswidget/inc/nmhswidgettitlerow.h	Fri May 28 13:56:43 2010 +0300
@@ -34,6 +34,8 @@
     bool loadDocML();
     
     void setAccountIcon(const QString& accountIconName );
+    void setExpandCollapseIcon(const bool& expand);
+    void setFontsColor( bool pressed );
     
 private:
 
@@ -49,6 +51,8 @@
     
 protected:
     void mousePressEvent(QGraphicsSceneMouseEvent *event);
+    void mouseReleaseEvent(QGraphicsSceneMouseEvent *event);
+    bool event( QEvent *event );
     
 private:
     HbLabel *mMailboxIcon;