pdfs60appui.h
来自「Symbian界面设计的C++源代码例子:Designing and build」· C头文件 代码 · 共 28 行
H
28 行
//
// PdfS60AppUi.h
//
#ifndef PDFS60APPUI_H
#define PDFS60APPUI_H
#ifndef AKNVIEWAPPUI_H
#include <aknviewappui.h>
#endif
// UI
class CPdfController;
class CPdfS60AppView;
class CPdfS60AppUi: public CAknViewAppUi
{
public:
void ConstructL();
public:
void HandleCommandL(TInt aCommandId);
// etc.
private:
CPdfController* iController;
CPdfS60AppView* iAppView;
};
#endif // PDFS60APPUI_H
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?