oggsplashcontainer.h
来自「OggPlay for Symbian 是symbian上的一个媒体播放程序的源」· C头文件 代码 · 共 43 行
H
43 行
/*
* ============================================================================
* Name : CSplashView from SplashView.h
* Part of : Splash
* Created : 17/02/2003 by Eric@NewLC
* Description:
* Declares container control for application.
* Version :
* Copyright:
* ============================================================================
*/
#ifndef SPLASHVIEW_H
#define SPLASHVIEW_H
// INCLUDES
#include <coecntrl.h>
#include <vwsdef.h>
#include "OggHelperFcts.h"
// Startup splash screen control
class CSplashContainer :public CCoeControl
{
public:
void ConstructL();
void ShowSplashL();
~CSplashContainer();
public: // Functions from base classes
void Draw(const TRect& aRect) const;
private: // New Functions
static TInt TimerExpired(TAny* aPtr);
private: //data
COggTimer* iDisplayTimer;
CFbsBitmap* iBitmap;
};
#endif
// End of File
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?