camerauis/cameraapp/generic/inc/CamCaptureSetupContainer.h
branchRCL_3
changeset 19 e32fcfe0045f
parent 10 8c55c525d5d7
equal deleted inserted replaced
17:8f559c47d7fd 19:e32fcfe0045f
     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".
   204     TInt iListBoxWidth;
   204     TInt iListBoxWidth;
   205     
   205     
   206     TBool iActivateOnTouchRelease;
   206     TBool iActivateOnTouchRelease;
   207 
   207 
   208     TBool iFullScreenVF;
   208     TBool iFullScreenVF;
   209     MTouchFeedback* iFeedback; // not own
       
   210     TRect iLayoutAreaRect; 
   209     TRect iLayoutAreaRect; 
   211   };
   210   };
   212 
   211 
   213 #endif // CAMCAPTURESETUPCONTAINER_H
   212 #endif // CAMCAPTURESETUPCONTAINER_H
   214 
   213