uifw/AvKon/tsrc/bc/bctestdom5.0/bctestdomaiwakn/inc/bctestdomaknindicatorcontainer.h
changeset 0 2f259fa3e83a
child 10 3d340a0166ff
equal deleted inserted replaced
-1:000000000000 0:2f259fa3e83a
       
     1 /*
       
     2 * ============================================================================
       
     3 *  Name        : bctestdomaknindicatorcontainer.h
       
     4 *  Part of     : BCTest / bctestdomaiwakn       
       
     5 *  Description : for indirectly testing APIs in aknindicator.h 
       
     6 *  Version     : %version: 1 % << Don't touch! Updated by Synergy at check-out.
       
     7 *
       
     8 *  Copyright © 2007.  All rights reserved.
       
     9 *  This material, including documentation and any related computer
       
    10 *  programs, is protected by copyright controlled by Nokia.  All
       
    11 *  rights are reserved.  Copying, including reproducing, storing,
       
    12 *  adapting or translating, any or all of this material requires the
       
    13 *  prior written consent of Nokia.  This material also contains
       
    14 *  confidential information which may not be disclosed to others
       
    15 *  without the prior written consent of Nokia.
       
    16 * ============================================================================
       
    17 * Template version: 4.2
       
    18 */
       
    19 
       
    20 #ifndef C_CBCTESTDOMAKNINDICATORCONTAINER_H
       
    21 #define C_CBCTESTDOMAKNINDICATORCONTAINER_H
       
    22   
       
    23 #include <aknindicatorcontainer.h>
       
    24  
       
    25 /**
       
    26  *  for indirectly testing APIs in aknindicator.h  
       
    27  *  
       
    28  *
       
    29  *  @code
       
    30  *    
       
    31  *  @endcode
       
    32  *
       
    33  *  @lib   
       
    34  *  @since S60 v5.0
       
    35  */  
       
    36 class CBCTestDomAknIndicatorContainer : public CAknIndicatorContainer
       
    37     {
       
    38 
       
    39 public:
       
    40      static CBCTestDomAknIndicatorContainer* NewL();
       
    41 
       
    42      static CBCTestDomAknIndicatorContainer* NewLC();
       
    43 
       
    44     /**
       
    45      * Destructor.
       
    46      */
       
    47      virtual ~CBCTestDomAknIndicatorContainer();
       
    48 
       
    49 // from base class CAknIndicatorContainer  
       
    50     /**
       
    51      * from  CAknIndicatorContainer. 
       
    52      * Returns a control determined by control id.
       
    53      *
       
    54      * @since S60 v5.0 
       
    55      * @param anIndex Index of a control to be returned.
       
    56      * @return Pointer to control   
       
    57      */
       
    58      IMPORT_C virtual CCoeControl* ComponentControl(TInt aIndex) const;
       
    59       
       
    60 private:
       
    61     
       
    62     CBCTestDomAknIndicatorContainer();
       
    63 
       
    64     void ConstructL();
       
    65 
       
    66     /**
       
    67      * Reserved_1
       
    68      *
       
    69      * @since S60 v5.0
       
    70      */
       
    71     virtual void Reserved_1();  
       
    72     };
       
    73 
       
    74 #endif // C_CBCTESTDOMAKNINDICATORCONTAINER_H