|
1 /* |
|
2 * Copyright (c) 2002-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: Call3 layout definitions from Application LAF |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 |
|
20 #ifndef BMLAYOUT3_H |
|
21 #define BMLAYOUT3_H |
|
22 |
|
23 // INCLUDES |
|
24 #include <calslbs.h> |
|
25 #include <bldvariant.hrh> |
|
26 #include <AknLayoutDef.h> |
|
27 |
|
28 /** |
|
29 * Call3 (video cli) layout coordinates from Application LAF |
|
30 * |
|
31 * @lib bubblemanager.lib |
|
32 * @since 3.1 |
|
33 */ |
|
34 class BubbleLayout3 |
|
35 { |
|
36 public: |
|
37 /** |
|
38 * Window layout for video ringing tone |
|
39 * @since Series 60 3.1 |
|
40 * @param aVariety LAF variety |
|
41 * @return Window rectange for video ringing tone |
|
42 */ |
|
43 static TRect popup_call3_audio_in_window_rect( TInt aVariety ); |
|
44 |
|
45 |
|
46 /** |
|
47 * Wrappers for layout data functions. |
|
48 * @since Series 60 3.1 |
|
49 * @param aVariety LAF variety |
|
50 * @return Component layout |
|
51 */ |
|
52 static const TAknWindowLineLayout |
|
53 main_call3_pane(); |
|
54 |
|
55 static const TAknWindowLineLayout |
|
56 popup_call3_audio_in_window( TInt aVariety ); |
|
57 |
|
58 static const TAknWindowLineLayout |
|
59 popup_call3_audio_in_pane( TInt aVariety ); |
|
60 |
|
61 static const TAknWindowLineLayout |
|
62 popup_call3_audio_in_window_fr_center(); |
|
63 |
|
64 static const TAknWindowLineLayout |
|
65 popup_call3_audio_in_window_fr_corner_topleft(); |
|
66 |
|
67 static const TAknWindowLineLayout |
|
68 popup_call3_audio_in_window_fr_corner_topright(); |
|
69 |
|
70 static const TAknWindowLineLayout |
|
71 popup_call3_audio_in_window_fr_corner_bottomleft(); |
|
72 |
|
73 static const TAknWindowLineLayout |
|
74 popup_call3_audio_in_window_fr_corner_bottomright(); |
|
75 |
|
76 static const TAknWindowLineLayout |
|
77 popup_call3_audio_in_window_call_indication( TInt aVariety ); |
|
78 |
|
79 static const TAknWindowLineLayout |
|
80 popup_call3_audio_in_window_numbertype_indication( TInt aVariety ); |
|
81 |
|
82 static const TAknWindowLineLayout |
|
83 popup_call3_audio_in_window_cipheringoff_indication( TInt aVariety ); |
|
84 |
|
85 static const TAknWindowLineLayout |
|
86 popup_call3_audio_in_window_separator_line( TInt aVariety ); |
|
87 |
|
88 static const TAknTextLineLayout |
|
89 popup_call3_audio_in_window_text_line_1( TInt aVariety ); |
|
90 |
|
91 static const TAknTextLineLayout |
|
92 popup_call3_audio_in_window_text_line_2( TInt aVariety ); |
|
93 |
|
94 static const TAknTextLineLayout |
|
95 popup_call3_audio_in_window_text_line_3( TInt aVariety ); |
|
96 |
|
97 static const TAknWindowLineLayout |
|
98 call3_video_qcif_pane( TInt aVariety ); |
|
99 |
|
100 static const TAknWindowLineLayout |
|
101 call3_video_subqcif_pane( TInt aVariety ); |
|
102 |
|
103 static const TAknWindowLineLayout |
|
104 call3_video_qcif_uncrop_pane( TInt aVariety ); |
|
105 |
|
106 static const TAknWindowLineLayout |
|
107 call3_video_subqcif_uncrop_pane( TInt aVariety ); |
|
108 }; |
|
109 |
|
110 #endif // BMLAYOUT3_H |
|
111 |
|
112 // End of File |