messagingapp/msgui/conversationview/inc/msgconversationviewitem.h
changeset 72 6f657153cbc5
parent 70 a15d9966050f
equal deleted inserted replaced
70:a15d9966050f 72:6f657153cbc5
   112      * Finds the message timestamp to be set.
   112      * Finds the message timestamp to be set.
   113      * @parma index Model index of the item.
   113      * @parma index Model index of the item.
   114      * @return Timestamp string to be set.
   114      * @return Timestamp string to be set.
   115      */
   115      */
   116     QString getMsgTimeStamp(const QModelIndex& index);
   116     QString getMsgTimeStamp(const QModelIndex& index);
   117 
   117   
   118 private slots:    
       
   119 
       
   120     /*
       
   121      * Handler for orientation changed
       
   122      * @param orientation Qt::Orientation
       
   123      */
       
   124     void orientationchanged(Qt::Orientation orientation);
       
   125     
       
   126 protected:
   118 protected:
   127 
   119 
   128     /**
   120     /**
   129      * Reimplemented from HbAbstractViewItem.
   121      * Reimplemented from HbAbstractViewItem.
   130      * This function is called whenever item press state changes.
   122      * This function is called whenever item press state changes.