mobilemessaging/unieditor/application/inc/UniEditorAppUi.h
branchRCL_3
changeset 77 da6ac9d688df
parent 66 fc3320e39880
equal deleted inserted replaced
71:17302fa075e1 77:da6ac9d688df
   255 
   255 
   256         /**
   256         /**
   257         * From CEikAppUi 
   257         * From CEikAppUi 
   258         */
   258         */
   259         void HandleCommandL( TInt aCommand );
   259         void HandleCommandL( TInt aCommand );
   260 
       
   261         /**
       
   262         * From CAknAppUi 
       
   263         */
       
   264         void ProcessCommandL(TInt aCommand);
       
   265         
   260         
   266         /**
   261         /**
   267         * Performs the command.
   262         * Performs the command.
   268         */
   263         */
   269         void DoHandleCommandL( TInt aCommand );
   264         void DoHandleCommandL( TInt aCommand );
  1252         
  1247         
  1253         /**
  1248         /**
  1254          *     Notification from central repository
  1249          *     Notification from central repository
  1255          */
  1250          */
  1256        	void HandleNotifyInt( TUint32 aId, TInt aNewValue );
  1251        	void HandleNotifyInt( TUint32 aId, TInt aNewValue );
  1257 
       
  1258        	/**
       
  1259        	 *  Shows the Popup note in ITUT, when message size exceeds or deceeds
       
  1260        	 *  a certain limit or it changes from sms to mms and vice versa
       
  1261        	 */
       
  1262        	void ShowDiscreetPopUpL(const TDesC& aMessage);
       
  1263        	
  1252        	
  1264        	/**
  1253        	/**
  1265        	 * Is Inserted objects path are valid.
  1254        	 * Is Inserted objects path are valid.
  1266        	 * All the media objects are availble in their respective paths. 
  1255        	 * All the media objects are availble in their respective paths. 
  1267        	 *
  1256        	 *
  1393       * Own. 
  1382       * Own. 
  1394       */  
  1383       */  
  1395     	CAknStylusPopUpMenu* iEmbeddedObjectStylusPopup;
  1384     	CAknStylusPopUpMenu* iEmbeddedObjectStylusPopup;
  1396 		// sendui+jepg optimization changes
  1385 		// sendui+jepg optimization changes
  1397     	TBool  iOptimizedFlow;
  1386     	TBool  iOptimizedFlow;
       
  1387     	TBool iSingleJpegImageProcessing;
  1398     };
  1388     };
  1399 
  1389 
  1400 #include "UniEditorAppUi.inl"
  1390 #include "UniEditorAppUi.inl"
  1401 
  1391 
  1402 #endif      //  _UniEditorAPPUI_H
  1392 #endif      //  _UniEditorAPPUI_H