uiusercontainer.h

来自「嵌入式系统PDA的流程」· C头文件 代码 · 共 48 行

H
48
字号
#ifndef UIUSERCONTAINER_H_HEADER_INCLUDED_C287C5E8
#define UIUSERCONTAINER_H_HEADER_INCLUDED_C287C5E8
#include "UIInfoBackBase.h"
#include "UIUserContent.h"

#include "UserContent.h"

//##ModelId=3D552EA00362
//##Documentation
//## 包含用户资料界面类和操作Button的容器类
class UIUserContainer : public UIInfoBackBase
{
  public:
	UIUserContainer(SHORT iRecID);

    virtual void Show();

    //##ModelId=3D64A50503CF
    //##Documentation
    //## 从表中删除当前记录
    Err OnDeleteBtn();

    //##ModelId=3D64A5140254
    //##Documentation
    //## 通知单容器对象的事件回调函数
    BOOLEAN HandleEvent(EvtType* pEvent);

  protected:
    //##ModelId=3D552DB702E4
    //##Documentation
    //## 进行通知单容器对象初始化。
    Err Initialize();

    //##ModelId=3D64A5230364
    //##Documentation
    //## 从屏幕上擦除通知单容器界面中各控件的显示,
    //## 删除通知单容器对象中的控件
    Err DestroyWindow();

  private:
    //##ModelId=3D552DA8029D
    SHORT m_iRecID;
	UIUserContent m_UIUserContent;
};


#endif /* UIUSERCONTAINER_H_HEADER_INCLUDED_C287C5E8 */

⌨️ 快捷键说明

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