textinput/peninputarc/inc/pensrvcliinc/peninputclientimpl.h
branchRCL_3
changeset 11 c8fb4cf7b3ae
parent 7 6defe5d1bd39
child 12 5e18d8c489d6
equal deleted inserted replaced
9:e6a39382bb9c 11:c8fb4cf7b3ae
   470     void SetEditorPriority(TInt aFlag);
   470     void SetEditorPriority(TInt aFlag);
   471     
   471     
   472     void ClearTouchUI();
   472     void ClearTouchUI();
   473     void SetResourceChange(TBool aFlag);
   473     void SetResourceChange(TBool aFlag);
   474     
   474     
       
   475     void SetDataQueryPopped(TBool aFlag);
   475     /**
   476     /**
   476      * Starts the server thread
   477      * Starts the server thread
   477      *
   478      *
   478      * @since S60 v4.0
   479      * @since S60 v4.0
   479      *@return KErrNone if server was created successfully
   480      *@return KErrNone if server was created successfully
   558     TBool iResourceChange;
   559     TBool iResourceChange;
   559     TBool iStartServerOver; 
   560     TBool iStartServerOver; 
   560     CWaitingServerAo* iWaiterAo;
   561     CWaitingServerAo* iWaiterAo;
   561     TRequestStatus* iPendingRequest;
   562     TRequestStatus* iPendingRequest;
   562     TBool iServerReady;
   563     TBool iServerReady;
       
   564     TBool iDataQueryIsPopped;
   563 };
   565 };
   564 
   566 
   565 
   567 
   566 NONSHARABLE_CLASS(CWaitingServerAo) : public CActive
   568 NONSHARABLE_CLASS(CWaitingServerAo) : public CActive
   567     {
   569     {
   653 
   655 
   654     /**
   656     /**
   655      * Show pen UI with priority.
   657      * Show pen UI with priority.
   656      */
   658      */
   657     void Show(const TRect& aRect, TBool aGlobalNotes, 
   659     void Show(const TRect& aRect, TBool aGlobalNotes, 
   658         TBool aInternal, TInt aPriority, TBool aResource);
   660         TBool aInternal, TInt aPriority, TBool aResource, TBool aDataQueryPopped);
   659     
   661     
   660     /**
   662     /**
   661      * Called from akncapserver appui to close fastswap.
   663      * Called from akncapserver appui to close fastswap.
   662      */
   664      */
   663     void Hide();    
   665     void Hide();