📄 uinotifycontent.h
字号:
#ifndef UINOTIFYCONTENT_H_HEADER_INCLUDED_C287A5E1
#define UINOTIFYCONTENT_H_HEADER_INCLUDED_C287A5E1
#include "UIInfoNagvBase.h"
#include "NotifyContent.h"
//##ModelId=3D4F8DF00183
//##Documentation
//## 显示通知单具体内容的界面类
class UINotifyContent
{
public:
UINotifyContent();
//##ModelId=3D65EBBB0262
//##Documentation
//## 设置用户选中的通知单内容
void SetContent(
//##Documentation
//## 指向用于显示的个人信息内容的指针
NotifyContent *pContent);
//##ModelId=3D6D64050233
//##Documentation
//## 绘制内容对象中的控件
void Show();
//##ModelId=3D65E0D902E8
//##Documentation
//## 通知单内容UI对象的事件回调函数
BOOLEAN HandleEvent(EvtType* pEvent);
//##ModelId=3D65E0CC0325
//##Documentation
//## 根据通知单内容进行显示控件的初始化
Err Initialize();
//##ModelId=3D65EBD00294
//##Documentation
//## 从屏幕上擦除通知单内容界面中各控件的显示;
//## 删除UINotifyContent对象中的控件
Err DestroyWindow();
private:
NotifyContent m_Content;
USHORT m_iTopRow;
};
#endif /* UINOTIFYCONTENT_H_HEADER_INCLUDED_C287A5E1 */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -