messagingapp/msgui/conversationview/inc/msgconversationbaseview.h
changeset 62 fdbe8253b596
parent 56 f42d9a78f435
equal deleted inserted replaced
59:fcb676ca077d 62:fdbe8253b596
    81     /**
    81     /**
    82      * conversationId
    82      * conversationId
    83      * Get the conversationId
    83      * Get the conversationId
    84      */
    84      */
    85     qint64 conversationId();
    85     qint64 conversationId();
       
    86 
       
    87     /**
       
    88      * Event handler
       
    89      * @param key Key code
       
    90      * @return true if key event handled else false.
       
    91      * @see MsgBaseView
       
    92      */
       
    93     bool handleKeyEvent(int key);
    86 
    94 
    87 public slots:
    95 public slots:
    88     /**
    96     /**
    89      * Close the conversation view 
    97      * Close the conversation view 
    90      * This slot is triggered when user presses back(seconday sofykey)
    98      * This slot is triggered when user presses back(seconday sofykey)