|
1 /* |
|
2 * Copyright (c) 2005 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: |
|
15 * This file contains declarations for resources of smilapi. |
|
16 * The file can be included in C++ or resource file. |
|
17 * |
|
18 * |
|
19 */ |
|
20 |
|
21 |
|
22 #ifndef __UNISMIL_RH |
|
23 #define __UNISMIL_RH |
|
24 |
|
25 #include "UniSmil.hrh" |
|
26 |
|
27 //---------------------------------------------------- |
|
28 // COMPOSE_PARAMS |
|
29 // Parameters to define how to do composing |
|
30 // |
|
31 //---------------------------------------------------- |
|
32 // |
|
33 STRUCT COMPOSE_PARAMS |
|
34 { |
|
35 WORD r_root_layout_compose = ESmilNoRootLayout; |
|
36 WORD r_display_width = 0; |
|
37 WORD r_display_height = 0; |
|
38 WORD r_compose_xmlns = 0; |
|
39 WORD r_top_padding = 0; |
|
40 WORD r_region_padding = 0; |
|
41 WORD r_bottom_padding = 0; |
|
42 } |
|
43 |
|
44 //---------------------------------------------------- |
|
45 // REGION |
|
46 // Values for composing |
|
47 // |
|
48 //---------------------------------------------------- |
|
49 // |
|
50 STRUCT REGION |
|
51 { |
|
52 LTEXT r_id = ""; |
|
53 LTEXT r_fit = ""; |
|
54 WORD r_max_height = 0; |
|
55 WORD r_min_height = 0; |
|
56 WORD r_max_width = 0; |
|
57 WORD r_min_width = 0; |
|
58 WORD r_top = 0; |
|
59 WORD r_left = 0; |
|
60 } |
|
61 |
|
62 //---------------------------------------------------- |
|
63 // SLIDE |
|
64 // Values for composing |
|
65 // |
|
66 //---------------------------------------------------- |
|
67 // |
|
68 STRUCT SLIDE |
|
69 { |
|
70 WORD r_default_duration_milliseconds = 0; |
|
71 WORD r_default_when_audio_milliseconds = 0; |
|
72 } |
|
73 |
|
74 #endif // __UNISMIL_RH |
|
75 |
|
76 // End of File |