idlehomescreen/inc/xncontroladapter.h
branchRCL_3
changeset 102 ba63c83f4716
parent 88 3321d3e205b6
--- a/idlehomescreen/inc/xncontroladapter.h	Wed Sep 15 12:00:00 2010 +0300
+++ b/idlehomescreen/inc/xncontroladapter.h	Wed Oct 13 14:18:30 2010 +0300
@@ -352,13 +352,6 @@
      */
     IMPORT_C void DrawContentImage() const;
 
-    /*
-     * Checks if widget is Gesture destination node.
-     * 
-     * @return ETrue if widget is Gesture destination. 
-     */
-    TBool IsWidgetGestureDest();
-
 protected:
     /**
      * From CCoeControl.
@@ -437,6 +430,11 @@
      * Get child adapter list i.e which are not window owning controls
      */
     RPointerArray< CXnControlAdapter >& ChildAdapters();
+
+    /**
+     * Determines wheter control refuses focus loss
+     */            
+    virtual TBool RefusesFocusLoss() const { return EFalse; };
     
     /**
      * Routes the data stream for the external rendering plugin.