examples/Graphics/coverflow/inc/coverflowappdocument.h

00001 /*
00002 * ==============================================================================
00003 *  Name        : coverflowAppdocument.h
00004 *  Part of     : COVERFLOW
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 __COVERFLOWAPPDOCUMENT_H__
00019 #define __COVERFLOWAPPDOCUMENT_H__
00020 
00021 // INCLUDES
00022 #include <akndoc.h>
00023 
00024 // FORWARD DECLARATIONS
00025 class CCoverflowAppUi;
00026 class CEikApplication;
00027 
00028 
00029 // CLASS DECLARATION
00030 
00036 class CCoverflowAppDocument : public CAknDocument
00037     {
00038     public: // Constructors and destructor
00039 
00049         static CCoverflowAppDocument* NewL( CEikApplication& aApp );
00050 
00060         static CCoverflowAppDocument* NewLC( CEikApplication& aApp );
00061 
00066         virtual ~CCoverflowAppDocument();
00067 
00068     public: // Functions from base classes
00069 
00077         CEikAppUi* CreateAppUiL();
00078 
00079     private: // Constructors
00080 
00085         void ConstructL();
00086 
00092         CCoverflowAppDocument( CEikApplication& aApp );
00093 
00094     };
00095 
00096 #endif // __COVERFLOWAPPDOCUMENT_H__
00097 
00098 // End of File
00099 

Generated by  doxygen 1.6.2