emailuis/nmhswidget/inc/nmhswidgettitlerow.h
changeset 30 759dc5235cdb
parent 23 2dc6caa42ec3
child 47 f83bd4ae1fe3
child 54 997a02608b3a
--- a/emailuis/nmhswidget/inc/nmhswidgettitlerow.h	Thu May 27 12:43:55 2010 +0300
+++ b/emailuis/nmhswidget/inc/nmhswidgettitlerow.h	Fri Jun 11 13:27:14 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;