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