phoneapp/phoneuicontrol/inc/cphonestateidle.h
changeset 78 baacf668fe89
parent 76 cfea66083b62
equal deleted inserted replaced
76:cfea66083b62 78:baacf668fe89
   215         /**
   215         /**
   216        * Changes state to aState and resets iBubbleInitialized
   216        * Changes state to aState and resets iBubbleInitialized
   217        * value to false.
   217        * value to false.
   218        */
   218        */
   219        void ChangeTo( TInt aState );
   219        void ChangeTo( TInt aState );
       
   220         
       
   221         /**
       
   222         * Launch Qt process.
       
   223         */
       
   224         void LaunchQtProcessL(TUid aUid);
       
   225         
       
   226         /**
       
   227         * Close Qt process.
       
   228         */
       
   229         void CloseQtProcess(TUid aUid);
   220          
   230          
   221     private:
   231     private:
   222     
   232     
   223         // Owned profile engine
   233         // Owned profile engine
   224         MProfileEngine* iEngine;
   234         MProfileEngine* iEngine;