uifw/AvKon/tsrc/bc/bctestdom3.2/bctestdomaiwakn/inc/bctestdomaiwaknappui.h
changeset 0 2f259fa3e83a
child 23 3d340a0166ff
equal deleted inserted replaced
-1:000000000000 0:2f259fa3e83a
       
     1 /*
       
     2 * ============================================================================
       
     3 *  Name        : bctestdomaiwaknappui.h
       
     4 *  Part of     : BCTest / bctestdomaiwakn       
       
     5 *  Description : declaration of appui.
       
     6 *  Version     : %version: 2 % << 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_CBCTESTDOMAIWAKNAPPUI_H
       
    21 #define C_CBCTESTDOMAIWAKNAPPUI_H
       
    22 
       
    23 #include <aknviewappui.h>
       
    24 
       
    25 class CBCTestDomAiwAknView;
       
    26 class CBCTestDomAknAnimatedView;
       
    27 class CBCTestUtil;
       
    28 
       
    29 
       
    30 /**
       
    31  *  Application UI class
       
    32  *  
       
    33  *
       
    34  *  @code
       
    35  *   
       
    36  *  @endcode
       
    37  *
       
    38  *  @lib bctestutil.lib
       
    39  *  @since S60 v5.0
       
    40  */ 
       
    41 class CBCTestDomAiwAknAppUi : public CAknViewAppUi
       
    42     {
       
    43 public:  
       
    44 
       
    45     /**
       
    46      * constructor
       
    47      */      
       
    48     CBCTestDomAiwAknAppUi();
       
    49 
       
    50     /**
       
    51      * symbian 2nd constructor
       
    52      */
       
    53      void ConstructL();
       
    54 
       
    55     /**
       
    56      * destructor
       
    57      */
       
    58      virtual ~CBCTestDomAiwAknAppUi();
       
    59 
       
    60 private:
       
    61 
       
    62 // from base class CEikAppUi
       
    63     /**
       
    64      * From CEikAppUi.
       
    65      * HandleCommandL()
       
    66      *
       
    67      * @since S60 v5.0
       
    68      * @param aCommand  Command Id.
       
    69      */
       
    70     void HandleCommandL( TInt aCommand );
       
    71 
       
    72 private: // data
       
    73       
       
    74     /**
       
    75      * pointor to the view.
       
    76      * own
       
    77      */
       
    78      CBCTestDomAiwAknView*  iView;
       
    79 
       
    80     /**
       
    81      * iAnimView, The Animated view .
       
    82      * own.
       
    83      */
       
    84      CBCTestDomAknAnimatedView* iAnimView;
       
    85 
       
    86 	/**
       
    87      * pointor to the BC Test framework utility.
       
    88      * own
       
    89      */
       
    90      CBCTestUtil*  iTestUtil;
       
    91     };
       
    92 
       
    93 #endif // C_CBCTESTDOMAIWAKNAPPUI_H
       
    94 
       
    95 // End of File