alertview.h

来自「ati driver」· C头文件 代码 · 共 23 行

H
23
字号
#ifndef ALERTVIEW_H#define ALERTVIEW_H#include <String.h>#include <View.h>class AlertView : public BView{public:					AlertView(BRect frame, char *name);	virtual void	AttachedToWindow();	virtual void	Draw(BRect updateRect);	int32			Count;	private:	BBitmap			*fBitmap;	BString			fString;};#endif

⌨️ 快捷键说明

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