marquee.h

来自「手机文件浏览器 Here are the sources to SMan v1.」· C头文件 代码 · 共 26 行

H
26
字号
#include <e32base.h>
#include <eikcmbut.h>
#include <eiklabel.h>

#if !defined(__MARQUEE_H__)
#define __MARQUEE_H__

/*************************************************************
*
* This is the marquee that will scroll the current folder path
* display in the file browser view
*
**************************************************************/

class CMarquee : public CTimer
{
public:
	CMarquee();
	void RunL();
	void startMarquee(CEikTextButton *marqueeLabel, TPath *scrollText);
protected:
	CEikTextButton *localLabel;
	TPath *localText;
};

#endif

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?