📄 smallservview.h
字号:
// SmallServView.h
//
// Copyright 05/03/2001
//
#ifndef HEADER_SMALLSERVVIEW
#define HEADER_SMALLSERVVIEW
#include <coecntrl.h>
class CSmallServDocument;
//
// class CSmallServView
//
class CSmallServView : public CCoeControl
{
public:
void ConstructL(const TRect& aRect, CSmallServDocument* aDoc);
private: // from CCoeControl
void Draw(const TRect& /*aRect*/) const;
private: // data
CSmallServDocument* iDoc; // document we're working with
};
#endif // HEADER_SMALLSERVVIEW
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -