camerauis/cameraapp/generic/src/CamStillUserSceneSetupView.cpp
branchRCL_3
changeset 7 dbec5787fa68
parent 0 1ddebce53859
child 10 8c55c525d5d7
equal deleted inserted replaced
3:8b2d6d0384b0 7:dbec5787fa68
     1 /*
     1 /*
     2 * Copyright (c) 2007 Nokia Corporation and/or its subsidiary(-ies). 
     2 * Copyright (c) 2007-2010 Nokia Corporation and/or its subsidiary(-ies). 
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of "Eclipse Public License v1.0"
     5 * under the terms of "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
    72 // ---------------------------------------------------------------------------
    72 // ---------------------------------------------------------------------------
    73 //
    73 //
    74 void CCamStillUserSceneSetupView::CreateContainerL()
    74 void CCamStillUserSceneSetupView::CreateContainerL()
    75     {
    75     {
    76     iContainer = 
    76     iContainer = 
    77         CCamUserSceneSetupContainer::NewL( AppUi()->ClientRect(),
    77         CCamUserSceneSetupContainer::NewL( ClientRect(),
    78             R_CAM_PHOTO_USER_SCENE_SETUP_TITLE_NAME , iController, 
    78             R_CAM_PHOTO_USER_SCENE_SETUP_TITLE_NAME , iController, 
    79             *this );
    79             *this );
    80     }
    80     }
    81 
    81 
    82 
    82