crootform.h
来自「brew email program ,comfortable for the 」· C头文件 代码 · 共 27 行
H
27 行
#if !defined(CRootForm_h)
#define CRootForm_h
#include "AEERootForm.h"
#include "AEEXYContainer.h"
#include "CForm.h"
class CRootForm
{
public:
IRootForm* pIRootForm;
CRootForm(AEEApplet* p);
~CRootForm();
void getClientRect(CRootForm *p, IXYContainer **c, AEERect *r);
boolean HandleEvent(CRootForm *p, AEEEvent e, uint16 w, uint32 d);
int popForm(CRootForm *po);
int pushForm(CRootForm *p, CForm *f);
uint32 release(CRootForm *p);
int setThemeFileName(CRootForm *po, const char *name);
protected:
private:
};
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?