classicui_plat/extended_editors_api/inc/AknPhoneNumberEditor.h
branchRCL_3
changeset 55 aecbbf00d063
parent 51 fcdfafb36fe7
child 56 d48ab3b357f1
equal deleted inserted replaced
51:fcdfafb36fe7 55:aecbbf00d063
   246     /**
   246     /**
   247      * Open VKB .  
   247      * Open VKB .  
   248      */
   248      */
   249     EXPORT_C void OpenVKB();
   249     EXPORT_C void OpenVKB();
   250 
   250 
   251     void MakeVisible(TBool aVisible);
   251 
   252 private: 
   252 private: 
   253 //new functions, for ccpu support 
   253 //new functions, for ccpu support 
   254     /**
   254     /**
   255      * Handle clipboard operation.
   255      * Handle clipboard operation.
   256      * @param aIsCopy, ETrue means this is copy operation, otherwise 
   256      * @param aIsCopy, ETrue means this is copy operation, otherwise 
   278     
   278     
   279     /**
   279     /**
   280      * Report event to pen input method.
   280      * Report event to pen input method.
   281      * @param aStateEvent, MAknEdStateObserver::EAknEdwinStateEvent     
   281      * @param aStateEvent, MAknEdStateObserver::EAknEdwinStateEvent     
   282      */
   282      */
   283     void ReportAknEdStateEvent( 
   283     void ReportAknEdStateEventL( 
   284              MAknEdStateObserver::EAknEdwinStateEvent aStateEvent );
   284              MAknEdStateObserver::EAknEdwinStateEvent aStateEvent );
   285     /**
   285     /**
   286      * close VKB .    
   286      * close VKB .    
   287      */
   287      */
   288     void CloseVKB( );
   288     void CloseVKB( );