messagingapp/msgui/conversationview/inc/msgconversationviewitem.h
changeset 76 60a8a215b0ec
parent 67 fc91263aee62
equal deleted inserted replaced
73:ecf6a73a9186 76:60a8a215b0ec
    76     /**
    76     /**
    77      * Get to find if this is incoming message
    77      * Get to find if this is incoming message
    78      * @return bool
    78      * @return bool
    79      */
    79      */
    80     bool isIncoming();
    80     bool isIncoming();
       
    81     
       
    82     /**
       
    83      * Handle Gesture Event
       
    84      * @param event, Event
       
    85      */
       
    86     void gestureEvent(QGestureEvent *event);
    81 
    87 
    82 private:
    88 private:
    83 
    89 
    84     /**
    90     /**
    85      * Set the Icon that displays the message state.
    91      * Set the Icon that displays the message state.