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

📄 mylistboxapp.h

📁 MyListBox Symbian 3rd custom control.
💻 H
字号:
// --------------------------------------------------------------------------
// MyListBoxApp.h
//
// Copyright 2005, Antony Pranata
// http://www.antonypranata.com
//
// An application class for custom list box example.
// --------------------------------------------------------------------------

#ifndef MYLISTBOXAPP_H
#define MYLISTBOXAPP_H

// INCLUDES
#include <qikapplication.h>

// CONSTANTS
// UID of the application
const TUid KUidMyListBox = { 0x0B7D7EC3 };

// CLASS DECLARATION

/**
 * CMyListBoxApp application class.
 * Provides factory to create concrete document object.
 */
class CMyListBoxApp : public CQikApplication
	{
public: // from CEikApplication
	CApaDocument* CreateDocumentL();
	TUid AppDllUid() const;
	};

#endif // MYLISTBOXAPP_H

// End of File

⌨️ 快捷键说明

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