vtuis/videotelui/inc/CVtUiAppUi.h
branchRCL_3
changeset 10 f84a661cfc1d
parent 3 b1602a5ab0a3
child 12 3e521e99f813
--- a/vtuis/videotelui/inc/CVtUiAppUi.h	Fri Feb 19 22:53:04 2010 +0200
+++ b/vtuis/videotelui/inc/CVtUiAppUi.h	Fri Mar 12 15:43:03 2010 +0200
@@ -57,6 +57,7 @@
 class CVtUiVolumeControl;
 class CAknIncallBubble;
 class CVtUiRemoteVideoControl;
+class CVtUiEndCallButtonPane;
 
 // CLASS DECLARATION
 
@@ -195,6 +196,11 @@
         * @param aZoomStep New zoom step to be set.
         */
         void SetZoomFactorL( TInt aZoomStep );
+        
+        /*
+        * Simulate key event
+        */
+        void CmdSimulateKeyEvent( TInt aScanCode );
 
     public: // Functions from base classes
 
@@ -364,6 +370,12 @@
         CVtUiRemoteVideoControl& RemoteVideoControl();
 
         /**
+        * Gets reference to end call pane.
+        * @return reference to end call pane.
+        */
+        CVtUiEndCallButtonPane& EndCallButtonPane();
+
+        /**
         * Switches viewfinder to main pane if it is currently in context
         * pane.
         */