imageeditor/inc/ImageEditorUIView.h
changeset 8 18b321db4884
parent 1 edfc90759b9f
equal deleted inserted replaced
1:edfc90759b9f 8:18b321db4884
   520     *   @param -
   520     *   @param -
   521 	*   @return ETrue if in zooming state, EFalse otherwise
   521 	*   @return ETrue if in zooming state, EFalse otherwise
   522     */
   522     */
   523     IMPORT_C TBool InZoomingState();
   523     IMPORT_C TBool InZoomingState();
   524     IMPORT_C TBool IsMemoryInCriticalLevel();
   524     IMPORT_C TBool IsMemoryInCriticalLevel();
       
   525     
       
   526    
       
   527     
   525 //@}
   528 //@}
   526 
   529 
   527 protected:
   530 protected:
   528 
   531 
   529 /** @name Methods:*/
   532 /** @name Methods:*/
   544 
   547 
   545 private:
   548 private:
   546 
   549 
   547 /** @name Methods:*/
   550 /** @name Methods:*/
   548 //@{
   551 //@{
   549 
       
   550 	/*	DoActivateL
   552 	/*	DoActivateL
   551 	*
   553 	*
   552 	*	Called when view is activated.
   554 	*	Called when view is activated.
   553 	*
   555 	*
   554 	*   @param aPrevViewId - 
   556 	*   @param aPrevViewId - 
   716     // Array for zoom popup note texts
   718     // Array for zoom popup note texts
   717     CDesCArray*                         iZoomTexts;
   719     CDesCArray*                         iZoomTexts;
   718     // Popup controller
   720     // Popup controller
   719 	CAknInfoPopupNoteController*        iPopupController;
   721 	CAknInfoPopupNoteController*        iPopupController;
   720 	
   722 	
       
   723 
       
   724 	
   721 #ifdef AIW_SUPPORT
   725 #ifdef AIW_SUPPORT
   722     /// AIW Service Handler
   726     /// AIW Service Handler
   723     CAiwServiceHandler*                 iServiceHandler;
   727     CAiwServiceHandler*                 iServiceHandler;
   724 #endif
   728 #endif
   725 
   729