examples/ForumNokia/S60_3rd_Edition_TextMTM_Example/modules/Install/src/helloworldbasicdocument.h

00001 /*
00002 * ==============================================================================
00003 *  Name        : helloworldbasicdocument.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 __HELLOWORLDBASICDOCUMENT_H__
00017 #define __HELLOWORLDBASICDOCUMENT_H__
00018 
00019 // INCLUDES
00020 #include <akndoc.h>
00021 
00022 // FORWARD DECLARATIONS
00023 class CHelloWorldBasicAppUi;
00024 class CEikApplication;
00025 
00026 
00027 // CLASS DECLARATION
00028 
00034 class CHelloWorldBasicDocument : public CAknDocument
00035     {
00036     public: // Constructors and destructor
00037 
00047         static CHelloWorldBasicDocument* NewL( CEikApplication& aApp );
00048 
00058         static CHelloWorldBasicDocument* NewLC( CEikApplication& aApp );
00059 
00064         virtual ~CHelloWorldBasicDocument();
00065 
00066     public: // Functions from base classes
00067 
00075         CEikAppUi* CreateAppUiL();
00076 
00077     private: // Constructors
00078 
00083         void ConstructL();
00084 
00090         CHelloWorldBasicDocument( CEikApplication& aApp );
00091 
00092     };
00093 
00094 #endif // __HELLOWORLDBASICDOCUMENT_H__
00095 
00096 // End of File
00097 

Generated by  doxygen 1.6.2