idlehomescreen/inc/xncontroladapter.h
branchRCL_3
changeset 102 ba63c83f4716
parent 88 3321d3e205b6
equal deleted inserted replaced
93:b01126ce0bec 102:ba63c83f4716
   350      *
   350      *
   351      * @since Series 60 3.1
   351      * @since Series 60 3.1
   352      */
   352      */
   353     IMPORT_C void DrawContentImage() const;
   353     IMPORT_C void DrawContentImage() const;
   354 
   354 
   355     /*
       
   356      * Checks if widget is Gesture destination node.
       
   357      * 
       
   358      * @return ETrue if widget is Gesture destination. 
       
   359      */
       
   360     TBool IsWidgetGestureDest();
       
   361 
       
   362 protected:
   355 protected:
   363     /**
   356     /**
   364      * From CCoeControl.
   357      * From CCoeControl.
   365      * Draws the control.
   358      * Draws the control.
   366      *
   359      *
   435 
   428 
   436     /**
   429     /**
   437      * Get child adapter list i.e which are not window owning controls
   430      * Get child adapter list i.e which are not window owning controls
   438      */
   431      */
   439     RPointerArray< CXnControlAdapter >& ChildAdapters();
   432     RPointerArray< CXnControlAdapter >& ChildAdapters();
       
   433 
       
   434     /**
       
   435      * Determines wheter control refuses focus loss
       
   436      */            
       
   437     virtual TBool RefusesFocusLoss() const { return EFalse; };
   440     
   438     
   441     /**
   439     /**
   442      * Routes the data stream for the external rendering plugin.
   440      * Routes the data stream for the external rendering plugin.
   443      *
   441      *
   444      * @since Series 60 5.2
   442      * @since Series 60 5.2