⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 jewelstartscreen.h

📁 symbian下的泡泡龙游戏源码,手机游戏开放新手学习的好资料
💻 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 + -