phoneuis/BubbleManager/Inc/BMCallStatusIndiSmall.h
changeset 21 92ab7f8d0eab
parent 4 c84cf270c54f
child 22 6bb1b21d2484
equal deleted inserted replaced
4:c84cf270c54f 21:92ab7f8d0eab
     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:  Small call status indicator
       
    15 *
       
    16 */
       
    17 
       
    18 #ifndef C_BUBBLECALLSTATUSINDISMALL_H
       
    19 #define C_BUBBLECALLSTATUSINDISMALL_H
       
    20 
       
    21 #include "BMCallStatusIndi.h"
       
    22 #include "BMBubbleManager.h"
       
    23 #include "telbubbleimage.h"
       
    24 
       
    25 /**
       
    26  *  Call indicator
       
    27  *
       
    28  *
       
    29  *  @lib BubbleManager.lib
       
    30  *  @since S60 v5.0
       
    31  */
       
    32 NONSHARABLE_CLASS( CBubbleCallStatusIndiSmall ) : public CBubbleCallStatusIndi
       
    33     {
       
    34 public:
       
    35     /**
       
    36      * Two-phased constructor.
       
    37      * @param aBubbleManager Bubble manager.
       
    38      */
       
    39     static CBubbleCallStatusIndiSmall* NewL( CBubbleImageManager& aImageManager );
       
    40     
       
    41     /**
       
    42     * Destructor.
       
    43     */
       
    44     virtual ~CBubbleCallStatusIndiSmall();
       
    45 
       
    46     
       
    47 private:    
       
    48     CBubbleCallStatusIndiSmall( 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 #endif // C_BUBBLECALLSTATUSINDISMALL_H
       
    59 
       
    60 // End of file