phoneapp/phoneuiqtviewadapter/inc/phoneuiqtviewadapter.h
changeset 30 ebdbd102c78a
parent 27 2f8f8080a020
child 51 f39ed5e045e0
equal deleted inserted replaced
27:2f8f8080a020 30:ebdbd102c78a
   178         
   178         
   179         PhoneView calls this method when key press is released.
   179         PhoneView calls this method when key press is released.
   180     */
   180     */
   181     void keyReleased(QKeyEvent *event);
   181     void keyReleased(QKeyEvent *event);
   182     
   182     
       
   183     /*!
       
   184         \fn void PhoneUIQtViewAdapter::handleWindowActivated ()
       
   185         
       
   186         PhoneView calls this method when window is activated;
       
   187     */
       
   188     void handleWindowActivated();
       
   189     
       
   190     /*!
       
   191         \fn void PhoneUIQtViewAdapter::handleWindowDeactivated ()
       
   192         
       
   193         PhoneView calls this method when window is deactivated.
       
   194     */
       
   195     void handleWindowDeactivated();
       
   196     
   183 private:
   197 private:
   184 
   198 
   185     /*!
   199     /*!
   186         \fn void PhoneUIQtViewAdapter::setTopApplication (TPhoneCommandParam *)
   200         \fn void PhoneUIQtViewAdapter::setTopApplication (TPhoneCommandParam *)
   187         
   201