examples/SDKExamples/ClientServerAsync/client/inc/csasyncappui.h

00001 /*
00002 * ==============================================================================
00003 *  Name        : csasyncappui.h
00004 *  Part of     : CSAsync
00005 *  Interface   :
00006 *  Description :
00007 *  Version     :
00008 *
00009 *  Copyright (c) 2004-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 
00019 #ifndef __CSASYNCAPPUI_H__
00020 #define __CSASYNCAPPUI_H__
00021 
00022 // INCLUDE FILES
00023 #include <aknappui.h>
00024 #include "AsyncTimeObserver.h"
00025 
00026 // FORWARD DECLARATIONS
00027 class CCSAsyncAppView;
00028 class CCSAsyncDocument;
00029 
00030 // CLASS DECLARATION
00036 class CCSAsyncAppUi : public CAknAppUi, public MAsyncTimeObserver
00037     {
00038     public: // Constructors and destructors
00039 
00045         CCSAsyncAppUi();
00046 
00052         virtual ~CCSAsyncAppUi();
00053 
00054     public: // Functions from base classes
00055 
00061         void HandleCommandL( TInt aCommand );
00062 
00069         void DynInitMenuPaneL( TInt aResourceId, CEikMenuPane* aMenuPane );
00070 
00075         void HandleTimeUpdate();
00076         
00082         virtual void HandleResourceChangeL( TInt aType );
00083 
00084     private: // Constructors and destructors
00085 
00090         void ConstructL();
00091 
00092     private: // New functions
00097         CCSAsyncDocument* AsyncDocument() const;
00098 
00099     private: // Data
00100 
00105         CCSAsyncAppView* iAppView;
00106     };
00107 
00108 #endif // __CSASYNCAPPUI_H__
00109 
00110 // End of File

Generated by  doxygen 1.6.2