messagingapp/msgui/conversationview/inc/msgcontactcardwidget.h
changeset 44 36f374c67aa8
parent 34 84197e66a4bd
child 47 5b14749788d7
child 52 12db4185673b
equal deleted inserted replaced
43:35b64624a9e7 44:36f374c67aa8
    82     /**
    82     /**
    83      * Clears  all the Contact card fields.
    83      * Clears  all the Contact card fields.
    84      */
    84      */
    85     void clearContent();
    85     void clearContent();
    86 
    86 
       
    87 signals:
       
    88 
       
    89     /**
       
    90      *
       
    91      */
       
    92     void conversationIdChanged(qint64 convId);
       
    93 
    87 protected:
    94 protected:
    88 
    95 
    89     /**
    96     /**
    90      * Event handler for gesture events.
    97      * Event handler for gesture events.
    91      * Reimplemented from HbWidgetBase.
    98      * Reimplemented from HbWidgetBase.
   111     void setPressed(bool pressed);
   118     void setPressed(bool pressed);
   112 
   119 
   113 private slots:
   120 private slots:
   114 
   121 
   115     /**
   122     /**
   116      * show longpress menu for attachment object
   123      * show longp tap.
   117      */
   124      */
   118     void handleLongPress(const QPointF &position);
   125     void handleLongTap(const QPointF &position);
       
   126     
       
   127     /**
       
   128      * handles short tap.
       
   129      */
       
   130     void handleShortTap(const QPointF &position);
   119 
   131 
   120     /**
   132     /**
   121      * Slot for handling valid returns from the framework.
   133      * Slot for handling valid returns from the framework.
   122      * Updates the display name in the contact card widget.
   134      * Updates the display name in the contact card widget.
   123      * @param result const QVariant&
   135      * @param result const QVariant&