📄 jewelstartscreen.h
字号:
/*
* ============================================================================
* Name : CJewelStartScreen from JewelStartScreen.h
* Part of : Jewel
* Created : 02.10.2005 by Thosing
* Description:
* Declares JewelStartScreen for application.
* Version : 0.1
* Copyright: Another
* ============================================================================
*/
#ifndef JEWELSTARTSCREEN_H
#define JEWELSTARTSCREEN_H
#include <coecntrl.h>
class CFbsBitmap;
class CJewelStartScreen : public CCoeControl {
public: // Constructors and destructor
/**
* EPOC default constructor.
* @param aRect Frame rectangle for container.
*/
void ConstructL(const TRect& aRect);
/**
* Destructor.
*/
~CJewelStartScreen();
private:
void Draw(const TRect& aRect) const;
private:
CFbsBitmap* iStartBitmap;
};
#endif//JEWELSTARTSCREEN_H
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -