photosgallery/commonui/inc/glxzoomstatepublisher.h
changeset 0 4e91876724a2
equal deleted inserted replaced
-1:000000000000 0:4e91876724a2
       
     1 /*
       
     2 * Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies). 
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:    Utility class for publishing the zoom state
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 
       
    21 #ifndef __CGLXZOOMSTATEPUBLISHER_H__
       
    22 #define __CGLXZOOMSTATEPUBLISHER_H__
       
    23 
       
    24 /**
       
    25  * @internal reviewed 5/02/2007 by Alex Birkett
       
    26  */
       
    27  
       
    28 // INCLUDES
       
    29 #include <e32std.h>
       
    30 
       
    31 // CLASS DECLARATION
       
    32 
       
    33 /**
       
    34  * NGlxZoomStatePublisher
       
    35  * Utility to publish the zooming state of photos
       
    36  */
       
    37 namespace NGlxZoomStatePublisher
       
    38     {
       
    39     /**
       
    40      * Publishes the zooming state
       
    41      * @param aEnabled ETrue if it is possible to zoom
       
    42      */
       
    43     IMPORT_C void PublishStateL( TBool aEnabled );
       
    44     }
       
    45 
       
    46 #endif // __CGLXZOOMSTATEPUBLISHER_H__