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

📄 bosswriter.h

📁 Symbian C++ scmp.zip
💻 H
字号:
// BOSSWRITER.H
//
// Copyright (c) 2002-2003 Symbian Ltd.  All rights reserved.
//
#ifndef BOSSWRITER_H__
#define BOSSWRITER_H__
#include <bosseng.h>

_LIT(KTxtBossApp,"Boss.app");
_LIT(KTxtBossFileName,"boss");

class CBossWriter : public CBase
	{
public:
	void ExecuteLD(const TDesC& aFileName);
private:
//	void InitializePuzzle();
//	void Draw();
	void OpenStoreL(const TDesC& aFileName);
	void WriteDocumentL();
	void WriteAppIdentifierL();
	void OpenRootDictionaryL();
	void WriteRootDictionaryL();
	~CBossWriter();
private:
	TBossPuzzle			iPuzzle;
	RFs					iFs;
	CPersistentStore*	iStore;
	CStreamDictionary*	iRootDictionary;
	};

#endif

⌨️ 快捷键说明

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