examples/SFExamples/Wikipedia/inc/SqlSrvDemoAppUi.h

00001 // 
00002 // Copyright (c) 2002-2009 Nokia Corporation and/or its subsidiary(-ies).
00003 // All rights reserved.
00004 // This component and the accompanying materials are made available
00005 // under the terms of the License "Eclipse Public License v1.0"
00006 // which accompanies this distribution, and is available
00007 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
00008 // 
00009 // Initial Contributors:
00010 // Nokia Corporation - initial contribution.
00011 // 
00012 // Contributors:
00013 // 
00014 // Description:
00015 // 
00016 
00017 
00018 
00019 #ifndef __SQLSRVDEMO_APPUI_H__
00020 #define __SQLSRVDEMO_APPUI_H__
00021 
00022 
00023 // INCLUDES
00024 #include <aknViewAppUi.h>
00025 
00026 // FORWARD DECLARATIONS
00027 class CSearchView;
00028 class CDetailView;
00029 class CAboutView;
00030 class CWikiDb;
00031 
00032 
00033 // CLASS DECLARATION
00034 
00040 class CSqlSrvDemoAppUi : public CAknViewAppUi
00041     {
00042 
00043     public: // Constructors and destructor
00044 
00049         void ConstructL();
00050 
00055         ~CSqlSrvDemoAppUi();
00056         
00057     public: // New functions from CEikAppUi
00058 
00064         void HandleCommandL( TInt aCommand );
00065         
00071         virtual void HandleResourceChangeL( TInt aType );  
00072         
00078         static CWikiDb& WikiEngine();
00079     
00080     private: // Data
00081 
00086         CSearchView* iSearchView;
00087 
00092         CDetailView* iDetailView;
00093 
00098         CAboutView* iAboutView;
00099         
00103         CWikiDb* iWikiEngine;
00104     };
00105 
00106 
00107 #endif // __SQLSRVDEMO_APPUI_H__
00108 
00109 // End of File

Generated by  doxygen 1.6.2