📄 appsview.h
字号:
// Copyright (c) 2006 Murray Read, All rights reserved
#ifndef APPSVIEW_H
#define APPSVIEW_H
#include <SvexListView.h>
class CSvexInfo;
class CAppServiceListDialog;
class CAppsView : public CSvexListView
{
public:
static CAppsView* NewLC(const CSvexInfo& aInfo);
~CAppsView();
public: // from CSvexListView
CEikTextListBox* NewListBoxL() const;
TInt Count() const;
void GetText(TInt aIndex, TBuf<KMaxListText>& aText) const;
void DynInitMenuPaneL(TInt aResourceId,CEikMenuPane* aMenuPane);
void OpenL();
private:
CAppsView(const CSvexInfo& aInfo);
private:
const CSvexInfo& iInfo;
CAppServiceListDialog* iSubView;
};
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -