phoneuis/BubbleManager/Inc/BMBubbleOutlookBottomImCnap.h
changeset 0 5f000ab63145
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:  Bottom outlook with 3 lines and call image
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef CBUBBLEOUTLOOKBOTTOMIMAGECNAP_H
       
    20 #define CBUBBLEOUTLOOKBOTTOMIMAGECNAP_H
       
    21 
       
    22 
       
    23 #include "BMBubbleOutlookThreeLined.h"
       
    24 
       
    25 /**
       
    26  *  Bottom outlook with 3 lines and call image
       
    27  *
       
    28  *
       
    29  *  @lib BubbleManager
       
    30  *  @since S60 v5.0
       
    31  */
       
    32 class CBubbleOutlookBottomImageCnap : public CBubbleOutlookThreeLined
       
    33     {
       
    34     public:  // Constructors and destructor
       
    35         
       
    36         /**
       
    37         * C++ default constructor.
       
    38         * @param aBubbleManager Main container.
       
    39         */
       
    40         CBubbleOutlookBottomImageCnap( CBubbleManager& aBubbleManager );
       
    41 
       
    42         /**
       
    43         * 2nd phase constructor
       
    44         */
       
    45         void ConstructL();
       
    46 
       
    47         /**
       
    48         * Destructor.
       
    49         */
       
    50         virtual ~CBubbleOutlookBottomImageCnap();
       
    51 
       
    52 
       
    53     public: // Functions from base classes
       
    54           
       
    55         /**
       
    56         * From CBubbleOutlook
       
    57         */
       
    58         virtual void ReadBubbleHeader( CBubbleHeader& aHeader );   
       
    59         
       
    60     private: // Functions from base classes
       
    61         
       
    62         /**
       
    63         * From CCoeControl
       
    64         */
       
    65         void SizeChanged();
       
    66 
       
    67         /**
       
    68         * From CCoeControl
       
    69         */
       
    70         void PositionChanged();
       
    71 
       
    72     private:
       
    73     
       
    74         /**
       
    75         * DoCall1Layout
       
    76         */
       
    77         void DoCall1Layout();
       
    78 
       
    79         /**
       
    80         * DoCall2LayoutL
       
    81         */            
       
    82         void DoCall2LayoutL();
       
    83         
       
    84         /**
       
    85         * GetCall1BubbleBitmaps
       
    86         */
       
    87         void GetCall1BubbleBitmaps();
       
    88     };
       
    89         
       
    90 #endif // CBUBBLEOUTLOOKBOTTOMIMAGECNAP_H
       
    91 
       
    92 // End of File