phoneuis/BubbleManager/laf/BMLayout4.h
changeset 0 5f000ab63145
child 19 544e34b3255a
equal deleted inserted replaced
-1:000000000000 0:5f000ab63145
       
     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 
       
    18 
       
    19 
       
    20 #ifndef BMLAYOUT4_H
       
    21 #define BMLAYOUT4_H
       
    22 
       
    23 // INCLUDES
       
    24 #include <calslbs.h>
       
    25 #include <bldvariant.hrh> 
       
    26 #include <AknLayoutDef.h>
       
    27 
       
    28 /**
       
    29 * Layout coordinates from Application LAF
       
    30 * 
       
    31 * @lib      bubblemanager.lib
       
    32 * @since    S60 v5.0
       
    33 */
       
    34 class BubbleLayout4
       
    35     {
       
    36     public:
       
    37         ///////////////////////////////////////////////////////////////////////
       
    38         // Utils 
       
    39         ///////////////////////////////////////////////////////////////////////
       
    40         static void button_grid_row_column_count( 
       
    41             TInt  aVariety,
       
    42             TInt& aRows, 
       
    43             TInt& aColumns );
       
    44      
       
    45     public:
       
    46         ///////////////////////////////////////////////////////////////////////
       
    47         // LAF Table 1.1: Main call4 pane contents 
       
    48         ///////////////////////////////////////////////////////////////////////
       
    49         static const TAknWindowLineLayout 
       
    50             call4_windows_pane( TInt aVariety );
       
    51             
       
    52         static const TAknWindowLineLayout 
       
    53             call4_button_grid_pane( TInt aVariety );
       
    54             
       
    55         static const TAknWindowLineLayout 
       
    56             call4_image_pane( TInt aVariety );            
       
    57             
       
    58         ///////////////////////////////////////////////////////////////////////
       
    59         // LAF Table 1.2: Call4 windows pane contents 
       
    60         ///////////////////////////////////////////////////////////////////////                        
       
    61         static const TAknWindowLineLayout 
       
    62             popup_call4_audio_first_window( TInt aVariety );
       
    63             
       
    64         static const TAknWindowLineLayout 
       
    65             popup_call4_audio_second_window( TInt aVariety );            
       
    66             
       
    67         static const TAknWindowLineLayout 
       
    68             popup_call4_audio_in_window( TInt aVariety );
       
    69             
       
    70         static const TAknWindowLineLayout 
       
    71             popup_call4_audio_wait_window( TInt aVariety );                        
       
    72         
       
    73         static const TAknWindowLineLayout 
       
    74             popup_call4_audio_conference_window( TInt aVariety );
       
    75             
       
    76         ///////////////////////////////////////////////////////////////////////
       
    77         // LAF Table 1.3: Call4 windows conf pane contents 
       
    78         ///////////////////////////////////////////////////////////////////////
       
    79         static const TAknWindowLineLayout 
       
    80             popup_call4_audio_conference_window_pane( TInt aVariety, 
       
    81                                                       TInt aRow );
       
    82         static const TAknWindowLineLayout 
       
    83             popup_call4_conf_pane_background();
       
    84             
       
    85         static const TAknWindowLineLayout 
       
    86             popup_call4_conf_cli_list();
       
    87             
       
    88         static const TAknWindowLineLayout 
       
    89             popup_call4_conf_single_list_graphic_pane( TInt aRow );            
       
    90         
       
    91         static const TAknWindowLineLayout 
       
    92             popup_call4_conf_single_list_highlight_pane();
       
    93             
       
    94         static const TAknWindowLineLayout 
       
    95             popup_call4_conf_single_list_pane_call_status_icon();
       
    96             
       
    97         static const TAknWindowLineLayout 
       
    98             popup_call4_conf_single_list_pane_ciphering_icon();
       
    99             
       
   100         static const TAknTextLineLayout 
       
   101             popup_call4_conf_single_list_pane_cli_text();                                                      
       
   102             
       
   103         ///////////////////////////////////////////////////////////////////////
       
   104         // LAF Table 1.4: Grid call4 button pane contents
       
   105         ///////////////////////////////////////////////////////////////////////
       
   106         static const TAknWindowLineLayout 
       
   107             cell_call4_button_pane( TInt aVariety, TInt aCol, TInt aRow );
       
   108             
       
   109         ///////////////////////////////////////////////////////////////////////
       
   110         // LAF Table 1.5: Cell call4 button pane contents
       
   111         ///////////////////////////////////////////////////////////////////////
       
   112         static const TAknWindowLineLayout 
       
   113             button_call4_background_graphics( TInt aVariety );
       
   114             
       
   115         static const TAknWindowLineLayout 
       
   116             button_call4_function_graphics( TInt aVariety );
       
   117             
       
   118         static const TAknTextLineLayout 
       
   119             button_call4_function_text( TInt aVariety );            
       
   120     };
       
   121 
       
   122 #endif      // BMLAYOUT4_H
       
   123             
       
   124 // End of File