alertwindow.h
来自「ati driver」· C头文件 代码 · 共 24 行
H
24 行
#ifndef ALERTWINDOW_H#define ALERTWINDOW_H#include "AlertView.h"class AlertWindow : public BWindow{public: AlertWindow( BWindow *screenWindow, BRect frame); virtual bool QuitRequested(); virtual void MessageReceived(BMessage *message);private: AlertView *fAlertView; BMessageRunner *fRunner; BButton *fRevertButton; BButton *fKeepButton; BWindow *fScreenWindow;};#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?