phoneapp/phoneuiqtviewadapter/inc/phoneuiqtviewadapter.h
changeset 30 ebdbd102c78a
parent 27 2f8f8080a020
child 51 f39ed5e045e0
--- a/phoneapp/phoneuiqtviewadapter/inc/phoneuiqtviewadapter.h	Mon May 03 12:31:11 2010 +0300
+++ b/phoneapp/phoneuiqtviewadapter/inc/phoneuiqtviewadapter.h	Fri May 14 15:51:57 2010 +0300
@@ -180,6 +180,20 @@
     */
     void keyReleased(QKeyEvent *event);
     
+    /*!
+        \fn void PhoneUIQtViewAdapter::handleWindowActivated ()
+        
+        PhoneView calls this method when window is activated;
+    */
+    void handleWindowActivated();
+    
+    /*!
+        \fn void PhoneUIQtViewAdapter::handleWindowDeactivated ()
+        
+        PhoneView calls this method when window is deactivated.
+    */
+    void handleWindowDeactivated();
+    
 private:
 
     /*!