equal
deleted
inserted
replaced
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 |