phoneuis/BubbleManager/Inc/BMBubbleOutlookBottomRight.h
changeset 0 5f000ab63145
equal deleted inserted replaced
-1:000000000000 0:5f000ab63145
       
     1 /*
       
     2 * Copyright (c) 2002 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: 
       
    15 *     Draws bubble at bottom right i.e. in two call situation the second call
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 #ifndef BUBBLEOUTLOOKBOTTOMRIGHT_H
       
    21 #define BUBBLEOUTLOOKBOTTOMRIGHT_H
       
    22 
       
    23 // INCLUDES
       
    24 #include    "BMBubbleOutlookTwoLined.h"
       
    25 
       
    26 // CLASS DECLARATION
       
    27 
       
    28 /**
       
    29 *  CBubbleOutlookBottomRight container class
       
    30 *
       
    31 *  Draws bubble at bottom right i.e. in two call situation the second call
       
    32 *
       
    33 *  @lib bubblemanager
       
    34 *  @since 1.0
       
    35 */
       
    36 
       
    37 class CBubbleOutlookBottomRight : public CBubbleOutlookTwoLined
       
    38     {
       
    39     public: // Constructors and destructor
       
    40         
       
    41         /**
       
    42         * Default constructor.
       
    43         * @param aBubbleManager Main container
       
    44         */
       
    45         CBubbleOutlookBottomRight( CBubbleManager& aBubbleManager );
       
    46         
       
    47         /**
       
    48         * Symbian OS 2nd phase constructor.
       
    49         */
       
    50         void ConstructL();
       
    51         
       
    52         /**
       
    53         * Destructor.
       
    54         */
       
    55         virtual ~CBubbleOutlookBottomRight();
       
    56 
       
    57     public: // Functions from base classes
       
    58         
       
    59         /**
       
    60         * From CBubbleOutlook
       
    61         */
       
    62         void ReadBubbleHeader( CBubbleHeader& aHeader );
       
    63         
       
    64     private: // Functions from base classes
       
    65           
       
    66         /**
       
    67         * From CCoeControl
       
    68         */
       
    69         void SizeChanged();
       
    70         
       
    71     private:
       
    72     
       
    73         /**
       
    74         * DoCall1Layout
       
    75         */
       
    76         void DoCall1Layout();
       
    77 
       
    78         /**
       
    79         * DoCall2LayoutL
       
    80         */            
       
    81         void DoCall2LayoutL();
       
    82         
       
    83         /**
       
    84         * GetCall1BubbleBitmaps
       
    85         */
       
    86         void GetCall1BubbleBitmaps();        
       
    87         
       
    88     };
       
    89 
       
    90 #endif // BUBBLEOUTLOOKBOTTOMRIGHT_H
       
    91 
       
    92 // End of File