videocollection/hgmyvideos/inc/vcxhgmyvideosmainview.h
branchRCL_3
changeset 8 ce5ada96ab30
parent 1 6711b85517b7
child 16 67eb01668b0e
equal deleted inserted replaced
6:7d91903f795f 8:ce5ada96ab30
    13 *
    13 *
    14 * Description:      My Videos UI main view.*
    14 * Description:      My Videos UI main view.*
    15 */
    15 */
    16 
    16 
    17 
    17 
    18 // Version : %version: 14 %
    18 // Version : %version: 17 %
    19 
    19 
    20 #ifndef VCXHGMYVIDEOSMAINVIEW_H
    20 #ifndef VCXHGMYVIDEOSMAINVIEW_H
    21 #define VCXHGMYVIDEOSMAINVIEW_H
    21 #define VCXHGMYVIDEOSMAINVIEW_H
    22 
    22 
    23 // INCLUDE FILES
    23 // INCLUDE FILES
   150         /**
   150         /**
   151          * Updates layout for controls.
   151          * Updates layout for controls.
   152          */ 
   152          */ 
   153         void UpdateLayout();
   153         void UpdateLayout();
   154         
   154         
       
   155         /**
       
   156          * Launches external application.
       
   157          * 
       
   158          * @param aAppUid Application UID
       
   159          * @param aMsg    Message to send
       
   160          */
       
   161         void LaunchAppL( const TUid aAppUid, const TDesC& aMsg = KNullDesC() );
       
   162 
       
   163         /**
       
   164          * Launches standalone browser application.
       
   165          * 
       
   166          * @param aUrl  URL to open.
       
   167          */
       
   168         void LaunchBrowserL( const TDesC& aUrl );        
       
   169         
   155     private: // Constructors
   170     private: // Constructors
   156 
   171 
   157         /**
   172         /**
   158          * Default C++ constructor. 
   173          * Default C++ constructor. 
   159          */
   174          */