examples/S60CppExamples/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.
00010 *  This material, including documentation and any related
00011 *  computer programs, is protected by copyright controlled by
00012 *  Nokia Corporation.
00013 * ==============================================================================
00014 */
00015 
00016 #ifndef __HELLOWORLDBASICAPPUI_H__
00017 #define __HELLOWORLDBASICAPPUI_H__
00018 
00019 // INCLUDES
00020 #include <aknappui.h>
00021 
00022 // FORWARD DECLARATIONS
00023 class CHelloWorldBasicAppView;
00024 
00025 
00026 // CLASS DECLARATION
00032 class CHelloWorldBasicAppUi : public CAknAppUi
00033     {
00034     public: // Constructors and destructor
00035 
00040         void ConstructL();
00041 
00047         CHelloWorldBasicAppUi();
00048 
00053         virtual ~CHelloWorldBasicAppUi();
00054 
00055     private:  // Functions from base classes
00056 
00062         void HandleCommandL( TInt aCommand );
00063 
00069         void HandleResourceChangeL( TInt aType );
00070 
00071     private: // Data
00072 
00077         CHelloWorldBasicAppView* iAppView;
00078 
00079     };
00080 
00081 #endif // __HELLOWORLDBASICAPPUI_H__
00082 
00083 // End of File
00084 

Generated by  doxygen 1.6.2