equal
deleted
inserted
replaced
1 // Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies). |
1 // Copyright (c) 2008-2010 Nokia Corporation and/or its subsidiary(-ies). |
2 // All rights reserved. |
2 // All rights reserved. |
3 // This component and the accompanying materials are made available |
3 // This component and the accompanying materials are made available |
4 // under the terms of "Eclipse Public License v1.0" |
4 // under the terms of "Eclipse Public License v1.0" |
5 // which accompanies this distribution, and is available |
5 // which accompanies this distribution, and is available |
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html". |
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html". |
21 |
21 |
22 #ifndef __IMAGE_PROCESSOR_INPUT_INFO_H__ |
22 #ifndef __IMAGE_PROCESSOR_INPUT_INFO_H__ |
23 #define __IMAGE_PROCESSOR_INPUT_INFO_H__ |
23 #define __IMAGE_PROCESSOR_INPUT_INFO_H__ |
24 |
24 |
25 #include <e32base.h> |
25 #include <e32base.h> |
|
26 #include <gdi.h> |
26 |
27 |
27 namespace ImageProcessor |
28 namespace ImageProcessor |
28 { |
29 { |
29 |
30 |
30 class CImageProcessorImpl; |
31 class CImageProcessorImpl; |
33 { |
34 { |
34 class MInputInfo; |
35 class MInputInfo; |
35 } |
36 } |
36 |
37 |
37 /** |
38 /** |
38 This class provides functions to read image input details. |
39 This class provides functions to read input image details. These details can be used for display in a file browser |
|
40 or to verify the correct capabilities. Prior to use this API, a pointer to ImageProcessor::InputInfoL() interface must be |
|
41 obtained from the active CImgProcessor instance. |
39 |
42 |
40 @publishedAll |
43 @publishedAll |
41 @released |
44 @released |
42 */ |
45 */ |
43 class TInputInfo |
46 class TInputInfo |