camerauis/cameraapp/generic/inc/camoneclickuploadutility.h
branchRCL_3
changeset 20 38fb6f7eacd5
parent 12 8c55c525d5d7
equal deleted inserted replaced
18:51dda465e618 20:38fb6f7eacd5
     1 /*
     1 /*
     2 * Copyright (c) 2008 Nokia Corporation and/or its subsidiary(-ies). 
     2 * Copyright (c) 2008-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".
    84     const TDesC& ButtonTooltipL();
    84     const TDesC& ButtonTooltipL();
    85     
    85     
    86     /**
    86     /**
    87      * Get the current one click icon
    87      * Get the current one click icon
    88      */
    88      */
    89     void UpdateUploadIcon( CAknToolbar *aToolbar, TCamCameraMode aMode );
    89     void UpdateUploadIconL( CAknToolbar *aToolbar, TCamCameraMode aMode );
    90     
    90     
       
    91     /**
       
    92      * Launch Share settings view 
       
    93      */
       
    94     void LaunchShareSettings();
       
    95 
    91     /**
    96     /**
    92      * From MCamImageDecoderObserver
    97      * From MCamImageDecoderObserver
    93      */
    98      */
    94     virtual void ImageDecoded( TInt aStatus, const CFbsBitmap* aBitmap, 
    99     virtual void ImageDecodedL( TInt aStatus, const CFbsBitmap* aBitmap, 
    95                                const CFbsBitmap* aMask );    
   100                                const CFbsBitmap* aMask );    
    96     
   101     
    97 private:
   102 private:
    98     void ConstructL();
   103     void ConstructL();
    99     void CheckVersionL();
   104     void CheckVersionL();