examples/SDKExamples/helloworldbasic/inc/helloworldbasicappui.h

00001 /*
00002 * ==============================================================================
00003 *  Name        : helloworldbasicappui.h
00004 *  Part of     : Helloworldbasic
00005 *  Interface   :
00006 *  Description :
00007 *  Version     :
00008 *
00009 *  Copyright (c) 2005 - 2006 Nokia Corporation and/or its subsidiary(-ies).
00010 *  All rights reserved.
00011 *  This component and the accompanying materials are made available
00012 *  under the terms of "Eclipse Public License v1.0"
00013 *  which accompanies this distribution, and is available
00014 *  at the URL "http://www.eclipse.org/legal/epl-v10.html".
00015 * ==============================================================================
00016 */
00017 
00018 #ifndef __HELLOWORLDBASICAPPUI_H__
00019 #define __HELLOWORLDBASICAPPUI_H__
00020 
00021 // INCLUDES
00022 #include <aknappui.h>
00023 
00024 // FORWARD DECLARATIONS
00025 class CHelloWorldBasicAppView;
00026 
00027 
00028 // CLASS DECLARATION
00034 class CHelloWorldBasicAppUi : public CAknAppUi
00035     {
00036     public: // Constructors and destructor
00037 
00042         void ConstructL();
00043 
00049         CHelloWorldBasicAppUi();
00050 
00055         virtual ~CHelloWorldBasicAppUi();
00056 
00057     private:  // Functions from base classes
00058 
00064         void HandleCommandL( TInt aCommand );
00065 
00071         void HandleResourceChangeL( TInt aType );
00072 
00073     private: // Data
00074 
00079         CHelloWorldBasicAppView* iAppView;
00080 
00081     };
00082 
00083 #endif // __HELLOWORLDBASICAPPUI_H__
00084 
00085 // End of File
00086 

Generated by  doxygen 1.6.2