messagingapp/msgui/conversationview/inc/msgcontactcardwidget.h
changeset 52 12db4185673b
parent 44 36f374c67aa8
child 70 a15d9966050f
equal deleted inserted replaced
44:36f374c67aa8 52:12db4185673b
   167 
   167 
   168     /**
   168     /**
   169      * Slot hit when the thumbnail is ready.
   169      * Slot hit when the thumbnail is ready.
   170      */
   170      */
   171     void thumbnailReady(const QPixmap& pixmap, void *data, int id, int error);
   171     void thumbnailReady(const QPixmap& pixmap, void *data, int id, int error);
   172 
       
   173     /**
       
   174      * Ignore gesture events.
       
   175      */
       
   176     void ignoreSignals(bool yes);
       
   177     
   172     
   178     /**
   173     /**
   179      * Slot to regrab gesture after some delay (300 ms) to avoid multiple gesture
   174      * Slot to regrab gesture after some delay (300 ms) to avoid multiple gesture
   180      * events back to back.  
   175      * events back to back.  
   181      */
   176      */
   182     void regrabGesture();
   177     void regrabGesture();
   183 
   178 
   184 private:
   179 private:
   185 
   180 
   186     /**
   181     /**
   187      * Bool variable on which gesture events are accepted/ignored.
       
   188      */
       
   189     bool mIgnoreEvents;
       
   190 
       
   191     /**
       
   192      * Contact Number for the conversation
   182      * Contact Number for the conversation
   193      */
   183      */
   194     QString mContactNumber;
   184     QString mContactNumber;
   195 
   185 
   196     /**
   186     /**