equal
deleted
inserted
replaced
|
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 #ifndef __CGLXZOOMSTATEPUBLISHER_H__ |
|
21 #define __CGLXZOOMSTATEPUBLISHER_H__ |
|
22 |
|
23 /** |
|
24 * @internal reviewed 5/02/2007 by Alex Birkett |
|
25 */ |
|
26 |
|
27 // INCLUDES |
|
28 #include <e32std.h> |
|
29 |
|
30 // CLASS DECLARATION |
|
31 |
|
32 /** |
|
33 * NGlxZoomStatePublisher |
|
34 * Utility to publish the zooming state of photos |
|
35 */ |
|
36 namespace NGlxZoomStatePublisher |
|
37 { |
|
38 /** |
|
39 * Publishes the zooming state |
|
40 * @param aEnabled ETrue if it is possible to zoom |
|
41 */ |
|
42 IMPORT_C void PublishStateL( TBool aEnabled ); |
|
43 } |
|
44 |
|
45 #endif // __CGLXZOOMSTATEPUBLISHER_H__ |