equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 2007 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: Layout definitions from Application LAF (call4/touch layouts) |
|
15 * |
|
16 */ |
|
17 #ifndef BMLAYOUT6_H_ |
|
18 #define BMLAYOUT6_H_ |
|
19 |
|
20 |
|
21 #include <calslbs.h> |
|
22 #include <bldvariant.hrh> |
|
23 #include <AknLayoutDef.h> |
|
24 /** |
|
25 * Layout coordinates from Application LAF |
|
26 * |
|
27 * @lib bubblemanager.lib |
|
28 * @since S60 9.2 |
|
29 */ |
|
30 class BubbleLayout6 |
|
31 { |
|
32 public: |
|
33 |
|
34 |
|
35 static const TAknWindowLineLayout call6_button_grp_pane( TInt aVariety ); |
|
36 |
|
37 static void button_grp_row_column_count( TInt aVariety, TInt& aRows, TInt& aColumns ); |
|
38 |
|
39 static const TAknWindowLineLayout cell_call6_button_pane( TInt aVariety, TInt aCol, TInt aRow ); |
|
40 |
|
41 static const TAknTextLineLayout button_call6_function_text( TInt aVariety ); |
|
42 |
|
43 static const TAknWindowLineLayout button_call6_function_graphics( TInt aVariety ); |
|
44 |
|
45 static const TAknWindowLineLayout call6_windows_pane( TInt aVariety ); |
|
46 |
|
47 static const TAknWindowLineLayout button_call6_background_graphics( TInt aVariety ); |
|
48 |
|
49 static const TAknWindowLineLayout popup_call6_audio_first_window( TInt aVariety ); |
|
50 |
|
51 }; |
|
52 |
|
53 #endif /* BMLAYOUT6_H_ */ |