videoplayerapp/mpxvideoplayer/inc/mpxvideoplayerappui.h
branchRCL_3
changeset 10 ce5ada96ab30
parent 0 96612d01cf9f
equal deleted inserted replaced
6:7d91903f795f 10:ce5ada96ab30
    13 *
    13 *
    14 * Description:  App UI
    14 * Description:  App UI
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 // Version : %version: da1mmcf#14 %
    18 // Version : %version: 15 %
    19 
    19 
    20 
    20 
    21 #ifndef CMPXVIDEOPLAYERAPPUI_H
    21 #ifndef CMPXVIDEOPLAYERAPPUI_H
    22 #define CMPXVIDEOPLAYERAPPUI_H
    22 #define CMPXVIDEOPLAYERAPPUI_H
    23 
    23 
   105          * Ownership is not transferred.
   105          * Ownership is not transferred.
   106          *
   106          *
   107          * @return Active akn view or NULL if no views.
   107          * @return Active akn view or NULL if no views.
   108          */
   108          */
   109         CAknView* View();
   109         CAknView* View();
   110 
       
   111         /**
       
   112          * Sends a message to Matrix menu.
       
   113          * @param aMessage The message to be sent.
       
   114          */
       
   115         void LaunchMmViewL( const TDesC8& aMessage );
       
   116         
   110         
   117     private:
   111     private:
   118         /**
   112         /**
   119         * By default Symbian 2nd phase constructor is private.
   113         * By default Symbian 2nd phase constructor is private.
   120         */
   114         */
   159 
   153 
   160     private:       // data
   154     private:       // data
   161 
   155 
   162         // own
   156         // own
   163         CMpxVideoPlayerAppUiEngine* iAppUiEngine;
   157         CMpxVideoPlayerAppUiEngine* iAppUiEngine;
   164         TBool                       iEndKeyExit;
       
   165 
   158 
   166 };
   159 };
   167 
   160 
   168 #endif             // CMPXVIDEOPLAYERAPPUI_H
   161 #endif             // CMPXVIDEOPLAYERAPPUI_H