phoneuis/BubbleManager/laf/BMLayout6.h
branchRCL_3
changeset 62 5266b1f337bd
child 81 c26cc2a7c548
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/phoneuis/BubbleManager/laf/BMLayout6.h	Wed Sep 01 12:30:10 2010 +0100
@@ -0,0 +1,53 @@
+/*
+* Copyright (c) 2007 Nokia Corporation and/or its subsidiary(-ies). 
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:  Layout definitions from Application LAF (call4/touch layouts)
+*
+*/
+#ifndef BMLAYOUT6_H_
+#define BMLAYOUT6_H_
+
+
+#include <calslbs.h>
+#include <bldvariant.hrh> 
+#include <AknLayoutDef.h>
+/**
+* Layout coordinates from Application LAF
+* 
+* @lib      bubblemanager.lib
+* @since    S60 9.2
+*/
+class BubbleLayout6
+    {
+    public:
+        
+        
+        static const TAknWindowLineLayout call6_button_grp_pane( TInt aVariety );
+        
+        static void button_grp_row_column_count( TInt  aVariety, TInt& aRows, TInt& aColumns );
+        
+        static const TAknWindowLineLayout cell_call6_button_pane( TInt aVariety, TInt aCol, TInt aRow );
+        
+        static const TAknTextLineLayout button_call6_function_text( TInt aVariety );
+        
+        static const TAknWindowLineLayout button_call6_function_graphics( TInt aVariety );
+        
+        static const TAknWindowLineLayout call6_windows_pane( TInt aVariety );
+        
+        static const TAknWindowLineLayout button_call6_background_graphics( TInt aVariety );
+        
+        static const TAknWindowLineLayout popup_call6_audio_first_window( TInt aVariety );
+        
+    };
+
+#endif /* BMLAYOUT6_H_ */