imageeditor/inc/ImageEditorControlBase.h
changeset 8 18b321db4884
parent 1 edfc90759b9f
equal deleted inserted replaced
1:edfc90759b9f 8:18b321db4884
   114 	*	
   114 	*	
   115 	*	@param -
   115 	*	@param -
   116 	*	@return -
   116 	*	@return -
   117 	*/
   117 	*/
   118     IMPORT_C virtual void PrepareL ();
   118     IMPORT_C virtual void PrepareL ();
       
   119     
   119 
   120 
   120     /*	OfferKeyEventL
   121     /*	OfferKeyEventL
   121     *
   122     *
   122     *   Handles key events. When a key event occurs, the control framework 
   123     *   Handles key events. When a key event occurs, the control framework 
   123     *   calls this function for each control on the control stack, until one 
   124     *   calls this function for each control on the control stack, until one 
   230 	*   @param - 
   231 	*   @param - 
   231 	*   @return - the visibility information bitfield
   232 	*   @return - the visibility information bitfield
   232 	*/
   233 	*/
   233 	IMPORT_C virtual TBitField GetDimmedMenuItems ();
   234 	IMPORT_C virtual TBitField GetDimmedMenuItems ();
   234 
   235 
       
   236 	
   235 //@}
   237 //@}
   236 
   238 
   237 protected:
   239 protected:
   238 
   240 
   239 /** @name Methods:*/
   241 /** @name Methods:*/