camerauis/cameraapp/generic/inc/CamInfoListBoxContainer.h
branchRCL_3
changeset 12 8c55c525d5d7
parent 0 1ddebce53859
child 16 d486e5e3cc9a
equal deleted inserted replaced
11:792dfc98fb3b 12:8c55c525d5d7
    70                                                  CAknView& aView,
    70                                                  CAknView& aView,
    71                                                  CCamAppController& aController,
    71                                                  CCamAppController& aController,
    72                                                  TInt aListBoxResource,
    72                                                  TInt aListBoxResource,
    73                                                  TInt aSummaryResource,
    73                                                  TInt aSummaryResource,
    74                                                  TInt aSettingValue, 
    74                                                  TInt aSettingValue, 
    75                                                  TInt aTitleResource );
    75                                                  TInt aTitleResource,
       
    76                                                  TBool aSkinnedBackGround = ETrue );
       
    77         
       
    78         //ME:END
       
    79 
    76 
    80 
    77         /**
    81         /**
    78         * Destructor.
    82         * Destructor.
    79         * @since 2.8
    83         * @since 2.8
    80         */
    84         */
    98         * @param aSettingValue Initial setting value
   102         * @param aSettingValue Initial setting value
    99         * display the base scenes for the user scene.
   103         * display the base scenes for the user scene.
   100         */
   104         */
   101         CCamInfoListBoxContainer(   CCamAppController& aController,
   105         CCamInfoListBoxContainer(   CCamAppController& aController,
   102                                     CAknView& aView,
   106                                     CAknView& aView,
   103                                     TInt aSettingValue );
   107                                     TInt aSettingValue, TBool aSkinnedBackGround = EFalse );
   104 
   108 
   105     public: 
   109     public: 
   106         
   110         
   107         /**
   111         /**
   108         * Gets the settings item value ID of the current item
   112         * Gets the settings item value ID of the current item
   239         CArrayFixFlat<TPtrC>* iCurrentDescLineArray; // own
   243         CArrayFixFlat<TPtrC>* iCurrentDescLineArray; // own
   240         
   244         
   241         TBool iActivateOnTouchRelease;
   245         TBool iActivateOnTouchRelease;
   242 
   246 
   243         MTouchFeedback* iFeedback; // not own 
   247         MTouchFeedback* iFeedback; // not own 
       
   248 
       
   249         TBool iSkinnedBackGround;        
   244         
   250         
   245     };
   251     };
   246     
   252     
   247 #endif //CAMINFOLISTBOXCONTAINER_H
   253 #endif //CAMINFOLISTBOXCONTAINER_H