examples/sfexamples/Wikipedia/inc/AboutView.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 __ABOUT_VIEW_H__
00020 #define __ABOUT_VIEW_H__
00021 
00022 
00023 // INCLUDES
00024 #include "BrowserView.h"
00025 
00026 // CLASS DECLARATION
00027 
00033 class CAboutView: public CBrowserView
00034     {
00035     public:    // Constructors and destructor
00036 
00044         static CAboutView* NewL();
00045 
00053         static CAboutView* NewLC();
00054 
00059         virtual ~CAboutView();
00060   
00061     private:    // Constructors and destructor
00062 
00067         CAboutView();
00068 
00073         void ConstructL();
00074         
00079         void ConstructContainerL();
00080        };
00081 
00082 
00083 #endif // __ABOUT_VIEW_H__
00084 
00085 
00086 // End of File

Generated by  doxygen 1.6.2