videoplayerapp/mpxvideoplayer/src/mpxvideoplayerappui.cpp
branchRCL_3
changeset 21 315810614048
parent 9 5294c000a26d
equal deleted inserted replaced
20:2d690156cf8f 21:315810614048
    13 *
    13 *
    14 * Description:  AppUI implementation
    14 * Description:  AppUI implementation
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 // Version : %version: e92_38 %
    18 // Version : %version: da1mmcf#e92_38.1.1 %
    19 
    19 
    20 
    20 
    21 #include <hlplch.h>                     // Help launcher
    21 #include <hlplch.h>                     // Help launcher
    22 #include <sysutil.h>                    // disk space check
    22 #include <sysutil.h>                    // disk space check
    23 #include <f32file.h>                    // TDriveNumber::EDriveC
    23 #include <f32file.h>                    // TDriveNumber::EDriveC
    68     {
    68     {
    69         //
    69         //
    70         //  Set the orientation to landscape for Embedded instances
    70         //  Set the orientation to landscape for Embedded instances
    71         //
    71         //
    72         SetOrientationL( CAknAppUiBase::EAppUiOrientationLandscape );
    72         SetOrientationL( CAknAppUiBase::EAppUiOrientationLandscape );
       
    73 
       
    74         //
       
    75         //  Hide status pane for embedded use cases
       
    76         //
       
    77         MPX_DEBUG(_L("CMpxVideoPlayerAppUi::ConstructL() Hide Status Pane"));
       
    78         StatusPane()->MakeVisible( EFalse );
    73     }
    79     }
    74 
    80 
    75     iAppUiEngine = CMpxVideoPlayerAppUiEngine::NewL( this );
    81     iAppUiEngine = CMpxVideoPlayerAppUiEngine::NewL( this );
    76 }
    82 }
    77 
    83