mmsharing/mmshui/inc/musuiclipsharingviewcontainer.h
branchRCL_3
changeset 24 407431f36921
parent 0 f0cf47e981f9
equal deleted inserted replaced
21:ce86b6d44a6d 24:407431f36921
   109      *
   109      *
   110      * @param aIndex     Wanted control's index [0..n]
   110      * @param aIndex     Wanted control's index [0..n]
   111      * @return           Handle to wanted control
   111      * @return           Handle to wanted control
   112      */
   112      */
   113     CCoeControl* ComponentControl( TInt aIndex ) const;
   113     CCoeControl* ComponentControl( TInt aIndex ) const;
       
   114     
       
   115     /**
       
   116     * Gets called by the application framework when drawing is
       
   117     * needed.
       
   118     *
       
   119     * @param aRect The rectangle that needs to be drawn.
       
   120     */
       
   121     void Draw( const TRect& aRect ) const;
   114 
   122 
   115     /**
   123     /**
   116      * Handles key events.
   124      * Handles key events.
   117      *
   125      *
   118      * @param aEvent  The event that occured.
   126      * @param aEvent  The event that occured.