📄 pdfckonappui.h
字号:
//
// PdfCKONAppUi.h
//
#ifndef PDFCKONAPPUI_H
#define PDFCKONAPPUI_H
#ifndef __EIKAPPUI__
#include <eikappui.h>
#endif
// UI
class CPdfController;
class CPdfCKONAppView;
class CPdfCKONAppUi: public CEikAppUi
{
public:
void ConstructL();
public:
void HandleCommandL(TInt aCommandId);
private:
void CmdFileOpenL();
// etc.
private:
CPdfController* iController;
CPdfCKONAppView* iAppView;
};
#endif // AVKONPDFAPPUI_H
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -