usbuis/usbui/inc/USBClassChangeUIAppUi.h
branchRCL_3
changeset 24 e02eb84a14d2
parent 0 1e05558e2206
equal deleted inserted replaced
23:25fce757be94 24:e02eb84a14d2
       
     1 /*
       
     2 * Copyright (c) 2005, 2006 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:  Declares UI class for application.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef USBCLASSCHANGEUIAPPUI_H
       
    20 #define USBCLASSCHANGEUIAPPUI_H
       
    21 
       
    22 // INCLUDES
       
    23 #include <aknappui.h>
       
    24 #include <aknViewAppUi.h>
       
    25 
       
    26 
       
    27 // FORWARD DECLARATIONS
       
    28 class CUSBClassChangeUIView;
       
    29 class CUSBClassChangeUIModel;
       
    30 
       
    31 // CLASS DECLARATION
       
    32 
       
    33 /**
       
    34 *  AppUI class.
       
    35 *
       
    36 *  @lib 
       
    37 *  @since Series 60 3.0
       
    38 */
       
    39 class CUSBClassChangeUIAppUi : public CAknViewAppUi
       
    40     {
       
    41     public: // Constructors and destructor
       
    42 
       
    43         /**
       
    44         * Symbian 2nd phase constructor.
       
    45         */
       
    46         void ConstructL();
       
    47 
       
    48         /**
       
    49         * Destructor
       
    50         */
       
    51         virtual ~CUSBClassChangeUIAppUi();
       
    52         
       
    53     public: // Functions from base classes
       
    54 
       
    55         /**
       
    56         * From CAknViewAppUi Handles user commands.
       
    57         *
       
    58         * @param aCommand A command id.        
       
    59         * @return None.
       
    60         */
       
    61         void HandleCommandL(TInt aCommand);
       
    62 
       
    63     public: // New functions
       
    64 		
       
    65      
       
    66         
       
    67     private: // New functions
       
    68     
       
    69         /**
       
    70         * Handles the "No USB mode active" state in startup.
       
    71         * @since Series 60 3.0
       
    72         * @param None.
       
    73         * @return None.
       
    74         */
       
    75         void NoUSBModeActiveL();
       
    76         
       
    77     private: // Data
       
    78     };
       
    79 
       
    80 #endif
       
    81 
       
    82 // End of File