pdfuiqappui.h

来自「Symbian界面设计的C++源代码例子:Designing and build」· C头文件 代码 · 共 29 行

H
29
字号
//
// PdfUIQAppUi.h
//

#ifndef   PDFUIQAPPUI_H
#define   PDFUIQAPPUI_H

#ifndef __QIKAPPUI_H__
#include <QikAppUI.h>
#endif

// UI
class CPdfController;
class CPdfUIQAppView;

class CPdfUIQAppUi: public CQikAppUi
	{
public:
	void ConstructL();
public:
	HandleCommandL(TInt aCommandId);
public:
	// etc.
private:
	CPdfController* iController;
	CPdfUIQAppView* iAppView;
	};

#endif // PDFUIQAPPUI_H

⌨️ 快捷键说明

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