uiaccelerator_plat/alf_core_toolkit_api/tsrc/inc/testuiaifblockshuicontrolcommandchild.h
branchRCL_3
changeset 52 31fccae4f8a7
parent 22 7c5dd702d6d3
equal deleted inserted replaced
51:e5af45d51884 52:31fccae4f8a7
       
     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:  test api of alf_core_toolkit
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef TESTUIAIFBLOCKSHUICONTROLCOMMANDCHILD_H
       
    20 #define TESTUIAIFBLOCKSHUICONTROLCOMMANDCHILD_H
       
    21 
       
    22 // INCLUDES
       
    23 #include <e32std.h>
       
    24 #include <e32base.h>
       
    25 #include <uiacceltk/huicommand.h>
       
    26 
       
    27 // CLASS DECLARATION
       
    28 
       
    29 /**
       
    30  *  TTestUiAifBlocksHuiControlCommandChild
       
    31  * 
       
    32  */
       
    33 class TTestUiAifBlocksHuiControlCommandChild : public THuiControlCommand
       
    34     {
       
    35 public:
       
    36     // Constructors and destructor
       
    37 
       
    38     /**
       
    39      * Destructor.
       
    40      */
       
    41     ~TTestUiAifBlocksHuiControlCommandChild();
       
    42 
       
    43     /**
       
    44      * Two-phased constructor.
       
    45      */
       
    46     static TTestUiAifBlocksHuiControlCommandChild* NewL( CHuiControl& aControl, THuiOp aOperation );
       
    47 
       
    48     /**
       
    49      * Two-phased constructor.
       
    50      */
       
    51     static TTestUiAifBlocksHuiControlCommandChild* NewLC( CHuiControl& aControl, THuiOp aOperation );
       
    52 
       
    53 public:
       
    54 
       
    55     /**
       
    56      * Constructor for performing 1st stage construction
       
    57      */
       
    58     TTestUiAifBlocksHuiControlCommandChild( CHuiControl& aControl, THuiOp aOperation );
       
    59 
       
    60     /**
       
    61      * EPOC default constructor for performing 2nd stage construction
       
    62      */
       
    63     void ConstructL();
       
    64     
       
    65     void SetCommandExtension(const TUid& aExtensionUid, TAny** aExtensionParams);
       
    66 
       
    67     };
       
    68 #endif // TESTUIAIFBLOCKSHUICONTROLCOMMANDCHILD_H