phoneuis/BubbleManager/Inc/BMCallStatusIndiBig.h
changeset 0 5f000ab63145
equal deleted inserted replaced
-1:000000000000 0:5f000ab63145
       
     1 /*
       
     2 * Copyright (c) 2009 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:  Big call status indicator
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef C_BUBBLECALLSTATUSINDIBIG_H
       
    20 #define C_BUBBLECALLSTATUSINDIBIG_H
       
    21 
       
    22 #include "BMCallStatusIndi.h"
       
    23 #include "BMBubbleManager.h"
       
    24 #include "telbubbleimage.h"
       
    25 
       
    26 /**
       
    27  *  Call indicator
       
    28  *
       
    29  *
       
    30  *  @lib BubbleManager.lib
       
    31  *  @since S60 v5.0
       
    32  */
       
    33 NONSHARABLE_CLASS( CBubbleCallStatusIndiBig ) : public CBubbleCallStatusIndi
       
    34     {
       
    35 public:
       
    36     /**
       
    37      * Two-phased constructor.
       
    38      * @param aBubbleManager Bubble manager.
       
    39      */
       
    40     static CBubbleCallStatusIndiBig* NewL( CBubbleImageManager& aImageManager );
       
    41     
       
    42     /**
       
    43     * Destructor.
       
    44     */
       
    45     virtual ~CBubbleCallStatusIndiBig();
       
    46     
       
    47 private:    
       
    48     CBubbleCallStatusIndiBig( CBubbleImageManager& aImageManager );
       
    49     
       
    50 private: // From CBubbleCallStatusIndi
       
    51     /**
       
    52      * Includes logic for CallStatusIndicator image 
       
    53      * when image is shown
       
    54      */
       
    55     void SetImageAndMask();
       
    56 
       
    57     };
       
    58 
       
    59 #endif // C_BUBBLECALLSTATUSINDIBIG_H
       
    60 
       
    61 // End of file