textinput/peninputsplitqwerty/inc/peninputsplitqwertywindow.h
branchRCL_3
changeset 18 b1ea1642412e
parent 8 4eb1ae11334f
child 19 ac7e4d1d9209
--- a/textinput/peninputsplitqwerty/inc/peninputsplitqwertywindow.h	Mon Jun 21 16:02:35 2010 +0300
+++ b/textinput/peninputsplitqwerty/inc/peninputsplitqwertywindow.h	Thu Jul 15 19:01:13 2010 +0300
@@ -582,6 +582,14 @@
      */
     void PrepareRangeListItems( RArray<CFepLayoutChoiceList::SItem>& aRangeItems );
     
+    /**
+     * Called when short press occurs on range button.
+     *
+     * @since S60 v3.2
+     * @return None
+     */
+    void HandleRangeButtonShortPress();
+    
 private: // Data
 
     /**
@@ -727,6 +735,10 @@
      */
     TAllRangeLabels iRangeLabels;
 
+    /**
+     * Indicates whether range button short press is handled.
+     */
+    TBool iHandleRangeShortPress;
     };
 
 inline TBool CPeninputSplitQwertyWindow::IsRtoLLanguage( TInt aLanguage )