dependencies/extended_notifiers_api/AknIncallBubbleNotify.h
branchv5backport
changeset 26 bef183758dfa
equal deleted inserted replaced
25:1161e0025932 26:bef183758dfa
       
     1 /*
       
     2 * Copyright (c) 2002-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:  In call bubble notify.
       
    15 *
       
    16 */
       
    17 
       
    18 #ifndef __AKNINCALLBUBBLENOTIFY_H__
       
    19 #define __AKNINCALLBUBBLENOTIFY_H__
       
    20 
       
    21 #include <AknNotify.h>
       
    22 
       
    23 NONSHARABLE_CLASS(CAknIncallBubble) : public CAknNotifyBase
       
    24     {
       
    25     friend class CPhoneIncallIndicator;
       
    26     friend class CIdleAppUi;
       
    27     friend class CVtUiAppUi;
       
    28     friend class CIndicViewContainer;
       
    29 
       
    30 public:
       
    31     IMPORT_C static CAknIncallBubble* NewL();
       
    32     IMPORT_C static CAknIncallBubble* NewLC();
       
    33     IMPORT_C ~CAknIncallBubble();
       
    34     
       
    35 public:
       
    36     IMPORT_C void SetIncallBubbleFlagsL(const TInt aFlags);
       
    37     IMPORT_C void SetIncallBubbleAllowedInIdleL(TBool aAllowed);
       
    38     IMPORT_C void SetIncallBubbleAllowedInUsualL(TBool aAllowed);
       
    39     
       
    40 private:
       
    41     CAknIncallBubble();
       
    42     void ConstructL();
       
    43     
       
    44 private:
       
    45     IMPORT_C void CAknNotifyBase_Reserved();
       
    46 
       
    47 private:
       
    48     };
       
    49 
       
    50 #endif // __AKNINCALLBUBBLENOTIFY_H__