⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 calendarapiexampledocument.h

📁 塞班3D游戏
💻 H
字号:
/*
* ============================================================================
*  Name     : CCalendarAPIexampleDocument from CalendarAPIexampleDocument.h
*  Part of  : CalendarAPIexample
*  Created  : 12/06/2006 by Forum Nokia
*  Description:
*     Declares document for application.
*  Version  : 2.0
*  Copyright: Nokia Corporation
* ============================================================================
*/

#ifndef CALENDARAPIEXAMPLEDOCUMENT_H
#define CALENDARAPIEXAMPLEDOCUMENT_H

// INCLUDE FILES
#include <akndoc.h>	  //CAknDocument

// FORWARD DECLARATIONS
class  CEikAppUi;
class  CCalendarAPIexampleEngine;
	
// CLASS DECLARATION

/*!
*  CCalendarAPIexampleDocument application class.
*/
class CCalendarAPIexampleDocument : public CAknDocument
    {
public: // Constructors and destructor
   /*!
	* Two-phased constructor.
	*/
	static CCalendarAPIexampleDocument* NewL(CEikApplication& aApp);

   /*!
	* Destructor.
	*/
	virtual ~CCalendarAPIexampleDocument();

public: // New functions


private:

   /*!
	* Symbian OS default constructor.
	*/
	CCalendarAPIexampleDocument(CEikApplication& aApp);
	void ConstructL();

   /*!
    * From CEikDocument, create CCalendarAPIexampleAppUi "App UI" object.
    */
    CEikAppUi* CreateAppUiL();

private: // data members   

    };



#endif

// End of File

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -