titlepanedocument.h

来自「详细演示了symbian中标题面板的设置程序。很使用的程序」· C头文件 代码 · 共 47 行

H
47
字号
#ifndef TITLEPANEDOCUMENT_H
#define TITLEPANEDOCUMENT_H

// INCLUDES

// System includes
#include <akndoc.h>	// CAknDocument


// FORWARD DECLARATIONS

class  CEikAppUi;

// CLASS DECLARATION

/**
*
* @class	CTitlePaneDocument TitlePaneDocument.h
* @brief	This is the document class for the TitlePane example based on the
* Series 60 view switching architecture.  It allows the user to change
* the visibility of the status pane.
*
* Copyright (c) EMCC Software Ltd 2003
* @version	1.0
*
*/
class CTitlePaneDocument : public CAknDocument
	{
public: // Constructor

	static CTitlePaneDocument* NewL(CEikApplication& aApp);

private: // Constructors

	CTitlePaneDocument(CEikApplication& aApp);
	void ConstructL();

private: // From CEikDocument

	CEikAppUi* CreateAppUiL();
	};

#endif	// #ifndef TITLEPANEDOCUMENT_H

// End of File

⌨️ 快捷键说明

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