|
1 // Copyright (c) 1997-2009 Nokia Corporation and/or its subsidiary(-ies). |
|
2 // All rights reserved. |
|
3 // This component and the accompanying materials are made available |
|
4 // under the terms of "Eclipse Public License v1.0" |
|
5 // which accompanies this distribution, and is available |
|
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
7 // |
|
8 // Initial Contributors: |
|
9 // Nokia Corporation - initial contribution. |
|
10 // |
|
11 // Contributors: |
|
12 // |
|
13 // Description: |
|
14 // TImageViewer.hrh |
|
15 // |
|
16 // |
|
17 |
|
18 enum |
|
19 { |
|
20 EVideoCmdOpenFile=1, |
|
21 EVideoCmdSaveAs, |
|
22 EVideoCmdZoomIn, |
|
23 EVideoCmdZoomOut, |
|
24 EVideoCmdResetZoom, |
|
25 EVideoCmdDisplayMode, |
|
26 EVideoCmdPlay, |
|
27 EVideoCmdPause, |
|
28 EVideoCmdRefresh, |
|
29 EVideoCmdExtractFrame, |
|
30 EVideoCmdFrameInfo, |
|
31 EVideoCmdRotateClockwise, |
|
32 EVideoCmdRotateAntiClockwise, |
|
33 EVideoCmdAutoRotate, |
|
34 EVideoCmdDecodeThumbnail, |
|
35 EVideoCmdTest, |
|
36 EVideoCmdToggleFrameDump, |
|
37 EVideoCmdFlipVertical, |
|
38 EVideoCmdFlipHorizontal, |
|
39 EVideoCmdBackgroundColor, |
|
40 EVideoCmdMask, |
|
41 EVideoCmdOpenFolder, |
|
42 EVideoCmdScalingQuality, |
|
43 EVideoCmdDrmParams, |
|
44 EVideoCmdClipRectParams, |
|
45 EVideoCmdMaxReduction, |
|
46 EVideoCmdPauseAfterEachFrame |
|
47 }; |
|
48 |
|
49 enum |
|
50 { |
|
51 EVideoIdNumberOfFrames=1, |
|
52 EVideoIdDisplayMode, |
|
53 EVideoIdBackgroundColor, |
|
54 EVideoIdCurrentFrameNumber, |
|
55 EVideoIdOverrideBackgroundColor |
|
56 }; |
|
57 |
|
58 enum |
|
59 { |
|
60 EVideoIdSaveAsFormat=1000 // Avoid clashes with the existing Save As dialog controls |
|
61 }; |
|
62 |
|
63 enum |
|
64 { |
|
65 EVideoBidFormat=1000 // Avoid clashes with the existing Save As dialog buttons |
|
66 }; |
|
67 |
|
68 enum |
|
69 { |
|
70 EVideoIdFileFormatType=1, |
|
71 EVideoIdFileFormatBpp, |
|
72 EVideoIdFileFormatColor, |
|
73 EVideoIdFileFormatFactor, |
|
74 EVideoIdFileFormatSampling, |
|
75 EVideoIdFileFormatCompression, |
|
76 EImageScalingQuality, |
|
77 EImageDrmContentId, |
|
78 EImageUseClipRect, |
|
79 EImageClipRectTlx, |
|
80 EImageClipRectTly, |
|
81 EImageClipRectBrx, |
|
82 EImageClipRectBry, |
|
83 EImageMaxAllowedReduction |
|
84 }; |
|
85 |
|
86 enum |
|
87 { |
|
88 EFramePropertiesPage, |
|
89 EImageCommentsPage, |
|
90 EFrameCommentsPage |
|
91 }; |
|
92 |