phonebookui/Speeddial/ControlInc/SpdiaGridDlg.h
branchRCL_3
changeset 32 2828b4d142c0
parent 0 e686773b3f54
child 64 c1e8ba0c2b16
equal deleted inserted replaced
26:0d28c1c5b6dd 32:2828b4d142c0
    99 
    99 
   100         /**
   100         /**
   101         * from CAknDialog
   101         * from CAknDialog
   102         */ 
   102         */ 
   103         TBool OkToExitL(TInt aButtonId);
   103         TBool OkToExitL(TInt aButtonId);
       
   104         
   104         /**
   105         /**
   105         * from CAknDialog
   106         * From CCoeControl,HandlePointerEventL.
   106         */ 
   107         */
   107         void HandleDialogPageEventL (TInt);
   108         void HandlePointerEventL( const TPointerEvent& aPointerEvent );
   108 
   109 
   109     protected:
   110     protected:
   110         /**
   111         /**
   111         * from CCoeControl
   112         * from CCoeControl
   112         */ 
   113         */ 
   134         CSpdiaGrid* iGrid;
   135         CSpdiaGrid* iGrid;
   135         TSize       iCellSize;
   136         TSize       iCellSize;
   136         TInt        iCbaID;
   137         TInt        iCbaID;
   137         TBool       iNeedUpdate;
   138         TBool       iNeedUpdate;
   138         TInt        iPrevIndex;
   139         TInt        iPrevIndex;
       
   140         // Grid index in which the button down
       
   141         TInt iButton1DownIndex;
   139    };
   142    };
   140 
   143 
   141 #endif  // SPDIAGRIDDLG_H
   144 #endif  // SPDIAGRIDDLG_H
   142             
   145             
   143 
   146