exampleapps/alfexanalogdialer/inc/alfexanalogdialerapplication.h
changeset 0 15bf7259bb7c
equal deleted inserted replaced
-1:000000000000 0:15bf7259bb7c
       
     1 /*
       
     2 * Copyright (c) 2008-2008 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:   Application class for Analog Dialer example application, which
       
    15 *                implements rotating dial pad.
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 
       
    21 #ifndef ANALOGDIALER_APPLICATION_H
       
    22 #define ANALOGDIALER_APPLICATION_H
       
    23 
       
    24 #include <aknapp.h>
       
    25 
       
    26 /**
       
    27  *  Application class for Analog Dialer
       
    28  *
       
    29  *  @since S60 5.0
       
    30  */
       
    31 class CAlfExAnalogDialerApplication : public CAknApplication
       
    32     {
       
    33 
       
    34 public:
       
    35 
       
    36 
       
    37     /* Methods. */
       
    38 
       
    39 // from base class CAknApplication
       
    40 
       
    41     /**
       
    42      * From CAknApplication
       
    43      * Returns the application UID
       
    44      *
       
    45      * @result the UID of this Application/Dll
       
    46      */
       
    47     TUid AppDllUid() const;
       
    48 
       
    49 // from base class ?base_class2
       
    50 
       
    51 
       
    52 
       
    53 protected:
       
    54 
       
    55 
       
    56 // from base class CAknApplication
       
    57 
       
    58     /**
       
    59      * From CAknApplication
       
    60      * Create a CApaDocument object and return a pointer to it
       
    61      *
       
    62      * @result a pointer to the created document
       
    63      */
       
    64     CApaDocument* CreateDocumentL();
       
    65 
       
    66     };
       
    67 
       
    68 #endif // ANALOGDIALER_APPLICATION_H