phonebookui/Speeddial/ControlInc/SpdiaGridDlg.h
branchRCL_3
changeset 32 2828b4d142c0
parent 0 e686773b3f54
child 64 c1e8ba0c2b16
--- a/phonebookui/Speeddial/ControlInc/SpdiaGridDlg.h	Tue Apr 27 16:23:35 2010 +0300
+++ b/phonebookui/Speeddial/ControlInc/SpdiaGridDlg.h	Tue May 11 16:00:21 2010 +0300
@@ -101,10 +101,11 @@
         * from CAknDialog
         */ 
         TBool OkToExitL(TInt aButtonId);
+        
         /**
-        * from CAknDialog
-        */ 
-        void HandleDialogPageEventL (TInt);
+        * From CCoeControl,HandlePointerEventL.
+        */
+        void HandlePointerEventL( const TPointerEvent& aPointerEvent );
 
     protected:
         /**
@@ -136,6 +137,8 @@
         TInt        iCbaID;
         TBool       iNeedUpdate;
         TInt        iPrevIndex;
+        // Grid index in which the button down
+        TInt iButton1DownIndex;
    };
 
 #endif  // SPDIAGRIDDLG_H