vtuis/videotelui/inc/CVtUiAppUi.h
branchRCL_3
changeset 10 f84a661cfc1d
parent 3 b1602a5ab0a3
child 12 3e521e99f813
equal deleted inserted replaced
8:07d1685f0cd4 10:f84a661cfc1d
    55 class CVtUiContextControl;
    55 class CVtUiContextControl;
    56 class CVtUiBitmapManager;
    56 class CVtUiBitmapManager;
    57 class CVtUiVolumeControl;
    57 class CVtUiVolumeControl;
    58 class CAknIncallBubble;
    58 class CAknIncallBubble;
    59 class CVtUiRemoteVideoControl;
    59 class CVtUiRemoteVideoControl;
       
    60 class CVtUiEndCallButtonPane;
    60 
    61 
    61 // CLASS DECLARATION
    62 // CLASS DECLARATION
    62 
    63 
    63 /**
    64 /**
    64 *  Application UI class for Video Telephone application.
    65 *  Application UI class for Video Telephone application.
   193         /**
   194         /**
   194         * Sets given zoom step, if it allowed.
   195         * Sets given zoom step, if it allowed.
   195         * @param aZoomStep New zoom step to be set.
   196         * @param aZoomStep New zoom step to be set.
   196         */
   197         */
   197         void SetZoomFactorL( TInt aZoomStep );
   198         void SetZoomFactorL( TInt aZoomStep );
       
   199         
       
   200         /*
       
   201         * Simulate key event
       
   202         */
       
   203         void CmdSimulateKeyEvent( TInt aScanCode );
   198 
   204 
   199     public: // Functions from base classes
   205     public: // Functions from base classes
   200 
   206 
   201         /**
   207         /**
   202         * From CAknAppUi, handles window server events.
   208         * From CAknAppUi, handles window server events.
   360         /**
   366         /**
   361         * Gets reference to remote video control.
   367         * Gets reference to remote video control.
   362         * @return reference to remote video control.
   368         * @return reference to remote video control.
   363         */        
   369         */        
   364         CVtUiRemoteVideoControl& RemoteVideoControl();
   370         CVtUiRemoteVideoControl& RemoteVideoControl();
       
   371 
       
   372         /**
       
   373         * Gets reference to end call pane.
       
   374         * @return reference to end call pane.
       
   375         */
       
   376         CVtUiEndCallButtonPane& EndCallButtonPane();
   365 
   377 
   366         /**
   378         /**
   367         * Switches viewfinder to main pane if it is currently in context
   379         * Switches viewfinder to main pane if it is currently in context
   368         * pane.
   380         * pane.
   369         */
   381         */