idlehomescreen/inc/xncontroladapter.h
branchRCL_3
changeset 35 3321d3e205b6
parent 34 5456b4e8b3a8
equal deleted inserted replaced
34:5456b4e8b3a8 35:3321d3e205b6
   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 
   355 protected:
   362 protected:
   356     /**
   363     /**
   357      * From CCoeControl.
   364      * From CCoeControl.
   358      * Draws the control.
   365      * Draws the control.
   359      *
   366      *
   428 
   435 
   429     /**
   436     /**
   430      * Get child adapter list i.e which are not window owning controls
   437      * Get child adapter list i.e which are not window owning controls
   431      */
   438      */
   432     RPointerArray< CXnControlAdapter >& ChildAdapters();
   439     RPointerArray< CXnControlAdapter >& ChildAdapters();
   433 
       
   434     /**
       
   435      * Determines wheter control refuses focus loss
       
   436      */            
       
   437     virtual TBool RefusesFocusLoss() const { return EFalse; };
       
   438     
   440     
   439     /**
   441     /**
   440      * Routes the data stream for the external rendering plugin.
   442      * Routes the data stream for the external rendering plugin.
   441      *
   443      *
   442      * @since Series 60 5.2
   444      * @since Series 60 5.2